1 write to _nodeBinder
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
766
_nodeBinder
= nodeBinder;
5 references to _nodeBinder
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceLocalSymbol.cs (5)
781
_nodeBinder
.BindDeconstruction(assignment, assignment.Left, assignment.Right, BindingDiagnosticBag.Discarded, ref declaration, ref expression);
785
Debug.Assert(this.ScopeBinder.GetBinder((ForEachVariableStatementSyntax)_deconstruction) ==
_nodeBinder
);
786
_nodeBinder
.BindForEachDeconstruction(BindingDiagnosticBag.Discarded,
_nodeBinder
);
790
return TypeWithAnnotations.Create(
_nodeBinder
.CreateErrorType());