Base:
1 override of GetHashCode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\InterceptableLocation.cs (1)
175public override int GetHashCode()
4 references to GetHashCode
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\InterceptorsTests.cs (4)
7400Assert.Equal(locationSpecifier.GetHashCode(), model.GetInterceptableLocation(node)!.GetHashCode()); 7410Assert.NotEqual(locationSpecifier.GetHashCode(), otherLocation.GetHashCode());