3 references to Line
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (3)
Program.cs (2)
38new Option("--output-format", "format of LSIF output") { Argument = new Argument<LsifFormat>(defaultValue: () => LsifFormat.Line) }, 74LsifFormat.Line => new LineModeLsifJsonWriter(outputWriter),
Writing\LineModeLsifJsonWriter.cs (1)
14/// An <see cref="ILsifJsonWriter"/> that writes in <see cref="LsifFormat.Line"/>.