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