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