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