1 instantiation of ServerSingletonDecoder
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
56
this.decoder = new
ServerSingletonDecoder
(streamPosition, MaxViaSize, MaxContentTypeSize);
9 references to ServerSingletonDecoder
System.ServiceModel (9)
System\ServiceModel\Channels\SingletonConnectionReader.cs (9)
34
ServerSingletonDecoder
decoder;
84
public
ServerSingletonDecoder
Decoder
144
if (decoder.CurrentState ==
ServerSingletonDecoder
.State.PreUpgradeStart)
383
ServerSingletonDecoder
Decoder
466
case
ServerSingletonDecoder
.State.UpgradeRequest:
553
case
ServerSingletonDecoder
.State.Start:
954
ServerSingletonDecoder
decoder;
994
case
ServerSingletonDecoder
.State.EnvelopeStart:
998
case
ServerSingletonDecoder
.State.End: