File: src\runtime\artifacts\obj\System.IO.Pipelines\Release\net11.0\System.SR.cs
Project: src\runtime\src\libraries\System.IO.Pipelines\src\System.IO.Pipelines.csproj (System.IO.Pipelines)
// <auto-generated>
using System.Reflection;

namespace FxResources.System.IO.Pipelines
{
    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.IO.Pipelines.SR)));

        /// <summary>The PipeReader has already advanced past the provided position.</summary>
        internal static string @AdvanceToInvalidCursor => GetResourceString("AdvanceToInvalidCursor");
        /// <summary>Positive number required.</summary>
        internal static string @ArgumentOutOfRange_NeedPosNum => GetResourceString("ArgumentOutOfRange_NeedPosNum");
        /// <summary>Concurrent reads or writes are not supported.</summary>
        internal static string @ConcurrentOperationsNotSupported => GetResourceString("ConcurrentOperationsNotSupported");
        /// <summary>Flush was canceled on underlying PipeWriter.</summary>
        internal static string @FlushCanceledOnPipeWriter => GetResourceString("FlushCanceledOnPipeWriter");
        /// <summary>Can't GetResult unless awaiter is completed.</summary>
        internal static string @GetResultBeforeCompleted => GetResourceString("GetResultBeforeCompleted");
        /// <summary>The examined position must be greater than or equal to the consumed position.</summary>
        internal static string @InvalidExaminedOrConsumedPosition => GetResourceString("InvalidExaminedOrConsumedPosition");
        /// <summary>The examined position cannot be less than the previously examined position.</summary>
        internal static string @InvalidExaminedPosition => GetResourceString("InvalidExaminedPosition");
        /// <summary>The PipeReader returned 0 bytes when the ReadResult was not completed or canceled.</summary>
        internal static string @InvalidZeroByteRead => GetResourceString("InvalidZeroByteRead");
        /// <summary>Cannot access a closed stream.</summary>
        internal static string @ObjectDisposed_StreamClosed => GetResourceString("ObjectDisposed_StreamClosed");
        /// <summary>No reading operation to complete.</summary>
        internal static string @NoReadingOperationToComplete => GetResourceString("NoReadingOperationToComplete");
        /// <summary>Stream does not support reading.</summary>
        internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream");
        /// <summary>Stream does not support writing.</summary>
        internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream");
        /// <summary>Read was canceled on underlying PipeReader.</summary>
        internal static string @ReadCanceledOnPipeReader => GetResourceString("ReadCanceledOnPipeReader");
        /// <summary>Both reader and writer has to be completed to be able to reset the pipe.</summary>
        internal static string @ReaderAndWriterHasToBeCompleted => GetResourceString("ReaderAndWriterHasToBeCompleted");
        /// <summary>Reading is not allowed after reader was completed.</summary>
        internal static string @ReadingAfterCompleted => GetResourceString("ReadingAfterCompleted");
        /// <summary>Reading is already in progress.</summary>
        internal static string @ReadingIsInProgress => GetResourceString("ReadingIsInProgress");
        /// <summary>Writing is not allowed after writer was completed.</summary>
        internal static string @WritingAfterCompleted => GetResourceString("WritingAfterCompleted");
        /// <summary>UnflushedBytes is not supported.</summary>
        internal static string @UnflushedBytesNotSupported => GetResourceString("UnflushedBytesNotSupported");

    }
}