26 references to Wsrm11Dictionary
System.ServiceModel.Primitives (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)
68Wsrm11Dictionary wsrm11Dictionary = wsrm11 ? DXD.Wsrm11Dictionary : null; 186Wsrm11Dictionary wsrm11Dictionary = DXD.Wsrm11Dictionary;
System\ServiceModel\Channels\CreateSequenceResponse.cs (2)
61if (reader.IsStartElement(DXD.Wsrm11Dictionary.IncompleteSequenceBehavior, wsrmNs)) 118Wsrm11Dictionary wsrm11Dictionary = DXD.Wsrm11Dictionary;
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
1298return DXD.Wsrm11Dictionary.CreateSequenceResponseAction; 1347return DXD.Wsrm11Dictionary.Namespace; 1493Wsrm11Dictionary wsrm11Dictionary = DXD.Wsrm11Dictionary;
System\ServiceModel\Channels\TerminateSequence.cs (2)
49if (reader.IsStartElement(DXD.Wsrm11Dictionary.LastMsgNumber, wsrmNs)) 80writer.WriteStartElement(DXD.Wsrm11Dictionary.LastMsgNumber, wsrmNs);
System\ServiceModel\Channels\TerminateSequenceResponse.cs (2)
35reader.ReadStartElement(DXD.Wsrm11Dictionary.TerminateSequenceResponse, wsrmNs); 54writer.WriteStartElement(DXD.Wsrm11Dictionary.TerminateSequenceResponse, wsrmNs);
System\ServiceModel\Channels\WsrmFault.cs (3)
556detailReader.ReadStartElement(DXD.Wsrm11Dictionary.MaxMessageNumber, 585writer.WriteStartElement(WsrmFeb2005Strings.Prefix, DXD.Wsrm11Dictionary.MaxMessageNumber, 718XmlDictionaryString wsrmNs = DXD.Wsrm11Dictionary.Namespace;
System\ServiceModel\Channels\WsrmMessageInfo.cs (7)
654DXD.Wsrm11Dictionary.CloseSequenceResponse), messageVersion.Addressing.Namespace, 852DXD.Wsrm11Dictionary.TerminateSequenceResponse), messageVersion.Addressing.Namespace, 1138Wsrm11Dictionary wsrm11Dictionary = DXD.Wsrm11Dictionary; 1245Wsrm11Dictionary wsrm11Dictionary = DXD.Wsrm11Dictionary; 1301writer.WriteStartElement(DXD.Wsrm11Dictionary.Final, wsrmNs); 1334writer.WriteStartElement(DXD.Wsrm11Dictionary.None, wsrmNs); 1446get { return DXD.Wsrm11Dictionary.UsesSequenceSTR; }
System\ServiceModel\ReliableMessagingVersion.cs (1)
48: base(Wsrm11Strings.Namespace, DXD.Wsrm11Dictionary.Namespace)