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