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