1 write to _value
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\TestingTypes.cs (1)
53_value = value;
7 references to _value
Microsoft.CodeAnalysis.UnitTests (7)
Collections\HashSet\TestingTypes.cs (7)
61return other._value - _value; 64public override int GetHashCode() => _value; 73return _value == other?._value; 79return ((EquatableBackwardsOrder)obj)._value - _value;