1 write to Namespace
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
483this.Namespace = dictionary.CreateString(ServiceModelStringsVersion1.String105, 105);
5 references to Namespace
System.ServiceModel (5)
System\ServiceModel\Channels\AddressingVersion.cs (1)
33XD.Addressing200408Dictionary.Namespace, SR.Addressing200408ToStringFormat, Addressing200408SignedMessageParts,
System\ServiceModel\EndpointAddress.cs (4)
761throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateXmlException(reader, SR.GetString(SR.UnexpectedElementExpectingElement, reader.LocalName, reader.NamespaceURI, XD.AddressingDictionary.Address.Value, XD.Addressing200408Dictionary.Namespace.Value))); 1045writer.WriteStartElement(XD.AddressingDictionary.Address, XD.Addressing200408Dictionary.Namespace); 1063writer.WriteStartElement(XD.AddressingDictionary.ReferenceProperties, XD.Addressing200408Dictionary.Namespace); 1071writer.WriteStartElement(XD.AddressingDictionary.ReferenceParameters, XD.Addressing200408Dictionary.Namespace);