21 references to Run
mscorlib (3)
system\threading\CancellationTokenSource.cs (1)
1011
ExecutionContext.
Run
(
system\threading\thread.cs (2)
87
ExecutionContext.
Run
(_executionContext, _ccb, (Object)this);
105
ExecutionContext.
Run
(_executionContext, _ccb, (Object)this);
System (13)
net\System\Net\_ContextAwareResult.cs (1)
461
ExecutionContext.
Run
((_Flags & StateFlags.ThreadSafeContextCopy) != 0 ? context.CreateCopy() : context,
net\System\Net\_NTAuthentication.cs (1)
412
ExecutionContext.
Run
(x, s_InitializeCallback, new InitializeCallbackContext(this, isServer, package, credential, spn, requestedContextFlags, channelBinding));
net\System\Net\_TLSstream.cs (1)
491
ExecutionContext.
Run
(_ExecutionContext.CreateCopy(), new ContextCallback(CallProcessAuthentication), handshakeResult);
net\System\Net\HttpWebRequest.cs (2)
3478
ExecutionContext.
Run
(x, new ContextCallback(CallContinueDelegateCallback), continueResponse);
5952
ExecutionContext.
Run
(context, NclUtilities.ContextRelativeDemandCallback, permission);
net\System\Net\mail\smtpconnection.cs (1)
506
ExecutionContext.
Run
(x, s_AuthenticateCallback, authenticationContext);
net\System\Net\NetworkInformation\NetworkAddressChange.cs (2)
122
ExecutionContext.
Run
(context.CreateCopy(), s_RunHandlerCallback, handler);
224
ExecutionContext.
Run
(context.CreateCopy(), s_runHandlerCallback, handler);
net\System\Net\Sockets\Socket.cs (4)
9759
ExecutionContext.
Run
(m_ContextCopy, m_ExecutionCallback, null);
9773
ExecutionContext.
Run
(m_ContextCopy, m_ExecutionCallback, null);
9788
ExecutionContext.
Run
(m_ContextCopy, m_ExecutionCallback, null);
10029
ExecutionContext.
Run
(m_ContextCopy, m_ExecutionCallback, null);
sys\system\threading\Barrier.cs (1)
801
ExecutionContext.
Run
(currentContext, handler, this);
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDependency.cs (1)
205
ExecutionContext.
Run
(_context, _contextCallback, this);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
2503
ExecutionContext.
Run
(_executionContext, (state) => source.TrySetResult(null), null);
2511
ExecutionContext.
Run
(_executionContext, (state) => ReadAsyncCallbackCaptureException(source), null);
System.Web (1)
Util\ExecutionContextUtil.cs (1)
37
ExecutionContext.
Run
(s_dummyDefaultEC, s_actionToActionObjShunt, callback);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
7403
ExecutionContext.
Run
(tme.executionContext, invokeMarshaledCallbackHelperDelegate, tme);