1 write to Line
Microsoft.AspNetCore.Analyzer.Testing (1)
DiagnosticLocation.cs (1)
31
Line
= line;
2 references to Line
Microsoft.AspNetCore.Analyzer.Testing (2)
Assert.cs (2)
19
if (actualLinePosition.Line + 1 != expected.
Line
)
24
$"Expected diagnostic to be on line \"{expected.
Line
}\" was actually on line \"{actualLinePosition.Line + 1}\"");