5 references to AnalyzeAsync
Roslyn.VisualStudio.Next.UnitTests (5)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (5)
52var analyzerResult = await AnalyzeAsync(workspace, project.Id, analyzerType, isHostAnalyzer);
60analyzerResult = await AnalyzeAsync(workspace, project.Id, analyzerType, isHostAnalyzer);
85var analyzerResult = await AnalyzeAsync(workspace, project.Id, analyzerType, isHostAnalyzer);
101analyzerResult = await AnalyzeAsync(workspace, project.Id, analyzerType, isHostAnalyzer);
123var task = Task.Run(() => AnalyzeAsync(workspace, workspace.CurrentSolution.ProjectIds.First(), analyzerType, isHostAnalyzer: false, source.Token));