1 write to _textWriter
Microsoft.DotNet.GenAPI (1)
CSharpFileBuilder.cs (1)
47
_textWriter
= textWriter;
2 references to _textWriter
Microsoft.DotNet.GenAPI (2)
CSharpFileBuilder.cs (2)
70
_textWriter
.Write(GetFormattedHeader(_header));
73
root.WriteTo(
_textWriter
);