1 write to Column
Microsoft.AspNetCore.Components.Analyzers.Tests (1)
Helpers\DiagnosticResult.cs (1)
29
this.
Column
= column;
3 references to Column
Microsoft.AspNetCore.Components.Analyzers.Tests (3)
Helpers\DiagnosticResult.cs (1)
87
return this.Locations.Length > 0 ? this.Locations[0].
Column
: -1;
Verifiers\DiagnosticVerifier.cs (2)
218
if (actualLinePosition.Character + 1 != expected.
Column
)
224
expected.
Column
, actualLinePosition.Character + 1, FormatDiagnostics(analyzer, diagnostic)));