Base:
7 references to GetHashCode
Microsoft.AspNetCore.Razor.Language.UnitTests (6)
RazorDiagnosticTest.cs (6)
173var result = diagnostic1.GetHashCode() == diagnostic2.GetHashCode(); 191var result = diagnostic1.GetHashCode() == diagnostic2.GetHashCode(); 209var result = diagnostic1.GetHashCode() == diagnostic2.GetHashCode();
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\Passes\FormattingDiagnosticValidationPass.cs (1)
86=> obj.GetHashCode();