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)
682
switch (
_deconstruction
.Kind())
685
var assignment = (AssignmentExpressionSyntax)
_deconstruction
;
693
Debug.Assert(this.ScopeBinder.GetBinder((ForEachVariableStatementSyntax)
_deconstruction
) == _nodeBinder);
708
switch (
_deconstruction
.Kind())
711
return
_deconstruction
;
714
return ((ForEachVariableStatementSyntax)
_deconstruction
).Variable;