2 implementations of StartRefinementSessionAsync
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
Copilot\CSharpImplementNotImplementedExceptionFixProviderTests.cs (1)
658
public Task
StartRefinementSessionAsync
(Document oldDocument, Document newDocument, Diagnostic? primaryDiagnostic, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
174
public async Task
StartRefinementSessionAsync
(Document oldDocument, Document newDocument, Diagnostic? primaryDiagnostic, CancellationToken cancellationToken)
1 reference to StartRefinementSessionAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\RefineUsingCopilot\RefineUsingCopilotCodeAction.cs (1)
105
await copilotCodeAnalysisService.
StartRefinementSessionAsync
(oldDocument, newDocument, convertedPrimaryDiagnostic, CancellationToken.None).ConfigureAwait(false);