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)
368
Action<object> asyncReadCallback =
_asyncReadCallback
;