2 writes to _nextAsyncCompletion
System.ServiceModel.Primitives (2)
Internals\System\Runtime\AsyncResult.cs (2)
237
_nextAsyncCompletion
= callback;
295
_nextAsyncCompletion
= null;
1 reference to _nextAsyncCompletion
System.ServiceModel.Primitives (1)
Internals\System\Runtime\AsyncResult.cs (1)
294
AsyncCompletion result =
_nextAsyncCompletion
;