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)
26
internal string NameFormat { get { return
_nameFormat
; } }
74
_hashCode ^=
_nameFormat
.GetHashCode();