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)
208
public void AppendLiteral(string value) =>
_writer
.Write(value);
212
public void AppendFormatted(string? value) =>
_writer
.Write(value);
225
_writer
.Write(value is IFormattable formattable