1 write to _bits
System.Web (1)
Cache\CacheDependency.cs (1)
316_bits = new SafeBitVector32(0);
28 references to _bits
System.Web (28)
Cache\CacheDependency.cs (28)
382if (dependency._bits[CHANGED]) { 383_bits[CHANGED] = true; 407_bits[CHANGED] = true; 432_bits[CHANGED] = true; 489_bits[CHANGED] = true; 506if (lenMyEntries > 0 && !_bits[CHANGED]) { 531_bits[CHANGED] = true; 537_bits[CHANGED] = true; 550_bits[BASE_INIT] = true; 551if (dependency._bits[CHANGED]) { 552_bits[CHANGED] = true; 555if (_bits[WANTS_DISPOSE] || _bits[CHANGED]) { 564_bits[BASE_INIT] = true; 576_bits[DERIVED_INIT] = true; 585_bits[DERIVED_INIT] = true; 587if (_bits[WANTS_DISPOSE]) { 596_bits[WANTS_DISPOSE] = true; 598if (_bits[DERIVED_INIT]) { 599if (_bits.ChangeValue(DERIVED_DISPOSED, true)) { 605if (_bits[BASE_INIT]) { 606if (_bits.ChangeValue(BASE_DISPOSED, true)) { 685return _bits.ChangeValue(USED, true); 693get {return _bits[CHANGED];} 732_bits[DERIVED_INIT] = true; 734if (!_bits[BASE_DISPOSED]) { 825if (_bits.ChangeValue(CHANGED, true)) { 829if (action != null && !_bits[BASE_DISPOSED]) {