3 writes to VirtualCallback
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
809
base.
VirtualCallback
= inputQueue.AsyncCallbackGenerator();
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceAsyncResult.cs (2)
19
base.
VirtualCallback
= s_waitResultCallback;
26
base.
VirtualCallback
= s_waitResultCallback;
2 references to VirtualCallback
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (2)
162
if (
VirtualCallback
!= null)
164
VirtualCallback
(_callback, this);