Lines Matching refs:SmallInt64DefaultValue
15891 private readonly static long SmallInt64DefaultValue = -9223372036854775807L;15896 get { if ((_hasBits0 & 8) != 0) { return smallInt64_; } else { return SmallInt64DefaultValue; } }