System\ServiceModel\EndpointAddress.cs (16)
317else if (message.Version.Addressing == AddressingVersion.WSAddressingAugust2004)
557else if (reader.IsNamespaceUri(AddressingVersion.WSAddressingAugust2004.DictionaryNamespace))
559version = AddressingVersion.WSAddressingAugust2004;
595else if (reader.IsNamespaceUri(AddressingVersion.WSAddressingAugust2004.DictionaryNamespace))
597version = AddressingVersion.WSAddressingAugust2004;
675else if (addressingVersion == AddressingVersion.WSAddressingAugust2004)
759if (!reader.IsStartElement(XD.AddressingDictionary.Address, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace))
767if (reader.IsStartElement(XD.AddressingDictionary.ReferenceProperties, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace))
774if (reader.IsStartElement(XD.AddressingDictionary.ReferenceParameters, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace))
800if (reader.IsStartElement(XD.AddressingDictionary.PortType, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace))
814if (reader.IsStartElement(XD.AddressingDictionary.ServiceName, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace))
884buffer = ReadExtensions(reader, AddressingVersion.WSAddressingAugust2004, buffer, out identity, out extensionSection);
893uri = AddressingVersion.WSAddressingAugust2004.AnonymousUri;
900throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.InvalidUriValue, address, XD.AddressingDictionary.Address.Value, AddressingVersion.WSAddressingAugust2004.Namespace)));
1022else if (addressingVersion == AddressingVersion.WSAddressingAugust2004)
1104if (reader.NamespaceURI == AddressingVersion.WSAddressingAugust2004.Namespace)