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