1 write to _indent
Microsoft.Cci.Extensions (1)
Writers\Syntax\IndentionSyntaxWriter.cs (1)
73
_indent
= new string(' ', value * SpacesInIndent);
3 references to _indent
Microsoft.Cci.Extensions (3)
Writers\Syntax\IndentionSyntaxWriter.cs (3)
37
if (_needToWriteIndent &&
_indent
.Length > 0)
38
WriteIndent(_writer,
_indent
);
69
return
_indent
.Length / SpacesInIndent;