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)
42
public override int Indentation =>
_indentation
;
46
return new SimpleIndentationData(span,
_indentation
);