1 instantiation of ThreadContext
System.Net.HttpListener (1)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (1)
19private static ThreadContext CurrentThreadContext => field ??= new();
2 references to ThreadContext
System.Net.HttpListener (2)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (2)
19private static ThreadContext CurrentThreadContext => field ??= new(); 341ThreadContext threadContext = CurrentThreadContext;