Lines Matching refs:OptionalInt64DefaultValue
1279 private readonly static long OptionalInt64DefaultValue = 0L;1284 get { if ((_hasBits0 & 2) != 0) { return optionalInt64_; } else { return OptionalInt64DefaultValue; } }