1 implementation of IsDeclarationExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
184
public bool
IsDeclarationExpression
([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsDeclarationExpression
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\AddExplicitCast\Fixer.cs (1)
168
else if (syntaxFacts.
IsDeclarationExpression
(argumentExpression)