1 implementation of IsDeconstructionForEachStatement
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
214public bool IsDeconstructionForEachStatement([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsDeconstructionForEachStatement
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
100|| syntaxFacts.IsDeconstructionForEachStatement(node);