4 writes to _size
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (4)
34_size = size; 48return DecodeMessage(_buffer, ref _offset, ref _size, ref _isAtEOF, timeout); 54return DecodeMessage(_envelopeBuffer, ref dummyOffset, ref _size, ref _isAtEOF, timeout); 293_size = bytesRead;
7 references to _size
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (7)
85if (_size > 0) 90preReadConnection.AddPreReadData(_buffer, _offset, _size); 94result = new PreReadConnection(result, _buffer, _offset, _size); 119if (_size > 0) 134if (_size != 0) 177if (_size > 0) 192if (_size != 0)