10 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.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)
278ExecutionContext.Run(ec, 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)
6086ExecutionContext.Run(tme._executionContext, s_invokeMarshaledCallbackHelperDelegate, tme);