1 write to _decoder
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
224
_decoder
= new SingletonMessageDecoder(reader.StreamPosition);
8 references to _decoder
System.ServiceModel.NetFramingBase (8)
System\ServiceModel\Channels\SingletonConnectionReader.cs (8)
247
int bytesRead =
_decoder
.Decode(buffer, offset, size);
250
Fx.Assert(
_decoder
.CurrentState == SingletonMessageDecoder.State.ReadingEnvelopeBytes ||
_decoder
.CurrentState == SingletonMessageDecoder.State.ChunkEnd, "");
259
int bytesRead =
_decoder
.Decode(buffer, offset, size);
267
switch (
_decoder
.CurrentState)
270
_chunkBytesRemaining =
_decoder
.ChunkSize;
428
||
_decoder
.CurrentState != SingletonMessageDecoder.State.End)
430
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
_decoder
.CreatePrematureEOFException());