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