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