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