2 references to IsFalseLiteralExpression
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\SelectionResult.cs (1)
188return syntaxFacts.IsFalseLiteralExpression(expression);
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
510if (syntaxFacts.IsFalseLiteralExpression(expression))