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