21 references to MessageDictionary
dotnet-svcutil-lib (21)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1225
MessageDictionary messageDictionary = XD.
MessageDictionary
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (9)
318
return reader.IsStartElement(XD.
MessageDictionary
.Fault, version.DictionaryNamespace);
374
MessageDictionary messageDictionary = XD.
MessageDictionary
;
432
MessageDictionary messageDictionary = XD.
MessageDictionary
;
443
MessageDictionary messageDictionary = XD.
MessageDictionary
;
498
MessageDictionary messageDictionary = XD.
MessageDictionary
;
1168
return reader.IsStartElement(XD.
MessageDictionary
.Header, envelopeVersion.DictionaryNamespace);
1199
if (reader.IsStartElement(XD.
MessageDictionary
.Envelope, XD.Message12Dictionary.Namespace))
1201
else if (reader.IsStartElement(XD.
MessageDictionary
.Envelope, XD.Message11Dictionary.Namespace))
1213
if (!reader.IsStartElement(XD.
MessageDictionary
.Body, version.DictionaryNamespace))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (5)
202
writer.WriteStartElement(XD.Message12Dictionary.FaultDetail, XD.
MessageDictionary
.Namespace);
296
writer.WriteStartElement(XD.
MessageDictionary
.Fault, version.DictionaryNamespace);
358
writer.WriteStartElement(XD.
MessageDictionary
.Fault, XD.Message11Dictionary.Namespace);
636
reader.ReadStartElement(XD.
MessageDictionary
.Fault, version.DictionaryNamespace);
705
reader.ReadStartElement(XD.
MessageDictionary
.Fault, XD.Message11Dictionary.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs (2)
137
writer.WriteAttributeString(XD.
MessageDictionary
.MustUnderstand, messageVersion.Envelope.DictionaryNamespace, "1");
199
string mustUnderstandString = reader.GetAttribute(XD.
MessageDictionary
.MustUnderstand, version.Envelope.DictionaryNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (2)
70
reader.ReadStartElement(XD.
MessageDictionary
.Header, envelopeVersion.DictionaryNamespace);
1175
Fx.Assert(reader.IsStartElement(XD.
MessageDictionary
.Header, envelopeVersion.DictionaryNamespace), "");
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
482
return reader.IsStartElement(XD.
MessageDictionary
.Fault, MessageVersion.None.Envelope.DictionaryNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\EnvelopeVersion.cs (1)
54
XD.
MessageDictionary
.Namespace,