1 implementation of AnalyzeChangeAsync
Microsoft.CodeAnalysis.Features (1)
Copilot\ICopilotChangeAnalysisService.cs (1)
52public 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)
16/// <inheritdoc cref="ICopilotChangeAnalysisService.AnalyzeChangeAsync"/>