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