1 write to _deconstruction
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
659_deconstruction = deconstruction;
6 references to _deconstruction
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceLocalSymbol.cs (6)
666switch (_deconstruction.Kind()) 669var assignment = (AssignmentExpressionSyntax)_deconstruction; 677Debug.Assert(this.ScopeBinder.GetBinder((ForEachVariableStatementSyntax)_deconstruction) == _nodeBinder); 692switch (_deconstruction.Kind()) 695return _deconstruction; 698return ((ForEachVariableStatementSyntax)_deconstruction).Variable;