9 references to CurrentState
System.ServiceModel (9)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (3)
217if (ServerSessionDecoder.State.EnvelopeStart == sessionDecoder.CurrentState) 290if (ServerSessionDecoder.State.End == sessionDecoder.CurrentState) 292if (ServerSessionDecoder.State.EnvelopeStart == sessionDecoder.CurrentState)
System\ServiceModel\Channels\SessionConnectionReader.cs (6)
175if (decoder.CurrentState == ServerSessionDecoder.State.PreUpgradeStart) 439switch (decoder.CurrentState) 733switch (channel.decoder.CurrentState) 1003if (!(decoder.CurrentState == ServerSessionDecoder.State.End || decoder.CurrentState == ServerSessionDecoder.State.EnvelopeEnd)) 1029switch (decoder.CurrentState)