33 references to GetResourceString
System.Collections.Concurrent (33)
artifacts\obj\System.Collections.Concurrent\Debug\net9.0\System.SR.cs (33)
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 @ConcurrentDictionary_ArrayIncorrectType => GetResourceString("ConcurrentDictionary_ArrayIncorrectType", @"The array is multidimensional, or the type parameter for the set cannot be cast automatically to the type of the destination array."); 54internal static string @ConcurrentDictionary_SourceContainsDuplicateKeys => GetResourceString("ConcurrentDictionary_SourceContainsDuplicateKeys", @"The source argument contains duplicate keys."); 56internal static string @ConcurrentDictionary_ConcurrencyLevelMustBePositiveOrNegativeOne => GetResourceString("ConcurrentDictionary_ConcurrencyLevelMustBePositiveOrNegativeOne", @"The concurrencyLevel argument must be positive, or -1 to indicate a default level."); 58internal static string @ConcurrentDictionary_ArrayNotLargeEnough => GetResourceString("ConcurrentDictionary_ArrayNotLargeEnough", @"The index is equal to or greater than the length of the array, or the number of elements in the dictionary is greater than the available space from index to the end of the destination array."); 60internal static string @ConcurrentDictionary_KeyAlreadyExisted => GetResourceString("ConcurrentDictionary_KeyAlreadyExisted", @"The key already existed in the dictionary."); 62internal static string @ConcurrentDictionary_ItemKeyIsNull => GetResourceString("ConcurrentDictionary_ItemKeyIsNull", @"TKey is a reference type and item.Key is null."); 64internal static string @ConcurrentDictionary_TypeOfKeyIncorrect => GetResourceString("ConcurrentDictionary_TypeOfKeyIncorrect", @"The key was of an incorrect type for this dictionary."); 66internal static string @ConcurrentDictionary_TypeOfValueIncorrect => GetResourceString("ConcurrentDictionary_TypeOfValueIncorrect", @"The value was of an incorrect type for this dictionary."); 68internal 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."); 70internal static string @Partitioner_DynamicPartitionsNotSupported => GetResourceString("Partitioner_DynamicPartitionsNotSupported", @"Dynamic partitions are not supported by this partitioner."); 72internal static string @PartitionerStatic_CurrentCalledBeforeMoveNext => GetResourceString("PartitionerStatic_CurrentCalledBeforeMoveNext", @"MoveNext must be called at least once before calling Current."); 74internal static string @ConcurrentBag_Enumerator_EnumerationNotStartedOrAlreadyFinished => GetResourceString("ConcurrentBag_Enumerator_EnumerationNotStartedOrAlreadyFinished", @"Enumeration has either not started or has already finished."); 76internal static string @Arg_KeyNotFoundWithKey => GetResourceString("Arg_KeyNotFoundWithKey", @"The given key '{0}' was not present in the dictionary."); 78internal 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."); 80internal static string @InvalidOperation_IncompatibleComparer => GetResourceString("InvalidOperation_IncompatibleComparer", @"The collection's comparer does not support the requested operation.");