1 write to _exclusive
System.Web (1)
State\StateWorkerRequest.cs (1)
95_exclusive = exclusive;
6 references to _exclusive
System.Web (6)
State\StateWorkerRequest.cs (6)
249switch (_exclusive) { 283if (_exclusive != (UnsafeNativeMethods.StateProtocolExclusive) (-1)) { 304if (_exclusive != (UnsafeNativeMethods.StateProtocolExclusive) (-1)) { 307if (_exclusive == UnsafeNativeMethods.StateProtocolExclusive.ACQUIRE) { 311Debug.Assert(_exclusive == UnsafeNativeMethods.StateProtocolExclusive.RELEASE, "_exclusive == UnsafeNativeMethods.StateProtocolExclusive.RELEASE"); 408Debug.Assert(_exclusive != UnsafeNativeMethods.StateProtocolExclusive.RELEASE,