提交 98b20139 编写于 作者: C Cyrus Najmabadi

Simplify.

上级 ecd6f986
......@@ -166,11 +166,6 @@ protected override void InitializeWorker(AnalysisContext context)
return;
}
if (!CheckOptions(binaryExpression, cancellationToken))
{
return;
}
// Only supported on C# 8 and above.
var syntaxTree = binaryExpression.SyntaxTree;
var parseOptions = (CSharpParseOptions)syntaxTree.Options;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册