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)
66return _callback != null; 136if (_callback != null) 142VirtualCallback(_callback, this); 146_callback(this);