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