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