24 references to GetResourceString
System.Collections.Concurrent (24)
artifacts\obj\System.Collections.Concurrent\Debug\net10.0\System.SR.cs (24)
16internal static string @BlockingCollection_Add_ConcurrentCompleteAdd => GetResourceString("BlockingCollection_Add_ConcurrentCompleteAdd", @"CompleteAdding may not be used concurrently with additions to the collection.");
18internal static string @BlockingCollection_Add_Failed => GetResourceString("BlockingCollection_Add_Failed", @"The underlying collection didn't accept the item.");
20internal static string @BlockingCollection_CantAddAnyWhenCompleted => GetResourceString("BlockingCollection_CantAddAnyWhenCompleted", @"At least one of the specified collections is marked as complete with regards to additions.");
22internal static string @BlockingCollection_CantTakeAnyWhenAllDone => GetResourceString("BlockingCollection_CantTakeAnyWhenAllDone", @"All collections are marked as complete with regards to additions.");
24internal static string @BlockingCollection_CantTakeWhenDone => GetResourceString("BlockingCollection_CantTakeWhenDone", @"The collection argument is empty and has been marked as complete with regards to additions.");
26internal static string @BlockingCollection_Completed => GetResourceString("BlockingCollection_Completed", @"The collection has been marked as complete with regards to additions.");
28internal static string @BlockingCollection_CopyTo_IncorrectType => GetResourceString("BlockingCollection_CopyTo_IncorrectType", @"The array argument is of the incorrect type.");
30internal static string @BlockingCollection_CopyTo_MultiDim => GetResourceString("BlockingCollection_CopyTo_MultiDim", @"The array argument is multidimensional.");
32internal static string @BlockingCollection_CopyTo_NonNegative => GetResourceString("BlockingCollection_CopyTo_NonNegative", @"The index argument must be greater than or equal zero.");
34internal static string @Collection_CopyTo_TooManyElems => GetResourceString("Collection_CopyTo_TooManyElems", @"The number of elements in the collection is greater than the available space from index to the end of the destination array.");
36internal static string @BlockingCollection_ctor_CountMoreThanCapacity => GetResourceString("BlockingCollection_ctor_CountMoreThanCapacity", @"The collection argument contains more items than are allowed by the boundedCapacity.");
38internal static string @BlockingCollection_Take_CollectionModified => GetResourceString("BlockingCollection_Take_CollectionModified", @"The underlying collection was modified from outside of the BlockingCollection<T>.");
40internal static string @BlockingCollection_TimeoutInvalid => GetResourceString("BlockingCollection_TimeoutInvalid", @"The specified timeout must represent a value between -1 and {0}, inclusive.");
42internal static string @BlockingCollection_ValidateCollectionsArray_DispElems => GetResourceString("BlockingCollection_ValidateCollectionsArray_DispElems", @"The collections argument contains at least one disposed element.");
44internal static string @BlockingCollection_ValidateCollectionsArray_LargeSize => GetResourceString("BlockingCollection_ValidateCollectionsArray_LargeSize", @"The collections length is greater than the supported range.");
46internal static string @BlockingCollection_ValidateCollectionsArray_NullElems => GetResourceString("BlockingCollection_ValidateCollectionsArray_NullElems", @"The collections argument contains at least one null element.");
48internal static string @BlockingCollection_ValidateCollectionsArray_ZeroSize => GetResourceString("BlockingCollection_ValidateCollectionsArray_ZeroSize", @"The collections argument is a zero-length array.");
50internal static string @ConcurrentCollection_SyncRoot_NotSupported => GetResourceString("ConcurrentCollection_SyncRoot_NotSupported", @"The SyncRoot property may not be used for the synchronization of concurrent collections.");
52internal static string @ConcurrentStack_PushPopRange_InvalidCount => GetResourceString("ConcurrentStack_PushPopRange_InvalidCount", @"The sum of the startIndex and count arguments must be less than or equal to the collection's Count.");
54internal static string @Partitioner_DynamicPartitionsNotSupported => GetResourceString("Partitioner_DynamicPartitionsNotSupported", @"Dynamic partitions are not supported by this partitioner.");
56internal static string @PartitionerStatic_CurrentCalledBeforeMoveNext => GetResourceString("PartitionerStatic_CurrentCalledBeforeMoveNext", @"MoveNext must be called at least once before calling Current.");
58internal static string @ConcurrentBag_Enumerator_EnumerationNotStartedOrAlreadyFinished => GetResourceString("ConcurrentBag_Enumerator_EnumerationNotStartedOrAlreadyFinished", @"Enumeration has either not started or has already finished.");
60internal static string @Arg_KeyNotFoundWithKey => GetResourceString("Arg_KeyNotFoundWithKey", @"The given key '{0}' was not present in the dictionary.");
62internal static string @Arg_HTCapacityOverflow => GetResourceString("Arg_HTCapacityOverflow", @"Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.");