Lines Matching refs:LargeUint64DefaultValue
15843 private readonly static ulong LargeUint64DefaultValue = 18446744073709551615UL;15848 get { if ((_hasBits0 & 2) != 0) { return largeUint64_; } else { return LargeUint64DefaultValue; } }