2 writes to _valueType
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAttributeKeyComparer.cs (2)
42
_valueType
= attribute.AttributeValueXsiType ?? String.Empty;
59
_valueType
= attribute.AttributeValueXsiType ?? String.Empty;
2 references to _valueType
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAttributeKeyComparer.cs (2)
28
internal string ValueType { get { return
_valueType
; } }
76
_hashCode ^=
_valueType
.GetHashCode();