1 reference to Arg_MustBeBFloat16
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
339
return (obj is null) ? 1 : throw new ArgumentException(SR.
Arg_MustBeBFloat16
);