File: artifacts\obj\System.Threading.Tasks.Dataflow\Debug\net9.0\System.SR.cs
Project: src\src\libraries\System.Threading.Tasks.Dataflow\src\System.Threading.Tasks.Dataflow.csproj (System.Threading.Tasks.Dataflow)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Threading.Tasks.Dataflow
{
    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.Threading.Tasks.Dataflow.SR)));
 
        /// <summary>Number must be no greater than the value specified in BoundedCapacity.</summary>
        internal static string @ArgumentOutOfRange_BatchSizeMustBeNoGreaterThanBoundedCapacity => GetResourceString("ArgumentOutOfRange_BatchSizeMustBeNoGreaterThanBoundedCapacity", @"Number must be no greater than the value specified in BoundedCapacity.");
        /// <summary>Number must be positive.</summary>
        internal static string @ArgumentOutOfRange_GenericPositive => GetResourceString("ArgumentOutOfRange_GenericPositive", @"Number must be positive.");
        /// <summary>Number must be either non-negative and less than or equal to Int32.MaxValue or -1</summary>
        internal static string @ArgumentOutOfRange_NeedNonNegOrNegative1 => GetResourceString("ArgumentOutOfRange_NeedNonNegOrNegative1", @"Number must be either non-negative and less than or equal to Int32.MaxValue or -1");
        /// <summary>BoundedCapacity must be Unbounded or -1 for this dataflow block.</summary>
        internal static string @Argument_BoundedCapacityNotSupported => GetResourceString("Argument_BoundedCapacityNotSupported", @"BoundedCapacity must be Unbounded or -1 for this dataflow block.");
        /// <summary>The argument must be false if no source from which to consume is specified.</summary>
        internal static string @Argument_CantConsumeFromANullSource => GetResourceString("Argument_CantConsumeFromANullSource", @"The argument must be false if no source from which to consume is specified.");
        /// <summary>The DataflowMessageHeader instance does not represent a valid message header.</summary>
        internal static string @Argument_InvalidMessageHeader => GetResourceString("Argument_InvalidMessageHeader", @"The DataflowMessageHeader instance does not represent a valid message header.");
        /// <summary>To construct a DataflowMessageHeader instance, either pass a non-zero value or use the parameterless constructor.</summary>
        internal static string @Argument_InvalidMessageId => GetResourceString("Argument_InvalidMessageId", @"To construct a DataflowMessageHeader instance, either pass a non-zero value or use the parameterless constructor.");
        /// <summary>Greedy must be true for this dataflow block.</summary>
        internal static string @Argument_NonGreedyNotSupported => GetResourceString("Argument_NonGreedyNotSupported", @"Greedy must be true for this dataflow block.");
        /// <summary>The source completed without providing data to receive.</summary>
        internal static string @InvalidOperation_DataNotAvailableForReceive => GetResourceString("InvalidOperation_DataNotAvailableForReceive", @"The source completed without providing data to receive.");
        /// <summary>The target block failed to consume a message it had successfully reserved.</summary>
        internal static string @InvalidOperation_FailedToConsumeReservedMessage => GetResourceString("InvalidOperation_FailedToConsumeReservedMessage", @"The target block failed to consume a message it had successfully reserved.");
        /// <summary>The target does not have the message reserved.</summary>
        internal static string @InvalidOperation_MessageNotReservedByTarget => GetResourceString("InvalidOperation_MessageNotReservedByTarget", @"The target does not have the message reserved.");
        /// <summary>This member is not supported on this dataflow block. The block is intended for a specific purpose that does not utilize this member.</summary>
        internal static string @NotSupported_MemberNotNeeded => GetResourceString("NotSupported_MemberNotNeeded", @"This member is not supported on this dataflow block. The block is intended for a specific purpose that does not utilize this member.");
        /// <summary>An error occurred while linking up the target or during the cleanup after completion.</summary>
        internal static string @InvalidOperation_ErrorDuringCleanup => GetResourceString("InvalidOperation_ErrorDuringCleanup", @"An error occurred while linking up the target or during the cleanup after completion.");
 
    }
}