4 writes to Namespace
System.IdentityModel (4)
System\IdentityModel\XD.cs (4)
1002this.Namespace = dictionary.CreateString(IdentityModelStringsVersion1.String251, 251); 1070this.Namespace = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String251); 1110this.Namespace = dictionary.CreateString(IdentityModelStringsVersion1.String194, 194); 1165this.Namespace = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String194);
4 references to Namespace
System.IdentityModel (4)
System\IdentityModel\Tokens\WSTrust.cs (4)
57protected override XmlDictionaryString NamespaceUri { get { return parent.SerializerDictionary.Namespace; } } 97get { return this.parent.SerializerDictionary.Namespace; } 113return (reader.IsStartElement(this.LocalName, this.NamespaceUri) || reader.IsStartElement(this.LocalName, this.otherDictionary.Namespace)); 120writer.WriteStartElement(this.parent.SerializerDictionary.Prefix.Value, this.parent.SerializerDictionary.BinarySecret, this.parent.SerializerDictionary.Namespace);