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