2 references to NegativeOne
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1776
static double ISignedNumber<double>.NegativeOne =>
NegativeOne
;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1824
static NFloat ISignedNumber<NFloat>.NegativeOne => new NFloat(NativeType.
NegativeOne
);