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