2 writes to _val
Microsoft.CodeAnalysis.UnitTests (2)
Collections\HashSet\TestingTypes.cs (2)
182
_val
= t;
187
set {
_val
= value; }
6 references to _val
Microsoft.CodeAnalysis.UnitTests (6)
Collections\HashSet\TestingTypes.cs (6)
186
get { return
_val
; }
192
return other.Val -
_val
;
199
return ((SimpleInt)obj).Val -
_val
;
207
return ((SimpleInt)other).Val -
_val
;
214
return ((SimpleInt)other).Val ==
_val
;
220
return comparer.GetHashCode(
_val
);