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