1 write to _writer
Microsoft.Cci.Extensions (1)
Writers\Syntax\IndentionSyntaxWriter.cs (1)
23
_writer
= writer;
3 references to _writer
Microsoft.Cci.Extensions (3)
Writers\Syntax\IndentionSyntaxWriter.cs (3)
38
WriteIndent(
_writer
, _indent);
40
_writer
.Write(s);
60
WriteLine(
_writer
);