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)
249
switch (
_exclusive
) {
283
if (
_exclusive
!= (UnsafeNativeMethods.StateProtocolExclusive) (-1)) {
304
if (
_exclusive
!= (UnsafeNativeMethods.StateProtocolExclusive) (-1)) {
307
if (
_exclusive
== UnsafeNativeMethods.StateProtocolExclusive.ACQUIRE) {
311
Debug.Assert(
_exclusive
== UnsafeNativeMethods.StateProtocolExclusive.RELEASE, "_exclusive == UnsafeNativeMethods.StateProtocolExclusive.RELEASE");
408
Debug.Assert(
_exclusive
!= UnsafeNativeMethods.StateProtocolExclusive.RELEASE,