1 implementation of AnalyzeChangeAsync
Microsoft.CodeAnalysis.Features (1)
Copilot\ICopilotChangeAnalysisService.cs (1)
52
public async Task<CopilotChangeAnalysis>
AnalyzeChangeAsync
(
4 references to AnalyzeChangeAsync
Microsoft.CodeAnalysis.Features (2)
Copilot\CopilotChangeAnalysisUtilities.cs (1)
56
var analysisResult = await changeAnalysisService.
AnalyzeChangeAsync
(
Copilot\IRemoteCopilotChangeAnalysisService.cs (1)
16
/// <inheritdoc cref="ICopilotChangeAnalysisService.
AnalyzeChangeAsync
"/>
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\Copilot\RemoteCopilotChangeAnalysisService.cs (1)
36
return await service.
AnalyzeChangeAsync
(document, edits, cancellationToken).ConfigureAwait(false);
Roslyn.VisualStudio.Next.UnitTests (1)
Services\ServiceHubServicesTests.cs (1)
1599
var result = await service.
AnalyzeChangeAsync
(