提交 333b82dc 编写于 作者: M Manish Vasani

Fix typo from previous commit

上级 a947b6cd
......@@ -2013,7 +2013,7 @@ private bool IsAnalyzerSuppressedForSymbol(DiagnosticAnalyzer analyzer, ISymbol
foreach (var location in symbol.Locations)
{
if (location.SourceTree != null &&
IsAnalyzerSuppressedForTree(analyzer, location.SourceTree))
!IsAnalyzerSuppressedForTree(analyzer, location.SourceTree))
{
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册