Lines Matching defs:_hasBits1
1131 private int _hasBits1;1155 _hasBits1 = other._hasBits1;7581 private int _hasBits1;7605 _hasBits1 = other._hasBits1;8426 get { if ((_hasBits1 & 1) != 0) { return c_; } else { return CDefaultValue; } }8428 _hasBits1 |= 1;8435 get { return (_hasBits1 & 1) != 0; }8440 _hasBits1 &= ~1;