2 writes to _asyncBytesRead
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
180_asyncBytesRead = bytesToCopy; 192_asyncBytesRead = 0;
2 references to _asyncBytesRead
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
189if (_asyncBytesRead > 0) 191int retValue = _asyncBytesRead;