2 references to IsFalseLiteralExpression
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\SelectionResult.cs (1)
194return syntaxFacts.IsFalseLiteralExpression(expression);
Microsoft.CodeAnalysis.Workspaces (1)
SyntaxGeneratorExtensions_Negate.cs (1)
484if (syntaxFacts.IsFalseLiteralExpression(expression))