2 references to NegativeOne
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (2)
524
static int IBinaryNumber<int>.AllBitsSet =>
NegativeOne
;
1397
static int ISignedNumber<int>.NegativeOne =>
NegativeOne
;