1 write to decoder
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
993
this.
decoder
= channel.decoder;
7 references to decoder
System.ServiceModel (7)
System\ServiceModel\Channels\SessionConnectionReader.cs (7)
994
this.contentType = this.
decoder
.ContentType;
1003
if (!(
decoder
.CurrentState == ServerSessionDecoder.State.End ||
decoder
.CurrentState == ServerSessionDecoder.State.EnvelopeEnd))
1005
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
decoder
.CreatePrematureEOFException());
1013
int bytesRead =
decoder
.Decode(buffer, offset, size);
1029
switch (
decoder
.CurrentState)
1032
int envelopeSize =
decoder
.EnvelopeSize;