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