提交 488b634e 编写于 作者: M Manish Vasani

Remove a redundant cancellation check

上级 056c5121
......@@ -135,7 +135,6 @@ private PerAnalyzerState GetAnalyzerState(DiagnosticAnalyzer analyzer)
AnalyzerDriver driver,
CancellationToken cancellationToken)
{
cancellationToken.ThrowIfCancellationRequested();
using (_gate.DisposableWait(cancellationToken))
{
if (_treesWithGeneratedSourceEvents.Contains(tree))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册