2 instantiations of ServerSessionDecoder
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
203ServerSessionDecoder sessionDecoder = new ServerSessionDecoder(0, defaultMaxViaSize, defaultMaxContentTypeSize);
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
53this.decoder = new ServerSessionDecoder(streamPosition, MaxViaSize, MaxContentTypeSize);
18 references to ServerSessionDecoder
System.ServiceModel (18)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (4)
203ServerSessionDecoder sessionDecoder = new ServerSessionDecoder(0, defaultMaxViaSize, defaultMaxContentTypeSize); 217if (ServerSessionDecoder.State.EnvelopeStart == sessionDecoder.CurrentState) 290if (ServerSessionDecoder.State.End == sessionDecoder.CurrentState) 292if (ServerSessionDecoder.State.EnvelopeStart == sessionDecoder.CurrentState)
System\ServiceModel\Channels\SessionConnectionReader.cs (14)
33ServerSessionDecoder decoder; 71public ServerSessionDecoder Decoder 175if (decoder.CurrentState == ServerSessionDecoder.State.PreUpgradeStart) 343ServerSessionDecoder decoder; 441case ServerSessionDecoder.State.UpgradeRequest: 476case ServerSessionDecoder.State.Start: 735case ServerSessionDecoder.State.UpgradeRequest: 759case ServerSessionDecoder.State.Start: 983ServerSessionDecoder decoder; 1003if (!(decoder.CurrentState == ServerSessionDecoder.State.End || decoder.CurrentState == ServerSessionDecoder.State.EnvelopeEnd)) 1031case ServerSessionDecoder.State.EnvelopeStart: 1045case ServerSessionDecoder.State.EnvelopeEnd: 1076case ServerSessionDecoder.State.End: