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)
37if (_needToWriteIndent && _indent.Length > 0) 38WriteIndent(_writer, _indent); 69return _indent.Length / SpacesInIndent;