1 write to callback
System.ServiceModel.Internals (1)
System\Runtime\AsyncResult.cs (1)
41this.callback = callback;
4 references to callback
System.ServiceModel.Internals (4)
System\Runtime\AsyncResult.cs (4)
91return this.callback != null; 174if (this.callback != null) 180VirtualCallback(this.callback, this); 184this.callback(this);