6 references to EnvelopeStart
System.ServiceModel (6)
System\ServiceModel\Channels\FramingDecoders.cs (3)
665
if (currentState < State.
EnvelopeStart
)
787
currentState = State.
EnvelopeStart
;
792
case State.
EnvelopeStart
:
System\ServiceModel\Channels\MsmqDecodeHelper.cs (2)
217
if (ServerSessionDecoder.State.
EnvelopeStart
== sessionDecoder.CurrentState)
292
if (ServerSessionDecoder.State.
EnvelopeStart
== sessionDecoder.CurrentState)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1031
case ServerSessionDecoder.State.
EnvelopeStart
: