2 writes to _indent
Microsoft.Cci.Extensions (2)
Writers\Syntax\TokenSyntaxWriter.cs (2)
20_indent = ""; 71_indent = new string(' ', value * SpacesInIndent);
3 references to _indent
Microsoft.Cci.Extensions (3)
Writers\Syntax\TokenSyntaxWriter.cs (3)
67return _indent.Length / SpacesInIndent; 92if (_needToWriteIndent && _indent.Length > 0) 93WriteToken(new SyntaxToken(SyntaxTokenType.Literal, _indent));