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