1 write to Namespace
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
574this.Namespace = dictionary.CreateString(ServiceModelStringsVersion1.String36, 36);
15 references to Namespace
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageSecurityTokenVersion.cs (2)
35XD.SecurityJan2004Dictionary.Namespace.Value, 65XD.SecurityJan2004Dictionary.Namespace.Value,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityVersion.cs (1)
150: base(XD.SecurityJan2004Dictionary.Security, XD.SecurityJan2004Dictionary.Namespace, XD.SecurityJan2004Dictionary.Prefix)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
175writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (1)
150if (reader.IsStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.Namespace))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (10)
92protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.Namespace; } } 135writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, ElementName, XD.SecurityJan2004Dictionary.Namespace); 276protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.Namespace; } } 338XD.SecurityJan2004Dictionary.Namespace); // <wsse:UsernameToken 342XD.SecurityJan2004Dictionary.Namespace, userName); // ><wsse:Username>...</wsse:Username> 346XD.SecurityJan2004Dictionary.Namespace); 377reader.ReadStartElement(XD.SecurityJan2004Dictionary.UserNameTokenElement, XD.SecurityJan2004Dictionary.Namespace); 380if (reader.IsStartElement(XD.SecurityJan2004Dictionary.UserNameElement, XD.SecurityJan2004Dictionary.Namespace)) 384else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.PasswordElement, XD.SecurityJan2004Dictionary.Namespace)) 388else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.NonceElement, XD.SecurityJan2004Dictionary.Namespace))