Summary

Class:System.SR
Assembly:System.Memory
File(s):C:\GitHub\corefx\bin\obj\Windows_NT.AnyCPU.Debug\System.Memory\netcoreapp\SR.cs
Covered lines:6
Uncovered lines:1
Coverable lines:7
Total lines:103
Line coverage:85.7%

File(s)

C:\GitHub\corefx\bin\obj\Windows_NT.AnyCPU.Debug\System.Memory\netcoreapp\SR.cs

#LineLine coverage
 1// Do not edit this file manually it is auto-generated during the build based on the .resx file for this project.
 2namespace System
 3{
 4    internal static partial class SR
 5    {
 6#pragma warning disable 0414
 7        private const string s_resourcesName = "FxResources.System.Memory.SR";
 8#pragma warning restore 0414
 9
 10#if !DEBUGRESOURCES
 11        internal static string NotSupported_CannotCallEqualsOnSpan {
 12              get { return SR.GetResourceString("NotSupported_CannotCallEqualsOnSpan", null); }
 13        }
 14        internal static string NotSupported_CannotCallGetHashCodeOnSpan {
 15              get { return SR.GetResourceString("NotSupported_CannotCallGetHashCodeOnSpan", null); }
 16        }
 17        internal static string Argument_InvalidTypeWithPointersNotSupported {
 18              get { return SR.GetResourceString("Argument_InvalidTypeWithPointersNotSupported", null); }
 19        }
 20        internal static string Argument_DestinationTooShort {
 21              get { return SR.GetResourceString("Argument_DestinationTooShort", null); }
 22        }
 23        internal static string MemoryDisposed {
 24              get { return SR.GetResourceString("MemoryDisposed", null); }
 25        }
 26        internal static string OutstandingReferences {
 27              get { return SR.GetResourceString("OutstandingReferences", null); }
 28        }
 29        internal static string Argument_BadFormatSpecifier {
 30              get { return SR.GetResourceString("Argument_BadFormatSpecifier", null); }
 31        }
 32        internal static string Argument_GWithPrecisionNotSupported {
 33              get { return SR.GetResourceString("Argument_GWithPrecisionNotSupported", null); }
 34        }
 35        internal static string Argument_CannotParsePrecision {
 36              get { return SR.GetResourceString("Argument_CannotParsePrecision", null); }
 37        }
 38        internal static string Argument_PrecisionTooLarge {
 39              get { return SR.GetResourceString("Argument_PrecisionTooLarge", null); }
 40        }
 41        internal static string Argument_OverlapAlignmentMismatch {
 42              get { return SR.GetResourceString("Argument_OverlapAlignmentMismatch", null); }
 43        }
 44        internal static string EndPositionNotReached {
 45              get { return SR.GetResourceString("EndPositionNotReached", null); }
 46        }
 47        internal static string UnexpectedSegmentType {
 48              get { return SR.GetResourceString("UnexpectedSegmentType", null); }
 49        }
 50#else
 51        internal static string NotSupported_CannotCallEqualsOnSpan {
 52              get { return SR.GetResourceString("NotSupported_CannotCallEqualsOnSpan", @"Equals() on Span and ReadOnlySp
 53        }
 54        internal static string NotSupported_CannotCallGetHashCodeOnSpan {
 55              get { return SR.GetResourceString("NotSupported_CannotCallGetHashCodeOnSpan", @"GetHashCode() on Span and 
 56        }
 57        internal static string Argument_InvalidTypeWithPointersNotSupported {
 358              get { return SR.GetResourceString("Argument_InvalidTypeWithPointersNotSupported", @"Cannot use type '{0}'.
 59        }
 60        internal static string Argument_DestinationTooShort {
 61              get { return SR.GetResourceString("Argument_DestinationTooShort", @"Destination is too short."); }
 62        }
 63        internal static string MemoryDisposed {
 64              get { return SR.GetResourceString("MemoryDisposed", @"Memory<T> has been disposed."); }
 65        }
 66        internal static string OutstandingReferences {
 67              get { return SR.GetResourceString("OutstandingReferences", @"Release all references before disposing this 
 68        }
 69        internal static string Argument_BadFormatSpecifier {
 370              get { return SR.GetResourceString("Argument_BadFormatSpecifier", @"Format specifier was invalid."); }
 71        }
 72        internal static string Argument_GWithPrecisionNotSupported {
 373              get { return SR.GetResourceString("Argument_GWithPrecisionNotSupported", @"The 'G' format combined with a 
 74        }
 75        internal static string Argument_CannotParsePrecision {
 376              get { return SR.GetResourceString("Argument_CannotParsePrecision", @"Characters following the format symbo
 77        }
 78        internal static string Argument_PrecisionTooLarge {
 379              get { return SR.GetResourceString("Argument_PrecisionTooLarge", @"Precision cannot be larger than {0}."); 
 80        }
 81        internal static string Argument_OverlapAlignmentMismatch {
 82              get { return SR.GetResourceString("Argument_OverlapAlignmentMismatch", @"Overlapping spans have mismatchin
 83        }
 84        internal static string EndPositionNotReached {
 085              get { return SR.GetResourceString("EndPositionNotReached", @"End position was not reached during enumerati
 86        }
 87        internal static string UnexpectedSegmentType {
 88              get { return SR.GetResourceString("UnexpectedSegmentType", @"Unexpected segment type."); }
 89        }
 90
 91#endif
 92        internal static Type ResourceType {
 393              get { return typeof(FxResources.System.Memory.SR); }
 94        }
 95    }
 96}
 97namespace FxResources.System.Memory
 98{
 99    // The type of this class is used to create the ResourceManager instance as the type name matches the name of the em
 100    internal static class SR
 101    {
 102    }
 103}