2 instantiations of BatchingLsifJsonWriter
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (2)
Generator.cs (2)
122
var topLevelSymbolsWriter = new
BatchingLsifJsonWriter
(_lsifJsonWriter);
151
var documentWriter = new
BatchingLsifJsonWriter
(_lsifJsonWriter);
2 references to BatchingLsifJsonWriter
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (2)
Generator.cs (2)
122
var
topLevelSymbolsWriter = new BatchingLsifJsonWriter(_lsifJsonWriter);
151
var
documentWriter = new BatchingLsifJsonWriter(_lsifJsonWriter);