10 references to Capture
System (6)
net\System\Net\_ContextAwareResult.cs (1)
388cachedContext = ExecutionContext.Capture();
net\System\Net\_TLSstream.cs (1)
55_ExecutionContext = ExecutionContext.Capture();
net\System\Net\NetworkInformation\NetworkAddressChange.cs (2)
140s_availabilityCallerArray.Add(caller, ExecutionContext.Capture()); 273s_callerArray.Add(caller, captureContext ? ExecutionContext.Capture() : null);
net\System\Net\Sockets\Socket.cs (1)
9040m_Context = ExecutionContext.Capture();
sys\system\threading\Barrier.cs (1)
250m_ownerThreadContext = ExecutionContext.Capture();
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (2)
4713_stateObj._executionContext = ExecutionContext.Capture(); 4776_stateObj._executionContext = ExecutionContext.Capture();
fx\src\data\System\Data\SqlClient\SqlDependency.cs (1)
175_context = ExecutionContext.Capture();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
7816executionContext = ExecutionContext.Capture();