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