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