1 write to Column
Microsoft.AspNetCore.Analyzer.Testing (1)
DiagnosticLocation.cs (1)
32Column = column;
2 references to Column
Microsoft.AspNetCore.Analyzer.Testing (2)
Assert.cs (2)
31if (actualLinePosition.Character + 1 != expected.Column) 36$"Expected diagnostic to start at column \"{expected.Column}\" was actually on column \"{actualLinePosition.Character + 1}\"");