1 implementation of ICopilotProposalAdjusterService
Microsoft.CodeAnalysis.Features (1)
Copilot\IProposalAdjusterService.cs (1)
68
internal abstract class AbstractCopilotProposalAdjusterService :
ICopilotProposalAdjusterService
2 references to ICopilotProposalAdjusterService
Microsoft.CodeAnalysis.CSharp.Features (1)
Copilot\CSharpCopilotProposalAdjusterService.cs (1)
20
[ExportLanguageService(typeof(
ICopilotProposalAdjusterService
), LanguageNames.CSharp), Shared]
Microsoft.CodeAnalysis.Features (1)
Copilot\IProposalAdjusterService.cs (1)
60
/// <inheritdoc cref="
ICopilotProposalAdjusterService
.TryAdjustProposalAsync"/>