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