42 references to GetResourceString
System.Numerics.Tensors (42)
src\runtime\artifacts\obj\System.Numerics.Tensors\Release\net11.0\System.SR.cs (41)
16internal static string @Argument_DestinationTooShort => GetResourceString("Argument_DestinationTooShort"); 18internal static string @Argument_SpansMustBeNonEmpty => GetResourceString("Argument_SpansMustBeNonEmpty"); 20internal static string @Argument_SpansMustHaveSameLength => GetResourceString("Argument_SpansMustHaveSameLength"); 22internal static string @Argument_InputAndDestinationSpanMustNotOverlap => GetResourceString("Argument_InputAndDestinationSpanMustNotOverlap"); 24internal static string @Argument_DestinationSpansMustNotOverlap => GetResourceString("Argument_DestinationSpansMustNotOverlap"); 26internal static string @Overflow_NegateTwosCompNum => GetResourceString("Overflow_NegateTwosCompNum"); 28internal static string @Argument_InvalidEnumValue => GetResourceString("Argument_InvalidEnumValue"); 30internal static string @Argument_TypeContainsReferences => GetResourceString("Argument_TypeContainsReferences"); 32internal static string @DestinationTooShort => GetResourceString("DestinationTooShort"); 34internal static string @NotSupported_CannotCallEqualsOnSpan => GetResourceString("NotSupported_CannotCallEqualsOnSpan"); 36internal static string @NotSupported_CannotCallGetHashCodeOnSpan => GetResourceString("NotSupported_CannotCallGetHashCodeOnSpan"); 38internal static string @ThrowArgument_IndicesLengthMustEqualRank => GetResourceString("ThrowArgument_IndicesLengthMustEqualRank"); 40internal static string @ThrowArgument_LengthsMustEqualArrayLength => GetResourceString("ThrowArgument_LengthsMustEqualArrayLength"); 42internal static string @ThrowArgument_1DTensorRequired => GetResourceString("ThrowArgument_1DTensorRequired"); 44internal static string @ThrowArgument_AxisLargerThanRank => GetResourceString("ThrowArgument_AxisLargerThanRank"); 46internal static string @ThrowArgument_ConcatenateTooFewTensors => GetResourceString("ThrowArgument_ConcatenateTooFewTensors"); 48internal static string @ThrowArgument_DimensionsNotSame => GetResourceString("ThrowArgument_DimensionsNotSame"); 50internal static string @ThrowArgument_FilterTensorMustEqualTensorLength => GetResourceString("ThrowArgument_FilterTensorMustEqualTensorLength"); 52internal static string @ThrowArgument_IncorrectNumberOfFilterItems => GetResourceString("ThrowArgument_IncorrectNumberOfFilterItems"); 54internal static string @ThrowArgument_InPlaceInvalidShape => GetResourceString("ThrowArgument_InPlaceInvalidShape"); 56internal static string @ThrowArgument_InvalidDimension => GetResourceString("ThrowArgument_InvalidDimension"); 58internal static string @ThrowArgument_InvalidConcatenateShape => GetResourceString("ThrowArgument_InvalidConcatenateShape"); 60internal static string @ThrowArgument_InvalidReshapeDimensions => GetResourceString("ThrowArgument_InvalidReshapeDimensions"); 62internal static string @ThrowArgument_InvalidSqueezeAxis => GetResourceString("ThrowArgument_InvalidSqueezeAxis"); 64internal static string @ThrowArgument_OnlyOneWildcard => GetResourceString("ThrowArgument_OnlyOneWildcard"); 66internal static string @ThrowArgument_PermuteAxisOrder => GetResourceString("ThrowArgument_PermuteAxisOrder"); 68internal static string @ThrowArgument_SetSliceInvalidShapes => GetResourceString("ThrowArgument_SetSliceInvalidShapes"); 70internal static string @ThrowArgument_SetSliceNoRange => GetResourceString("ThrowArgument_SetSliceNoRange"); 72internal static string @ThrowArgument_LengthsNotCompatible => GetResourceString("ThrowArgument_LengthsNotCompatible"); 74internal static string @ThrowArgument_SplitNotSplitEvenly => GetResourceString("ThrowArgument_SplitNotSplitEvenly"); 76internal static string @ThrowArgument_StackTooFewTensors => GetResourceString("ThrowArgument_StackTooFewTensors"); 78internal static string @ThrowArgument_TransposeTooFewDimensions => GetResourceString("ThrowArgument_TransposeTooFewDimensions"); 80internal static string @ThrowArgument_ValueNonNegative => GetResourceString("ThrowArgument_ValueNonNegative"); 82internal static string @ThrowArgument_InvalidStridesAndLengths => GetResourceString("ThrowArgument_InvalidStridesAndLengths"); 84internal static string @ThrowArgument_StrideLessThan0 => GetResourceString("ThrowArgument_StrideLessThan0"); 86internal static string @Argument_2DTensorRequired => GetResourceString("Argument_2DTensorRequired"); 88internal static string @Argument_IncompatibleDimensions => GetResourceString("Argument_IncompatibleDimensions"); 90internal static string @ThrowArgument_StackShapesNotSame => GetResourceString("ThrowArgument_StackShapesNotSame"); 92internal static string @Argument_CannotReshapeNonContiguousOrDense => GetResourceString("Argument_CannotReshapeNonContiguousOrDense"); 94internal static string @Arithmetic_NaN => GetResourceString("Arithmetic_NaN"); 96internal static string @ThrowArgument_LengthIsNonZeroForNullReference => GetResourceString("ThrowArgument_LengthIsNonZeroForNullReference");
src\runtime\src\libraries\Common\src\System\SR.cs (1)
60string resourceString = GetResourceString(resourceKey);