2 references to IsExpressionStatement
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\RefactoringHelpers\AbstractRefactoringHelpers.cs (2)
482if (syntaxFacts.IsExpressionStatement(node)) 489if (syntaxFacts.IsExpressionStatement(node.Parent))