1 implementation of TryAdjustProposalAsync
Microsoft.CodeAnalysis.Features (1)
Copilot\IProposalAdjusterService.cs (1)
40public async ValueTask<ImmutableArray<TextChange>> TryAdjustProposalAsync(
3 references to TryAdjustProposalAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Copilot\RoslynProposalAdjusterProvider.cs (1)
177var proposedEdits = await proposalAdjusterService.TryAdjustProposalAsync(
Microsoft.CodeAnalysis.Features (1)
Copilot\IProposalAdjusterService.cs (1)
30/// <inheritdoc cref="ICopilotProposalAdjusterService.TryAdjustProposalAsync"/>
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\Copilot\RemoteCopilotProposalAdjusterService.cs (1)
32return await service.TryAdjustProposalAsync(document, textChanges, cancellationToken).ConfigureAwait(false);