3 references to LineModeLsifJsonWriter
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Program.cs (1)
74
LsifFormat.Line => new
LineModeLsifJsonWriter
(outputWriter),
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (2)
OutputFormatTests.vb (1)
17
Dim jsonWriter = New
LineModeLsifJsonWriter
(stringWriter)
ProjectStructureTests.vb (1)
77
Await TestLsifOutput.GenerateForWorkspaceAsync(workspace, New
LineModeLsifJsonWriter
(stringWriter))