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