2 references to SpecializedFormattingAnnotation
Microsoft.CodeAnalysis.CSharp.Features (1)
UseAutoProperty\CSharpUseAutoPropertyCodeFixProvider.cs (1)
140
.WithAdditionalAnnotations(
SpecializedFormattingAnnotation
);
Microsoft.CodeAnalysis.Features (1)
UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (1)
430
document,
SpecializedFormattingAnnotation
, options, formattingRules, cancellationToken).ConfigureAwait(false);