2 writes to _namespace
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAttributeKeyComparer.cs (2)
41
_namespace
= attribute.Namespace ?? String.Empty;
58
_namespace
= String.Empty;
2 references to _namespace
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAttributeKeyComparer.cs (2)
27
internal string Namespace { get { return
_namespace
; } }
75
_hashCode ^=
_namespace
.GetHashCode();