1 instantiation of AsyncOperation
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\AsyncOperation.cs (1)
104
AsyncOperation newOp = new
AsyncOperation
(userSuppliedState, syncContext);
41 references to AsyncOperation
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (4)
412
AsyncOperation
asyncOperation = AsyncOperationManager.CreateOperation(userState);
483
private
AsyncOperation
_asyncOperation;
487
internal AsyncOperationContext(
AsyncOperation
asyncOperation, EndOperationDelegate endDelegate, SendOrPostCallback completionCallback)
494
internal
AsyncOperation
AsyncOperation
netstandard (1)
netstandard.cs (1)
179
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
AsyncOperation
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
165
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
AsyncOperation
))]
System.ComponentModel.EventBasedAsync (5)
System\ComponentModel\AsyncOperation.cs (2)
102
internal static
AsyncOperation
CreateOperation(object? userSuppliedState, SynchronizationContext syncContext)
104
AsyncOperation
newOp = new AsyncOperation(userSuppliedState, syncContext);
System\ComponentModel\AsyncOperationManager.cs (2)
12
public static
AsyncOperation
CreateOperation(object? userSuppliedState)
14
return
AsyncOperation
.CreateOperation(userSuppliedState, SynchronizationContext);
System\ComponentModel\BackgroundWorker.cs (1)
18
private
AsyncOperation
? _asyncOperation;
System.Net.Mail (2)
System\Net\Mail\SmtpClient.cs (2)
55
private
AsyncOperation
? _asyncOp;
884
AsyncOperation
asyncOp = client._asyncOp!;
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.cs (2)
526
var
asyncOp = (
AsyncOperation
)state!;
System.Net.WebClient (24)
System\Net\WebClient.cs (24)
42
private
AsyncOperation
? _asyncOp;
107
private
AsyncOperation
StartAsyncOperation(object? userToken)
132
AsyncOperation
asyncOp = AsyncOperationManager.CreateOperation(userToken);
869
AsyncOperation
asyncOp, Action<byte[]?, Exception?,
AsyncOperation
> completionDelegate)
1007
AsyncOperation
asyncOp, Action<byte[]?, Exception?,
AsyncOperation
> completionDelegate)
1181
private void InvokeOperationCompleted(
AsyncOperation
asyncOp, SendOrPostCallback callback, AsyncCompletedEventArgs eventArgs)
1197
AsyncOperation
asyncOp = StartAsyncOperation(userToken);
1237
AsyncOperation
asyncOp = StartAsyncOperation(userToken);
1268
AsyncOperation
asyncOp = (
AsyncOperation
)state;
1294
AsyncOperation
asyncOp = StartAsyncOperation(userToken);
1308
AsyncOperation
asyncOp = (
AsyncOperation
)state;
1320
AsyncOperation
asyncOp = StartAsyncOperation(userToken);
1334
AsyncOperation
asyncOp = (
AsyncOperation
)state;
1348
AsyncOperation
asyncOp = StartAsyncOperation(userToken);
1375
AsyncOperation
asyncOp = StartAsyncOperation(userToken);
1424
AsyncOperation
asyncOp = StartAsyncOperation(userToken);
1464
AsyncOperation
asyncOp = StartAsyncOperation(userToken);
1500
AsyncOperation
asyncOp = StartAsyncOperation(userToken);
1805
private void PostProgressChanged(
AsyncOperation
asyncOp, ProgressData progress)
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
51
private
AsyncOperation
? _currentAsyncLoadOperation;
606
AsyncOperation
? temp = _currentAsyncLoadOperation;