Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CurrentThreadContext

static ThreadContext System.Net.LazyAsyncResult.CurrentThreadContext
staticgetprivateinherited

Definition at line 34 of file LazyAsyncResult.cs.

35 {
36 get
37 {
38 ThreadContext threadContext = t_threadContext;
39 if (threadContext == null)
40 {
41 threadContext = (t_threadContext = new ThreadContext());
42 }
43 return threadContext;
44 }
45 }
static ThreadContext t_threadContext

Referenced by System.Net.LazyAsyncResult.Complete().