2 writes to GetHashCodeCalls
Microsoft.CodeAnalysis.UnitTests (2)
Collections\HashSet\SegmentedHashSet_Generic_Tests`1.cs (1)
659
c.
GetHashCodeCalls
= 0;
Collections\HashSet\TestingTypes.cs (1)
394
GetHashCodeCalls
++;
1 reference to GetHashCodeCalls
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\SegmentedHashSet_Generic_Tests`1.cs (1)
666
Assert.InRange(c.
GetHashCodeCalls
, 1, int.MaxValue);