1 implementation of TryAdjustProposalAsync
Microsoft.CodeAnalysis.Features (1)
Copilot\IProposalAdjusterService.cs (1)
40
public async ValueTask<ImmutableArray<TextChange>>
TryAdjustProposalAsync
(
3 references to TryAdjustProposalAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Copilot\RoslynProposalAdjusterProvider.cs (1)
177
var 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)
32
return await service.
TryAdjustProposalAsync
(document, textChanges, cancellationToken).ConfigureAwait(false);