1 instantiation of ThreadContext
System.Net.Mail (1)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (1)
28
threadContext = new
ThreadContext
();
4 references to ThreadContext
System.Net.Mail (4)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (4)
19
private static
ThreadContext
? t_threadContext;
21
private static
ThreadContext
CurrentThreadContext
25
ThreadContext
? threadContext = t_threadContext;
356
ThreadContext
threadContext = CurrentThreadContext;