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