4 references to ThreadContextId
System.Web (4)
Hosting\AspNetHostExecutionContextManager.cs (2)
40
httpContextThreadContextId: currentContext.HttpContext.
ThreadContextId
);
72
if (currentContext != null && currentContext.HttpContext.
ThreadContextId
== castHostExecutionContext.HttpContextThreadContextId) {
Util\AppVerifier.cs (2)
485
originalThreadContextId = originalHttpContext.
ThreadContextId
;
497
object currentThreadContextId = (currentHttpContext != null) ? currentHttpContext.
ThreadContextId
: null;