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