17 references to Run
Microsoft.AspNetCore.Components.WebView.Photino (1)
PhotinoSynchronizationContext.cs (1)
288ExecutionContext.Run(item.ExecutionContext, ExecutionContextThunk, item);
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
200ExecutionContext.Run(s.ec, new ContextCallback(d), s.state);
System.IO.Pipelines (1)
System\IO\Pipelines\Pipe.cs (1)
869ExecutionContext.Run(completionData.ExecutionContext, s_executionContextRawCallback, state);
System.Net.Mail (2)
src\libraries\Common\src\System\Net\ContextAwareResult.cs (1)
361ExecutionContext.Run(context, s => ((ContextAwareResult)s!).CompleteCallback(), this);
System\Net\Mail\SmtpConnection.cs (1)
320ExecutionContext.Run(x, s_AuthenticateCallback, authenticationContext);
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (2)
288ExecutionContext.Run(ec, s_runAddressChangedHandler, handler); 330ExecutionContext.Run(ec, callbackContext, handler);
System.Net.Requests (1)
src\libraries\Common\src\System\Net\ContextAwareResult.cs (1)
361ExecutionContext.Run(context, s => ((ContextAwareResult)s!).CompleteCallback(), this);
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncEventArgs.cs (2)
671ExecutionContext.Run(context, s_executionCallback, this); 1036ExecutionContext.Run(context, s_executionCallback, this);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
211/// It will not automatically be reverted unlike <see cref="Run"/>.
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
1650ExecutionContext.Run(context, timedOut ? _ccbt : _ccbf, helper);
src\libraries\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs (1)
213ExecutionContext.Run(data._executionContext, callback, args);
System.Threading (1)
System\Threading\Barrier.cs (1)
777ExecutionContext.Run(_ownerThreadContext, handler, this);
System.Threading.Channels (1)
System\Threading\Channels\AsyncOperation.cs (1)
439ExecutionContext.Run(_executionContext, static s =>
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\Parallel.ForEachAsync.cs (1)
679ExecutionContext.Run(_executionContext, static o => ((ForEachAsyncState<TSource>)o!)._taskBody(o), this);
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
6011ExecutionContext.Run(tme._executionContext, s_invokeMarshaledCallbackHelperDelegate, tme);