1 write to _decoder
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
319
_decoder
= decoder;
9 references to _decoder
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (9)
328
if (!(
_decoder
.CurrentState == ClientFramingDecoderState.End
329
||
_decoder
.CurrentState == ClientFramingDecoderState.EnvelopeEnd
330
||
_decoder
.CurrentState == ClientFramingDecoderState.ReadingUpgradeRecord
331
||
_decoder
.CurrentState == ClientFramingDecoderState.UpgradeResponse))
333
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
_decoder
.CreatePrematureEOFException());
346
int bytesRead =
_decoder
.Decode(buffer, offset, size);
360
switch (
_decoder
.CurrentState)
364
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(
_decoder
.Fault, _channel.RemoteAddress.Uri.ToString(), _messageEncoder.ContentType));
371
int envelopeSize =
_decoder
.EnvelopeSize;