10 overrides of Tags
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\Core\CodeFixes\NamingStyle\NamingStyleCodeFixProvider.cs (1)
128public override ImmutableArray<string> Tags => [];
Microsoft.CodeAnalysis.CSharp.Features (1)
Copilot\CSharpImplementNotImplementedExceptionFixProvider.cs (1)
167public override ImmutableArray<string> Tags { get; } = [WellKnownTags.Copilot];
Microsoft.CodeAnalysis.Features (8)
AddImport\CodeActions\AddImportCodeAction.cs (1)
25public sealed override ImmutableArray<string> Tags { get; }
AddMissingReference\AddMissingReferenceCodeAction.cs (1)
27public override ImmutableArray<string> Tags => RequiresNonDocumentChangeTags;
AddPackage\InstallPackageParentCodeAction.cs (1)
38public override ImmutableArray<string> Tags => RequiresNonDocumentChangeTags;
AddPackage\ParentInstallPackageCodeAction.cs (1)
47public override ImmutableArray<string> Tags => RequiresNonDocumentChangeTags;
ChangeSignature\ChangeSignatureCodeAction.cs (1)
23public override ImmutableArray<string> Tags => RequiresNonDocumentChangeTags;
MoveToNamespace\MoveToNamespaceCodeAction.cs (1)
30public sealed override ImmutableArray<string> Tags => [];
src\roslyn\src\Analyzers\Core\CodeFixes\NamingStyle\NamingStyleCodeFixProvider.cs (1)
128public override ImmutableArray<string> Tags => [];
src\roslyn\src\Analyzers\Core\CodeFixes\UpgradeProject\AbstractUpgradeProjectCodeFixProvider.cs (1)
124public override ImmutableArray<string> Tags => RequiresNonDocumentChangeTags;