1 write to _callback
System.ServiceModel.Primitives (1)
Internals\System\Runtime\AsyncResult.cs (1)
32
_callback
= callback;
4 references to _callback
System.ServiceModel.Primitives (4)
Internals\System\Runtime\AsyncResult.cs (4)
66
return
_callback
!= null;
136
if (
_callback
!= null)
142
VirtualCallback(
_callback
, this);
146
_callback
(this);