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