Lines Matching defs:_hasBits0
75 private int _hasBits0;
98 _hasBits0 = other._hasBits0;
120 get { if ((_hasBits0 & 1) != 0) { return intOpt_; } else { return IntOptDefaultValue; } }
122 _hasBits0 |= 1;
129 get { return (_hasBits0 & 1) != 0; }
134 _hasBits0 &= ~1;
147 get { if ((_hasBits0 & 2) != 0) { return foo_; } else { return FooDefaultValue; } }
149 _hasBits0 |= 2;
156 get { return (_hasBits0 & 2) != 0; }
161 _hasBits0 &= ~2;