2 references to NegativeOne
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Int64.cs (2)
532
static long IBinaryNumber<long>.AllBitsSet =>
NegativeOne
;
1373
static long ISignedNumber<long>.NegativeOne =>
NegativeOne
;