1 write to _onRead
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
464
_onRead
= new Action<Task<int>, object>(OnRead);
1 reference to _onRead
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
680
localTask.ContinueWith(
_onRead
, state);