Пример #1
0
 private static Coords CreateCoordsFromExpected(DiagnosticLocation location) =>
 new Coords
 {
     StartLine   = location.Line,
     StartColumn = location.StartColumn,
     EndLine     = location.Line,
     EndColumn   = location.EndColumn
 };