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