提交 c2b342c8 编写于 作者: C Cyrus Najmabadi

Merge branch 'usagesCleanup' of https://github.com/CyrusNajmabadi/roslyn into usagesCleanup

......@@ -82,7 +82,7 @@ public static async Task<(Solution solution, SymbolAndProjectId symboAndProjectI
}
var result = builder.ToImmutableArray();
var message = result.Length == 0 ? EditorFeaturesResources.The_symbol_has_no_implementations : null;
var message = result.IsEmpty ? EditorFeaturesResources.The_symbol_has_no_implementations : null;
return (solution, symbolAndProjectId, result, message);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册