2 references to IsDeconstruction
Microsoft.CodeAnalysis.CSharp (2)
Binder\ExpressionVariableFinder.cs (1)
446
if (node.
IsDeconstruction
())
Symbols\Source\SourceLocalSymbol.cs (1)
778
Debug.Assert(assignment.
IsDeconstruction
());