26 references to Wsrm11Dictionary
System.ServiceModel (26)
System\ServiceModel\Channels\CloseSequence.cs (2)
32Wsrm11Dictionary wsrm11Dictionary = DXD.Wsrm11Dictionary; 59Wsrm11Dictionary wsrm11Dictionary = DXD.Wsrm11Dictionary;
System\ServiceModel\Channels\CloseSequenceResponse.cs (2)
31reader.ReadStartElement(DXD.Wsrm11Dictionary.CloseSequenceResponse, wsrmNs); 50writer.WriteStartElement(DXD.Wsrm11Dictionary.CloseSequenceResponse, wsrmNs);
System\ServiceModel\Channels\CreateSequence.cs (2)
67Wsrm11Dictionary wsrm11Dictionary = wsrm11 ? DXD.Wsrm11Dictionary : null; 185Wsrm11Dictionary wsrm11Dictionary = DXD.Wsrm11Dictionary;
System\ServiceModel\Channels\CreateSequenceResponse.cs (2)
104if (reader.IsStartElement(DXD.Wsrm11Dictionary.IncompleteSequenceBehavior, wsrmNs)) 161Wsrm11Dictionary wsrm11Dictionary = DXD.Wsrm11Dictionary;
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
2691return DXD.Wsrm11Dictionary.CreateSequenceResponseAction; 2740return DXD.Wsrm11Dictionary.Namespace; 2887Wsrm11Dictionary wsrm11Dictionary = DXD.Wsrm11Dictionary;
System\ServiceModel\Channels\TerminateSequence.cs (2)
50if (reader.IsStartElement(DXD.Wsrm11Dictionary.LastMsgNumber, wsrmNs)) 81writer.WriteStartElement(DXD.Wsrm11Dictionary.LastMsgNumber, wsrmNs);
System\ServiceModel\Channels\TerminateSequenceResponse.cs (2)
48reader.ReadStartElement(DXD.Wsrm11Dictionary.TerminateSequenceResponse, wsrmNs); 67writer.WriteStartElement(DXD.Wsrm11Dictionary.TerminateSequenceResponse, wsrmNs);
System\ServiceModel\Channels\WsrmFault.cs (3)
557detailReader.ReadStartElement(DXD.Wsrm11Dictionary.MaxMessageNumber, 586writer.WriteStartElement(WsrmFeb2005Strings.Prefix, DXD.Wsrm11Dictionary.MaxMessageNumber, 727XmlDictionaryString wsrmNs = DXD.Wsrm11Dictionary.Namespace;
System\ServiceModel\Channels\WsrmMessageInfo.cs (7)
804DXD.Wsrm11Dictionary.CloseSequenceResponse), messageVersion.Addressing.Namespace, 1134DXD.Wsrm11Dictionary.TerminateSequenceResponse), messageVersion.Addressing.Namespace, 1502Wsrm11Dictionary wsrm11Dictionary = DXD.Wsrm11Dictionary; 1609Wsrm11Dictionary wsrm11Dictionary = DXD.Wsrm11Dictionary; 1665writer.WriteStartElement(DXD.Wsrm11Dictionary.Final, wsrmNs); 1698writer.WriteStartElement(DXD.Wsrm11Dictionary.None, wsrmNs); 1818get { return DXD.Wsrm11Dictionary.UsesSequenceSTR; }
System\ServiceModel\ReliableMessagingVersion.cs (1)
60: base(Wsrm11Strings.Namespace, DXD.Wsrm11Dictionary.Namespace)