1 write to _callback
System.ServiceModel.Federation (1)
System\Runtime\OperationWithTimeoutAsyncResult.cs (1)
70_callback = callback;
4 references to _callback
System.ServiceModel.Federation (4)
System\Runtime\OperationWithTimeoutAsyncResult.cs (4)
104return _callback != null; 174if (_callback != null) 180VirtualCallback(_callback, this); 184_callback(this);