1 write to Namespace
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
327this.Namespace = dictionary.CreateString(ServiceModelStringsVersion1.String105, 105);
5 references to Namespace
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressingVersion.cs (1)
35XD.Addressing200408Dictionary.Namespace, SRServiceModel.Addressing200408ToStringFormat, Addressing200408SignedMessageParts,
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (4)
759throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateXmlException(reader, string.Format(SRServiceModel.UnexpectedElementExpectingElement, reader.LocalName, reader.NamespaceURI, XD.AddressingDictionary.Address.Value, XD.Addressing200408Dictionary.Namespace.Value))); 1043writer.WriteStartElement(XD.AddressingDictionary.Address, XD.Addressing200408Dictionary.Namespace); 1061writer.WriteStartElement(XD.AddressingDictionary.ReferenceProperties, XD.Addressing200408Dictionary.Namespace); 1069writer.WriteStartElement(XD.AddressingDictionary.ReferenceParameters, XD.Addressing200408Dictionary.Namespace);