9 references to IsPreAllocatedDefault
mscorlib (9)
system\runtime\compilerservices\AsyncMethodBuilder.cs (1)
921
if (capturedContext != null && capturedContext.
IsPreAllocatedDefault
)
system\threading\executioncontext.cs (5)
532
Contract.Assert(!
IsPreAllocatedDefault
);
547
Contract.Assert(!
IsPreAllocatedDefault
);
895
if(this.
IsPreAllocatedDefault
)
938
if (executionContext.
IsPreAllocatedDefault
)
972
if (executionContext.
IsPreAllocatedDefault
)
system\threading\Tasks\Task.cs (2)
1777
else if (!value.
IsPreAllocatedDefault
) // not the default context, then inflate the contingent properties and set it
1794
if (capturedContext.
IsPreAllocatedDefault
)
system\threading\timer.cs (1)
707
m_executionContext.
IsPreAllocatedDefault
? m_executionContext : m_executionContext.CreateCopy())