1 implementation of TryAdjustProposalAsync
Microsoft.CodeAnalysis.Features (1)
Copilot\IProposalAdjusterService.cs (1)
79public async ValueTask<ProposalAdjustmentResult> TryAdjustProposalAsync(
3 references to TryAdjustProposalAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Copilot\RoslynProposalAdjusterProvider.cs (1)
208: await proposalAdjusterService.TryAdjustProposalAsync(
Microsoft.CodeAnalysis.Features (1)
Copilot\IProposalAdjusterService.cs (1)
54/// <inheritdoc cref="ICopilotProposalAdjusterService.TryAdjustProposalAsync"/>
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\Copilot\RemoteCopilotProposalAdjusterService.cs (1)
34return await service.TryAdjustProposalAsync(allowableAdjustments, document, textChanges, cancellationToken).ConfigureAwait(false);