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

◆ ContextCopy

ExecutionContext System.Net.ContextAwareResult.ContextCopy
getpackage

Definition at line 27 of file ContextAwareResult.cs.

28 {
29 get
30 {
31 if (base.InternalPeekCompleted)
32 {
34 }
35 ExecutionContext context = _context;
36 if (context != null)
37 {
38 return context;
39 }
40 if ((_flags & StateFlags.PostBlockFinished) == 0)
41 {
42 lock (_lock)
43 {
44 }
45 }
46 if (base.InternalPeekCompleted)
47 {
49 }
50 return _context;
51 }
52 }
volatile ExecutionContext _context
static string net_completed_result
Definition SR.cs:138
Definition SR.cs:7