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