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