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