提交 347f8e61 编写于 作者: M Manish Vasani

Add comment

上级 14606d77
......@@ -102,6 +102,10 @@ private void Rebuild(Solution solution, ProjectId initialProject = null)
if (SolutionCrawlerOptions.GetBackgroundAnalysisScope(solution.Options) == BackgroundAnalysisScope.ActiveFile)
{
// Avoid performing any background compilation if the user has explicitly
// set the background analysis scope to only analyze active files.
// Note that we bail out after executing CancelBuild to ensure
// all the current background compilation tasks are cancelled.
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册