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