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