4 references to s_removableImportAnnotation
Microsoft.CodeAnalysis.Features (4)
PullMemberUp\MembersPuller.cs (4)
324
.WithAdditionalAnnotations(
s_removableImportAnnotation
));
337
.WithAdditionalAnnotations(
s_removableImportAnnotation
)));
382
node => node.HasAnnotation(
s_removableImportAnnotation
),
386
destinationDocument = await Formatter.FormatAsync(destinationDocument,
s_removableImportAnnotation
, options.CleanupOptions.FormattingOptions, cancellationToken).ConfigureAwait(false);