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)
271
public int CompareTo(GenericComparable? other) =>
_value
.CompareTo(other?.
_value
);