2 writes to AttributeValue
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
269
this.
AttributeValue
= dictionary.CreateString(IdentityModelStringsVersion1.String35, 35);
330
this.
AttributeValue
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String35);
2 references to AttributeValue
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAttribute.cs (2)
239
while (reader.IsStartElement(dictionary.
AttributeValue
, dictionary.Namespace))
283
writer.WriteElementString(dictionary.PreferredPrefix.Value, dictionary.
AttributeValue
, dictionary.Namespace, this.attributeValues[i]);