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