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)
666
switch (
_deconstruction
.Kind())
669
var assignment = (AssignmentExpressionSyntax)
_deconstruction
;
677
Debug.Assert(this.ScopeBinder.GetBinder((ForEachVariableStatementSyntax)
_deconstruction
) == _nodeBinder);
692
switch (
_deconstruction
.Kind())
695
return
_deconstruction
;
698
return ((ForEachVariableStatementSyntax)
_deconstruction
).Variable;