1 implementation of IsLiteralExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1486
public bool
IsLiteralExpression
([NotNullWhen(true)] SyntaxNode? node)
2 references to IsLiteralExpression
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
81
if (syntaxFacts.
IsLiteralExpression
(expressionOrPattern))
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\MoveDeclarationNearReference\AbstractMoveDeclarationNearReferenceService.cs (1)
213
syntaxFacts.
IsLiteralExpression
(syntaxFacts.GetValueOfEqualsValueClause(initializer)))