2 references to FastCapture
mscorlib (2)
system\runtime\compilerservices\AsyncMethodBuilder.cs (1)
916
var capturedContext = ExecutionContext.
FastCapture
(); // ok to use FastCapture as we haven't made any permission demands/asserts
system\threading\Tasks\TaskContinuation.cs (1)
579
m_capturedContext = ExecutionContext.
FastCapture
();