4 writes to Namespace
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (4)
998this.Namespace = dictionary.CreateString(IdentityModelStringsVersion1.String251, 251); 1066this.Namespace = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String251); 1105this.Namespace = dictionary.CreateString(IdentityModelStringsVersion1.String194, 194); 1160this.Namespace = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String194);
3 references to Namespace
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\Security\WSTrust.cs (3)
57protected override XmlDictionaryString NamespaceUri { get { return _parent.SerializerDictionary.Namespace; } } 96get { return _parent.SerializerDictionary.Namespace; } 111return (reader.IsStartElement(this.LocalName, this.NamespaceUri) || reader.IsStartElement(this.LocalName, _otherDictionary.Namespace));