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