1 write to _baseIndentation
Microsoft.CodeAnalysis.Workspaces (1)
BaseIndentationFormattingRule.cs (1)
27
_baseIndentation
= baseIndentation;
2 references to _baseIndentation
Microsoft.CodeAnalysis.Workspaces (2)
BaseIndentationFormattingRule.cs (2)
39
list.Add(new IndentBlockOperation(_token1, _token2, _span,
_baseIndentation
, IndentBlockOption.AbsolutePosition));
112
operation.IndentationDeltaOrPosition ==
_baseIndentation
&&