1 write to _value
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\TestingTypes.cs (1)
268_value = value;
2 references to _value
Microsoft.CodeAnalysis.UnitTests (2)
Collections\HashSet\TestingTypes.cs (2)
271public int CompareTo(GenericComparable? other) => _value.CompareTo(other?._value);