1 write to _token2
Microsoft.CodeAnalysis.CodeStyle (1)
BaseIndentationFormattingRule.cs (1)
25
SetInnermostNodeForSpan(root, ref _span, out _token1, out
_token2
, out _commonNode);
2 references to _token2
Microsoft.CodeAnalysis.CodeStyle (2)
BaseIndentationFormattingRule.cs (2)
39
list.Add(new IndentBlockOperation(_token1,
_token2
, _span, _baseIndentation, IndentBlockOption.AbsolutePosition));
111
operation.EndToken ==
_token2
&&