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)
82return _callback != null; 158if (_callback != null) 164VirtualCallback(_callback, this); 168_callback(this);