1 implementation of IsDeconstructionAssignment
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
220
public bool
IsDeconstructionAssignment
([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsDeconstructionAssignment
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
99
containsDeconstruction = containsDeconstruction || syntaxFacts.
IsDeconstructionAssignment
(node)