20 references to StateProtocolExclusive
System.Web (20)
State\OutOfProcStateClientManager.cs (9)
257UnsafeNativeMethods.StateProtocolExclusive exclusiveAccess, 434UnsafeNativeMethods.StateProtocolExclusive exclusiveAccess, 525return DoGet(context, id, UnsafeNativeMethods.StateProtocolExclusive.NONE, 538return DoGet(context, id, UnsafeNativeMethods.StateProtocolExclusive.ACQUIRE, 552UnsafeNativeMethods.StateProtocolExclusive.RELEASE, 0, 0, 592UnsafeNativeMethods.StateProtocolExclusive.NONE, 0, item.Timeout, lockCookie, 607UnsafeNativeMethods.StateProtocolExclusive.NONE, 0, 0, lockCookie, 617UnsafeNativeMethods.StateProtocolExclusive.NONE, 0, 0, 0, 640UnsafeNativeMethods.StateProtocolExclusive.NONE,
State\StateRuntime.cs (1)
190(UnsafeNativeMethods.StateProtocolExclusive) exclusive, extraFlags, timeout,
State\StateWorkerRequest.cs (9)
31UnsafeNativeMethods.StateProtocolExclusive _exclusive; 58UnsafeNativeMethods.StateProtocolExclusive exclusive, 250case UnsafeNativeMethods.StateProtocolExclusive.ACQUIRE: 254case UnsafeNativeMethods.StateProtocolExclusive.RELEASE: 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,
UnsafeNativeMethods.cs (1)
1145StateProtocolExclusive exclusive,