1 write to Address
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
274
this.
Address
= dictionary.CreateString(ServiceModelStringsVersion1.String21, 21);
9 references to Address
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1254
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.
Address
.Key));
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (8)
757
if (!reader.IsStartElement(XD.AddressingDictionary.
Address
, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace))
759
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateXmlException(reader, string.Format(SRServiceModel.UnexpectedElementExpectingElement, reader.LocalName, reader.NamespaceURI, XD.AddressingDictionary.
Address
.Value, XD.Addressing200408Dictionary.Namespace.Value)));
898
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.InvalidUriValue, address, XD.AddressingDictionary.
Address
.Value, AddressingVersion.WSAddressingAugust2004.Namespace)));
910
if (!reader.IsStartElement(XD.AddressingDictionary.
Address
, XD.Addressing10Dictionary.Namespace))
911
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateXmlException(reader, string.Format(SRServiceModel.UnexpectedElementExpectingElement, reader.LocalName, reader.NamespaceURI, XD.AddressingDictionary.
Address
.Value, XD.Addressing10Dictionary.Namespace.Value)));
966
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.InvalidUriValue, address, XD.AddressingDictionary.
Address
.Value, XD.Addressing10Dictionary.Namespace.Value)));
1043
writer.WriteStartElement(XD.AddressingDictionary.
Address
, XD.Addressing200408Dictionary.Namespace);
1115
writer.WriteStartElement(XD.AddressingDictionary.
Address
, XD.Addressing10Dictionary.Namespace);