1 write to VirtualCallback
System.ServiceModel.Internals (1)
System\Runtime\InputQueue.cs (1)
810base.VirtualCallback = inputQueue.AsyncCallbackGenerator();
2 references to VirtualCallback
System.ServiceModel.Internals (2)
System\Runtime\AsyncResult.cs (2)
178if (VirtualCallback != null) 180VirtualCallback(this.callback, this);