2 references to IsNoOpSyntaxNode
Microsoft.CodeAnalysis.Features (2)
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (2)
381
return statementRange.FirstStatement.DescendantNodesAndSelf().All(
IsNoOpSyntaxNode
);
389
if (!statements[i].DescendantNodesAndSelf().All(
IsNoOpSyntaxNode
))