1 write to Line
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (1)
Helpers\DiagnosticResult.cs (1)
28
this.
Line
= line;
3 references to Line
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (3)
Helpers\DiagnosticResult.cs (1)
79
return this.Locations.Length > 0 ? this.Locations[0].
Line
: -1;
Verifiers\DiagnosticVerifier.cs (2)
205
if (actualLinePosition.Line + 1 != expected.
Line
)
211
expected.
Line
, actualLinePosition.Line + 1, FormatDiagnostics(analyzer, diagnostic)));