6 references to ProposalAdjusterKinds
Microsoft.CodeAnalysis.EditorFeatures (3)
Copilot\RoslynProposalAdjusterProvider.cs (3)
43
builder.Add(
ProposalAdjusterKinds
.AddMissingTokens);
45
builder.Add(
ProposalAdjusterKinds
.AddMissingImports);
47
builder.Add(
ProposalAdjusterKinds
.FormatCode);
Microsoft.CodeAnalysis.Features (3)
Copilot\IProposalAdjusterService.cs (3)
70
(
ProposalAdjusterKinds
.AddMissingTokens, this.AddMissingTokensIfAppropriateAsync),
71
(
ProposalAdjusterKinds
.AddMissingImports, this.TryGetAddImportTextChangesAsync),
72
(
ProposalAdjusterKinds
.FormatCode, this.TryGetFormattingTextChangesAsync),