8 references to SpecializedFormattingAnnotation
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractUseConditionalExpressionCodeFixProvider.cs (2)
84var formattedRoot = Formatter.Format(changedRoot, SpecializedFormattingAnnotation, provider, formattingOptions, rules, cancellationToken); 127SpecializedFormattingAnnotation);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
MultiLineConditionalExpressionFormattingRule.cs (3)
16/// form if it has the <see cref="SpecializedFormattingAnnotation"/> on it: 39return token.Parent.HasAnnotation(SpecializedFormattingAnnotation); 60if (node.HasAnnotation(SpecializedFormattingAnnotation) &&
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (3)
MultiLineConditionalExpressionFormattingRule.vb (3)
12''' if it has the <see cref="UseConditionalExpressionCodeFixHelpers.SpecializedFormattingAnnotation"/> 34UseConditionalExpressionCodeFixHelpers.SpecializedFormattingAnnotation) 54If node.HasAnnotation(UseConditionalExpressionCodeFixHelpers.SpecializedFormattingAnnotation) AndAlso