1 write to LastMsgNumber
System.ServiceModel (1)
System\ServiceModel\DXD.cs (1)
472
this.
LastMsgNumber
= dictionary.Add(Wsrm11Strings.LastMsgNumber);
4 references to LastMsgNumber
System.ServiceModel (4)
System\ServiceModel\Channels\CloseSequence.cs (2)
39
if (reader.IsStartElement(wsrm11Dictionary.
LastMsgNumber
, wsrmNs))
68
writer.WriteStartElement(wsrm11Dictionary.
LastMsgNumber
, wsrmNs);
System\ServiceModel\Channels\TerminateSequence.cs (2)
50
if (reader.IsStartElement(DXD.Wsrm11Dictionary.
LastMsgNumber
, wsrmNs))
81
writer.WriteStartElement(DXD.Wsrm11Dictionary.
LastMsgNumber
, wsrmNs);