Lines Matching refs:OptionalFixed64DefaultValue
1423 private readonly static ulong OptionalFixed64DefaultValue = 0UL;1428 get { if ((_hasBits0 & 128) != 0) { return optionalFixed64_; } else { return OptionalFixed64DefaultValue; } }