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