3 references to Format
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (2)
75
throw new ArgumentException(SR.
Format
(SR.Argument_InvalidEnumValue, mode, typeof(MidpointRounding)), nameof(mode));
123
throw new ArgumentException(SR.
Format
(SR.Argument_InvalidEnumValue, mode, typeof(MidpointRounding)), nameof(mode));
System\ThrowHelper.cs (1)
248
throw new ArgumentException(SR.
Format
(SR.Argument_IncompatibleDimensions, leftDim, rightDim));