1 write to HasBeenDisassociatedFromThread
System.Web (1)
ThreadContext.cs (1)
135HasBeenDisassociatedFromThread = true;
11 references to HasBeenDisassociatedFromThread
System.Web (11)
Hosting\IPipelineRuntime.cs (4)
634if (!threadContext.HasBeenDisassociatedFromThread || context.InIndicateCompletion) { 636if (!threadContext.HasBeenDisassociatedFromThread) { 647if (!threadContext.HasBeenDisassociatedFromThread || context.InIndicateCompletion) { 649if (!threadContext.HasBeenDisassociatedFromThread) {
HttpApplication.cs (2)
4270if (!threadContext.HasBeenDisassociatedFromThread) { 4272if (!threadContext.HasBeenDisassociatedFromThread) {
HttpRuntime.cs (2)
1590if (!threadContext.HasBeenDisassociatedFromThread) { 1592if (!threadContext.HasBeenDisassociatedFromThread) {
ThreadContext.cs (3)
58Debug.Assert(!HasBeenDisassociatedFromThread, "This ThreadContext has already been disassociated from a thread."); 127Debug.Assert(!HasBeenDisassociatedFromThread, "This ThreadContext has already been disassociated from a thread."); 175Debug.Assert(!HasBeenDisassociatedFromThread, "This ThreadContext has already been disassociated from a thread.");