3 references to IsNewCapture
mscorlib (3)
system\threading\executioncontext.cs (3)
528
return (_flags & (Flags.
IsNewCapture
| Flags.IsPreAllocatedDefault)) != Flags.None;
534
_flags |= Flags.
IsNewCapture
;
536
_flags &= ~Flags.
IsNewCapture
;