12 references to AsyncOperationManager
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
412AsyncOperation asyncOperation = AsyncOperationManager.CreateOperation(userState);
netstandard (1)
netstandard.cs (1)
180[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncOperationManager))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
166[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncOperationManager))]
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\BackgroundWorker.cs (1)
127_asyncOperation = AsyncOperationManager.CreateOperation(null);
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.cs (1)
530}, AsyncOperationManager.CreateOperation(userToken), CancellationToken.None, TaskContinuationOptions.DenyChildAttach, TaskScheduler.Default);
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
132AsyncOperation asyncOp = AsyncOperationManager.CreateOperation(userToken);
System.ServiceModel.Primitives (1)
System\ServiceModel\ClientBase.cs (1)
823AsyncOperation asyncOperation = AsyncOperationManager.CreateOperation(userState);
System.Windows.Forms (5)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
537_currentAsyncLoadOperation = AsyncOperationManager.CreateOperation(null);
System\Windows\Forms\WindowsFormsSynchronizationContext.cs (4)
140SynchronizationContext currentContext = AsyncOperationManager.SynchronizationContext; 147AsyncOperationManager.SynchronizationContext = new WindowsFormsSynchronizationContext(); 160if (AutoInstall && AsyncOperationManager.SynchronizationContext is WindowsFormsSynchronizationContext) 164AsyncOperationManager.SynchronizationContext = t_previousSyncContext is null