4 references to Val
Microsoft.CodeAnalysis.UnitTests (4)
Collections\HashSet\TestingTypes.cs (4)
192return other.Val - _val; 199return ((SimpleInt)obj).Val - _val; 207return ((SimpleInt)other).Val - _val; 214return ((SimpleInt)other).Val == _val;