File: artifacts\obj\System.Memory\Debug\net10.0\System.SR.cs
Project: src\src\libraries\System.Memory\src\System.Memory.csproj (System.Memory)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Memory
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Memory.SR)));
 
        /// <summary>Equals() on Span and ReadOnlySpan is not supported. Use operator== instead.</summary>
        internal static string @NotSupported_CannotCallEqualsOnSpan => GetResourceString("NotSupported_CannotCallEqualsOnSpan", @"Equals() on Span and ReadOnlySpan is not supported. Use operator== instead.");
        /// <summary>GetHashCode() on Span and ReadOnlySpan is not supported.</summary>
        internal static string @NotSupported_CannotCallGetHashCodeOnSpan => GetResourceString("NotSupported_CannotCallGetHashCodeOnSpan", @"GetHashCode() on Span and ReadOnlySpan is not supported.");
        /// <summary>Cannot use type '{0}'. Only value types without pointers or references are supported.</summary>
        internal static string @Argument_InvalidTypeWithPointersNotSupported => GetResourceString("Argument_InvalidTypeWithPointersNotSupported", @"Cannot use type '{0}'. Only value types without pointers or references are supported.");
        /// <summary>Destination is too short.</summary>
        internal static string @Argument_DestinationTooShort => GetResourceString("Argument_DestinationTooShort", @"Destination is too short.");
        /// <summary>Release all references before disposing this instance.</summary>
        internal static string @OutstandingReferences => GetResourceString("OutstandingReferences", @"Release all references before disposing this instance.");
        /// <summary>Format specifier was invalid.</summary>
        internal static string @Argument_BadFormatSpecifier => GetResourceString("Argument_BadFormatSpecifier", @"Format specifier was invalid.");
        /// <summary>Overlapping spans have mismatching alignment.</summary>
        internal static string @Argument_OverlapAlignmentMismatch => GetResourceString("Argument_OverlapAlignmentMismatch", @"Overlapping spans have mismatching alignment.");
        /// <summary>End position was not reached during enumeration.</summary>
        internal static string @EndPositionNotReached => GetResourceString("EndPositionNotReached", @"End position was not reached during enumeration.");
        /// <summary>Cannot advance past the end of the buffer, which has a size of {0}.</summary>
        internal static string @BufferWriterAdvancedTooFar => GetResourceString("BufferWriterAdvancedTooFar", @"Cannot advance past the end of the buffer, which has a size of {0}.");
        /// <summary>Cannot allocate a buffer of size {0}.</summary>
        internal static string @BufferMaximumSizeExceeded => GetResourceString("BufferMaximumSizeExceeded", @"Cannot allocate a buffer of size {0}.");
 
    }
}