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)
28internal string ValueType { get { return _valueType; } } 76_hashCode ^= _valueType.GetHashCode();