3 references to SyncControlDisassociationActions
System.Web (3)
AspNetSynchronizationContext.cs (3)
73
_state.
SyncControlDisassociationActions
.Push(disassociationAction);
94
Debug.Assert(_state.
SyncControlDisassociationActions
.Count > 0, "DisassociateFromCurrentThread() was called on a thread which hadn't previously called AssociateWithCurrentThread().");
95
IDisposable disassociationAction = _state.
SyncControlDisassociationActions
.Pop();