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