2 writes to _nextAsyncCompletion
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (2)
262
_nextAsyncCompletion
= callback;
320
_nextAsyncCompletion
= null;
1 reference to _nextAsyncCompletion
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (1)
319
AsyncCompletion result =
_nextAsyncCompletion
;