2 implementations of IsDeconstructionForEachStatement
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
210
public bool
IsDeconstructionForEachStatement
([NotNullWhen(true)] SyntaxNode? node)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
211
Public Function
IsDeconstructionForEachStatement
(node As SyntaxNode) As Boolean Implements ISyntaxFacts.IsDeconstructionForEachStatement
1 reference to IsDeconstructionForEachStatement
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
211
Public Function IsDeconstructionForEachStatement(node As SyntaxNode) As Boolean Implements ISyntaxFacts.
IsDeconstructionForEachStatement