2 references to SpacesInIndent
Microsoft.Cci.Extensions (2)
Writers\Syntax\TokenSyntaxWriter.cs (2)
67return _indent.Length / SpacesInIndent; 71_indent = new string(' ', value * SpacesInIndent);