2 writes to _asyncReadCallback
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
636_asyncReadCallback = callback;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
372_asyncReadCallback = null;
1 reference to _asyncReadCallback
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
368Action<object> asyncReadCallback = _asyncReadCallback;