4 implementations of WriteAll
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (3)
Writing\BatchingLsifJsonWriter.cs (1)
60public void WriteAll(List<Element> elements)
Writing\JsonModeLsifJsonWriter.cs (1)
48public void WriteAll(List<Element> elements)
Writing\LineModeLsifJsonWriter.cs (1)
45public void WriteAll(List<Element> elements)
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (1)
Utilities\TestLsifJsonWriter.vb (1)
21Private Sub ILsifJsonWriter_WriteAll(elements As List(Of Element)) Implements ILsifJsonWriter.WriteAll
2 references to WriteAll
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Writing\BatchingLsifJsonWriter.cs (1)
80_underlyingWriter.WriteAll(localElements);
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (1)
Utilities\TestLsifJsonWriter.vb (1)
21Private Sub ILsifJsonWriter_WriteAll(elements As List(Of Element)) Implements ILsifJsonWriter.WriteAll