1 write to _writer
Microsoft.Interop.SourceGeneration (1)
IndentedTextWriter.cs (1)
203_writer = writer;
3 references to _writer
Microsoft.Interop.SourceGeneration (3)
IndentedTextWriter.cs (3)
208public void AppendLiteral(string value) => _writer.Write(value); 212public void AppendFormatted(string? value) => _writer.Write(value); 225_writer.Write(value is IFormattable formattable