2 writes to _nameFormat
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAttributeKeyComparer.cs (2)
40_nameFormat = String.Empty; 57_nameFormat = attribute.NameFormat == null ? String.Empty : attribute.NameFormat.AbsoluteUri;
2 references to _nameFormat
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAttributeKeyComparer.cs (2)
26internal string NameFormat { get { return _nameFormat; } } 74_hashCode ^= _nameFormat.GetHashCode();