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