3 references to Argument_InvalidEnumValue
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (3)
75
throw new ArgumentException(SR.Format(SR.
Argument_InvalidEnumValue
, mode, typeof(MidpointRounding)), nameof(mode));
132
throw new ArgumentException(SR.Format(SR.
Argument_InvalidEnumValue
, mode, typeof(MidpointRounding)), nameof(mode));
168
throw new ArgumentException(SR.Format(SR.
Argument_InvalidEnumValue
, mode, typeof(MidpointRounding)), nameof(mode));