13 references to GetResourceString
System.Threading.Tasks.Dataflow (13)
artifacts\obj\System.Threading.Tasks.Dataflow\Debug\net9.0\System.SR.cs (13)
16internal static string @ArgumentOutOfRange_BatchSizeMustBeNoGreaterThanBoundedCapacity => GetResourceString("ArgumentOutOfRange_BatchSizeMustBeNoGreaterThanBoundedCapacity", @"Number must be no greater than the value specified in BoundedCapacity."); 18internal static string @ArgumentOutOfRange_GenericPositive => GetResourceString("ArgumentOutOfRange_GenericPositive", @"Number must be positive."); 20internal static string @ArgumentOutOfRange_NeedNonNegOrNegative1 => GetResourceString("ArgumentOutOfRange_NeedNonNegOrNegative1", @"Number must be either non-negative and less than or equal to Int32.MaxValue or -1"); 22internal static string @Argument_BoundedCapacityNotSupported => GetResourceString("Argument_BoundedCapacityNotSupported", @"BoundedCapacity must be Unbounded or -1 for this dataflow block."); 24internal static string @Argument_CantConsumeFromANullSource => GetResourceString("Argument_CantConsumeFromANullSource", @"The argument must be false if no source from which to consume is specified."); 26internal static string @Argument_InvalidMessageHeader => GetResourceString("Argument_InvalidMessageHeader", @"The DataflowMessageHeader instance does not represent a valid message header."); 28internal static string @Argument_InvalidMessageId => GetResourceString("Argument_InvalidMessageId", @"To construct a DataflowMessageHeader instance, either pass a non-zero value or use the parameterless constructor."); 30internal static string @Argument_NonGreedyNotSupported => GetResourceString("Argument_NonGreedyNotSupported", @"Greedy must be true for this dataflow block."); 32internal static string @InvalidOperation_DataNotAvailableForReceive => GetResourceString("InvalidOperation_DataNotAvailableForReceive", @"The source completed without providing data to receive."); 34internal static string @InvalidOperation_FailedToConsumeReservedMessage => GetResourceString("InvalidOperation_FailedToConsumeReservedMessage", @"The target block failed to consume a message it had successfully reserved."); 36internal static string @InvalidOperation_MessageNotReservedByTarget => GetResourceString("InvalidOperation_MessageNotReservedByTarget", @"The target does not have the message reserved."); 38internal 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."); 40internal static string @InvalidOperation_ErrorDuringCleanup => GetResourceString("InvalidOperation_ErrorDuringCleanup", @"An error occurred while linking up the target or during the cleanup after completion.");