3 references to Copilot
Microsoft.CodeAnalysis.CSharp.Features (1)
Copilot\CSharpImplementNotImplementedExceptionFixProvider.cs (1)
167public override ImmutableArray<string> Tags { get; } = [WellKnownTags.Copilot];
Microsoft.CodeAnalysis.Features (1)
Common\GlyphExtensions.cs (1)
222case WellKnownTags.Copilot:
Microsoft.CodeAnalysis.Workspaces (1)
Tags\WellKnownTags.cs (1)
61internal const string Copilot = nameof(Copilot);