2 writes to SpacesInIndent
Microsoft.Cci.Extensions (1)
Writers\Syntax\IndentionSyntaxWriter.cs (1)
24
SpacesInIndent
= 2;
Microsoft.DotNet.GenAPI (1)
GenAPITask.cs (1)
367
_ => new TextSyntaxWriter(output) {
SpacesInIndent
= 4 },
3 references to SpacesInIndent
Microsoft.Cci.Extensions (3)
Writers\Syntax\IndentionSyntaxWriter.cs (2)
69
return _indent.Length /
SpacesInIndent
;
73
_indent = new string(' ', value *
SpacesInIndent
);
Writers\Syntax\UnifiedDiffSyntaxWriter.cs (1)
79
var remainingSpaces = (IndentLevel *
SpacesInIndent
) - 1;