6 references to CreateOperation
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
412
AsyncOperation asyncOperation = AsyncOperationManager.
CreateOperation
(userState);
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\BackgroundWorker.cs (1)
127
_asyncOperation = AsyncOperationManager.
CreateOperation
(null);
System.Net.Mail (1)
System\Net\Mail\SmtpClient.cs (1)
606
_asyncOp = AsyncOperationManager.
CreateOperation
(userToken);
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.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
540
_currentAsyncLoadOperation = AsyncOperationManager.
CreateOperation
(null);