2 instantiations of ThreadContext
System.Web (2)
HttpApplication.cs (1)
2112ThreadContext threadContext = new ThreadContext(_context);
WebSocketPipeline.cs (1)
169ThreadContext threadContext = new ThreadContext(_httpContext);
22 references to ThreadContext
System.Web (22)
Hosting\AspNetHostExecutionContextManager.cs (4)
33ThreadContext currentContext = ThreadContext.Current; 71ThreadContext currentContext = ThreadContext.Current;
Hosting\IPipelineRuntime.cs (1)
615ThreadContext threadContext = context.IndicateCompletionContext;
HttpApplication.cs (6)
2111private ThreadContext OnThreadEnterPrivate(bool setImpersonationContext) { 2112ThreadContext threadContext = new ThreadContext(_context); 2141internal ThreadContext OnThreadEnter() { 2145internal ThreadContext OnThreadEnter(bool setImpersonationContext) { 3876ThreadContext threadContext = null; 4076ThreadContext threadContext = null;
HttpContext.cs (1)
152internal volatile ThreadContext IndicateCompletionContext = null;
HttpRuntime.cs (1)
1588ThreadContext threadContext = context.IndicateCompletionContext;
LegacyAspNetSynchronizationContext.cs (1)
58ThreadContext threadContext = null;
ThreadContext.cs (3)
22private static ThreadContext _currentThreadContext; 27private ThreadContext _originalThreadContextCurrent; 37internal static ThreadContext Current {
UI\LegacyPageAsyncTask.cs (1)
165ThreadContext threadContext = null;
UI\LegacyPageAsyncTaskManager.cs (1)
211ThreadContext threadContext = null;
UI\Page.cs (1)
5839ThreadContext threadContext = null;
Util\AspCompat.cs (1)
399ThreadContext threadContext = null;
WebSocketPipeline.cs (1)
169ThreadContext threadContext = new ThreadContext(_httpContext);