2 references to IsExpressionStatement
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeRefactorings\AbstractRefactoringHelpersService.cs (2)
464if (syntaxFacts.IsExpressionStatement(node)) 471if (syntaxFacts.IsExpressionStatement(node.Parent))