17 references to GetResourceString
System.Collections.Immutable (17)
artifacts\obj\System.Collections.Immutable\Debug\net10.0\System.SR.cs (17)
16internal static string @Arg_KeyNotFoundWithKey => GetResourceString("Arg_KeyNotFoundWithKey", @"The given key '{0}' was not present in the dictionary.");
18internal static string @ArrayInitializedStateNotEqual => GetResourceString("ArrayInitializedStateNotEqual", @"Object is not an array with the same initialization state as the array to compare it to.");
20internal static string @ArrayLengthsNotEqual => GetResourceString("ArrayLengthsNotEqual", @"Object is not an array with the same number of elements as the array to compare it to.");
22internal static string @CannotFindOldValue => GetResourceString("CannotFindOldValue", @"Cannot find the old value");
24internal static string @CapacityMustBeGreaterThanOrEqualToCount => GetResourceString("CapacityMustBeGreaterThanOrEqualToCount", @"Capacity was less than the current Count of elements.");
26internal static string @CapacityMustEqualCountOnMove => GetResourceString("CapacityMustEqualCountOnMove", @"MoveToImmutable can only be performed when Count equals Capacity.");
28internal static string @CollectionModifiedDuringEnumeration => GetResourceString("CollectionModifiedDuringEnumeration", @"Collection was modified; enumeration operation may not execute.");
30internal static string @DuplicateKey => GetResourceString("DuplicateKey", @"An element with the same key but a different value already exists. Key: '{0}'");
32internal static string @InvalidEmptyOperation => GetResourceString("InvalidEmptyOperation", @"This operation does not apply to an empty instance.");
34internal static string @InvalidOperationOnDefaultArray => GetResourceString("InvalidOperationOnDefaultArray", @"This operation cannot be performed on a default instance of ImmutableArray<T>. Consider initializing the array, or checking the ImmutableArray<T>.IsDefault property.");
36internal 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.");
38internal static string @Arg_RankMultiDimNotSupported => GetResourceString("Arg_RankMultiDimNotSupported", @"Only single dimensional arrays are supported for the requested action.");
40internal static string @Arg_NonZeroLowerBound => GetResourceString("Arg_NonZeroLowerBound", @"The lower bound of target array must be zero.");
42internal static string @Arg_ArrayPlusOffTooSmall => GetResourceString("Arg_ArrayPlusOffTooSmall", @"Destination array is not long enough to copy all the items in the collection. Check array index and length.");
44internal static string @Argument_IncompatibleArrayType => GetResourceString("Argument_IncompatibleArrayType", @"Target array type is not compatible with the type of items in the collection.");
46internal static string @ArgumentOutOfRange_NeedNonNegNum => GetResourceString("ArgumentOutOfRange_NeedNonNegNum", @"Non-negative number required.");
48internal static string @InvalidOperation_IncompatibleComparer => GetResourceString("InvalidOperation_IncompatibleComparer", @"The collection, in conjunction with its comparer, does not support the specified alternate key type.");