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