12 references to AsyncOperationManager
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
412
AsyncOperation 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)
132
AsyncOperation asyncOp =
AsyncOperationManager
.CreateOperation(userToken);
System.ServiceModel.Primitives (1)
System\ServiceModel\ClientBase.cs (1)
823
AsyncOperation 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)
140
SynchronizationContext currentContext =
AsyncOperationManager
.SynchronizationContext;
147
AsyncOperationManager
.SynchronizationContext = new WindowsFormsSynchronizationContext();
160
if (AutoInstall &&
AsyncOperationManager
.SynchronizationContext is WindowsFormsSynchronizationContext)
164
AsyncOperationManager
.SynchronizationContext = t_previousSyncContext is null