2 writes to _bytesRead
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
684
_bytesRead
= localTask.GetAwaiter().GetResult();
703
_bytesRead
= localResult.GetAwaiter().GetResult();
1 reference to _bytesRead
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
711
return
_bytesRead
;