5 references to End
System.ServiceModel (5)
System\ServiceModel\Channels\FramingDecoders.cs (2)
769
currentState = State.
End
;
808
case State.
End
:
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
290
if (ServerSessionDecoder.State.
End
== sessionDecoder.CurrentState)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1003
if (!(decoder.CurrentState == ServerSessionDecoder.State.
End
|| decoder.CurrentState == ServerSessionDecoder.State.EnvelopeEnd))
1076
case ServerSessionDecoder.State.
End
: