3 writes to _flags
System.Web (3)
State\InProcStateClientManager.cs (3)
137ref state._flags, 318stateCurrent._flags |= (int)SessionStateItemFlags.IgnoreCacheItemRemoved; 511this._flags = flags;
5 references to _flags
System.Web (5)
State\InProcStateClientManager.cs (5)
44if ((state._flags & (int)SessionStateItemFlags.IgnoreCacheItemRemoved) != 0 || 45(state._flags & (int)SessionStateItemFlags.Uninitialized) != 0) { 126initialFlags = (int)state._flags; 282Debug.Assert((stateCurrent._flags & (int)SessionStateItemFlags.Uninitialized) == 0, "Should never set an unitialized item; key = " + key); 302stateCurrent._flags);