1 write to _indentation
Microsoft.CodeAnalysis.Workspaces (1)
FormattingContext.IndentationData.cs (1)
39_indentation = indentation;
2 references to _indentation
Microsoft.CodeAnalysis.Workspaces (2)
FormattingContext.IndentationData.cs (2)
42public override int Indentation => _indentation; 46return new SimpleIndentationData(span, _indentation);