1 implementation of AnalyzeChangeAsync
Microsoft.CodeAnalysis.Features (1)
Copilot\ICopilotChangeAnalysisService.cs (1)
50public async Task<CopilotChangeAnalysis> AnalyzeChangeAsync(
2 references to AnalyzeChangeAsync
Microsoft.CodeAnalysis.Features (2)
Copilot\CopilotChangeAnalysisUtilities.cs (1)
56var analysisResult = await changeAnalysisService.AnalyzeChangeAsync(
Copilot\IRemoteCopilotChangeAnalysisService.cs (1)
17/// <inheritdoc cref="ICopilotChangeAnalysisService.AnalyzeChangeAsync"/>