38 references to WsrmFeb2005Dictionary
System.ServiceModel (38)
System\ServiceModel\Channels\CloseSequence.cs (2)
35
reader.ReadStartElement(XD.
WsrmFeb2005Dictionary
.Identifier, wsrmNs);
62
writer.WriteStartElement(XD.
WsrmFeb2005Dictionary
.Identifier, wsrmNs);
System\ServiceModel\Channels\CloseSequenceResponse.cs (2)
32
reader.ReadStartElement(XD.
WsrmFeb2005Dictionary
.Identifier, wsrmNs);
51
writer.WriteStartElement(XD.
WsrmFeb2005Dictionary
.Identifier, wsrmNs);
System\ServiceModel\Channels\CreateSequence.cs (2)
47
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
169
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
System\ServiceModel\Channels\CreateSequenceResponse.cs (2)
88
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
144
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
2687
return XD.
WsrmFeb2005Dictionary
.CreateSequenceResponseAction;
2736
return XD.
WsrmFeb2005Dictionary
.Namespace;
3005
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
3422
reader.ReadStartElement(XD.
WsrmFeb2005Dictionary
.Identifier, WsrmIndex.GetNamespace(reliableMessagingVersion));
3657
writer.WriteStartElement(WsrmFeb2005Strings.Prefix, XD.
WsrmFeb2005Dictionary
.Identifier,
System\ServiceModel\Channels\TerminateSequence.cs (2)
39
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
70
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
System\ServiceModel\Channels\TerminateSequenceResponse.cs (2)
50
reader.ReadStartElement(XD.
WsrmFeb2005Dictionary
.Identifier, wsrmNs);
68
writer.WriteStartElement(XD.
WsrmFeb2005Dictionary
.Identifier, wsrmNs);
System\ServiceModel\Channels\WsrmFault.cs (5)
513
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
699
return XD.
WsrmFeb2005Dictionary
.SequenceFault;
728
headerReader.ReadFullStartElement(XD.
WsrmFeb2005Dictionary
.SequenceFault, wsrmNs);
748
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
813
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
System\ServiceModel\Channels\WsrmMessageInfo.cs (15)
1018
XD.
WsrmFeb2005Dictionary
.CreateSequenceResponse), messageVersion.Addressing.Namespace,
1168
get { return XD.
WsrmFeb2005Dictionary
.Prefix; }
1319
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
1374
get { return XD.
WsrmFeb2005Dictionary
.Sequence; }
1384
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
1463
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
1558
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
1572
XD.
WsrmFeb2005Dictionary
.NETNamespace))
1653
get { return XD.
WsrmFeb2005Dictionary
.SequenceAcknowledgement; }
1658
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
1672
XD.
WsrmFeb2005Dictionary
.NETNamespace);
1683
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
1738
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
1780
get { return XD.
WsrmFeb2005Dictionary
.AckRequested; }
1785
WsrmFeb2005Dictionary wsrmFeb2005Dictionary = XD.
WsrmFeb2005Dictionary
;
System\ServiceModel\ReliableMessagingVersion.cs (1)
78
: base(WsrmFeb2005Strings.Namespace, XD.
WsrmFeb2005Dictionary
.Namespace)