2 references to IndentIfConditionOfAnchorToken
Microsoft.CodeAnalysis.CodeStyle (1)
FormattingExtensions.cs (1)
366
if (!operation.Option.IsOn(IndentBlockOption.
IndentIfConditionOfAnchorToken
))
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
IndentBlockFormattingRule.cs (1)
192
SetAlignmentBlockOperation(list, baseTokenForAlignment, propertyPatternClause.OpenBraceToken, propertyPatternClause.CloseBraceToken, IndentBlockOption.RelativeToFirstTokenOnBaseTokenLine | IndentBlockOption.
IndentIfConditionOfAnchorToken
);