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