1 write to _callback
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (1)
36
_callback
= callback;
4 references to _callback
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (4)
82
return
_callback
!= null;
158
if (
_callback
!= null)
164
VirtualCallback(
_callback
, this);
168
_callback
(this);