4 references to s_removableImportAnnotation
Microsoft.CodeAnalysis.Features (4)
PullMemberUp\MembersPuller.cs (4)
335
.WithAdditionalAnnotations(
s_removableImportAnnotation
));
348
.WithAdditionalAnnotations(
s_removableImportAnnotation
)));
393
node => node.HasAnnotation(
s_removableImportAnnotation
),
398
destinationDocument = await Formatter.FormatAsync(destinationDocument,
s_removableImportAnnotation
, options.CleanupOptions.FormattingOptions, cancellationToken).ConfigureAwait(false);