2 writes to SpacesInIndent
Microsoft.Cci.Extensions (1)
Writers\Syntax\IndentionSyntaxWriter.cs (1)
24SpacesInIndent = 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)
69return _indent.Length / SpacesInIndent; 73_indent = new string(' ', value * SpacesInIndent);
Writers\Syntax\UnifiedDiffSyntaxWriter.cs (1)
79var remainingSpaces = (IndentLevel * SpacesInIndent) - 1;