3 writes to _state
Microsoft.CodeAnalysis.UnitTests (3)
Collections\HashSet\TestingTypes.cs (3)
300_state = initialState; 305public int CompareTo(object? other) => _state++; 307public int CompareTo(MutatingComparable? other) => _state++;
1 reference to _state
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\TestingTypes.cs (1)
303public int State => _state;