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