Lines Matching refs:ReallySmallInt32DefaultValue
15915 private readonly static int ReallySmallInt32DefaultValue = -2147483648;15920 get { if ((_hasBits0 & 131072) != 0) { return reallySmallInt32_; } else { return ReallySmallInt32DefaultValue; } }