1 write to _deconstruction
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
765
_deconstruction
= deconstruction;
3 references to _deconstruction
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceLocalSymbol.cs (3)
774
switch (
_deconstruction
.Kind())
777
var assignment = (AssignmentExpressionSyntax)
_deconstruction
;
785
Debug.Assert(this.ScopeBinder.GetBinder((ForEachVariableStatementSyntax)
_deconstruction
) == _nodeBinder);