1 write to _deconstruction
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
675_deconstruction = deconstruction;
6 references to _deconstruction
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceLocalSymbol.cs (6)
682switch (_deconstruction.Kind()) 685var assignment = (AssignmentExpressionSyntax)_deconstruction; 693Debug.Assert(this.ScopeBinder.GetBinder((ForEachVariableStatementSyntax)_deconstruction) == _nodeBinder); 708switch (_deconstruction.Kind()) 711return _deconstruction; 714return ((ForEachVariableStatementSyntax)_deconstruction).Variable;