3 references to JsonWriter
Microsoft.CodeAnalysis (2)
CommandLine\SarifErrorLogger.cs (1)
32_writer = new JsonWriter(new StreamWriter(stream));
Compilation\DeterministicKeyBuilder.cs (1)
118return (new JsonWriter(writer), builder);
Microsoft.CodeAnalysis.UnitTests (1)
InternalUtilities\JsonWriterTests.cs (1)
96using (var jsonWriter = new JsonWriter(stringWriter))