2 writes to _nextAsyncCompletion
System.ServiceModel.Federation (2)
System\Runtime\OperationWithTimeoutAsyncResult.cs (2)
275
_nextAsyncCompletion
= callback;
333
_nextAsyncCompletion
= null;
1 reference to _nextAsyncCompletion
System.ServiceModel.Federation (1)
System\Runtime\OperationWithTimeoutAsyncResult.cs (1)
332
AsyncCompletion result =
_nextAsyncCompletion
;