2 writes to Attribute
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
265this.Attribute = dictionary.CreateString(IdentityModelStringsVersion1.String31, 31); 326this.Attribute = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String31);
3 references to Attribute
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAttribute.cs (1)
269writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.Attribute, dictionary.Namespace);
System\IdentityModel\Tokens\SamlAttributeStatement.cs (2)
35throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.SamlDictionary.Attribute.Value)); 105if (reader.IsStartElement(dictionary.Attribute, dictionary.Namespace))