1 write to _nodeBinder
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
676
_nodeBinder
= nodeBinder;
5 references to _nodeBinder
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceLocalSymbol.cs (5)
689
_nodeBinder
.BindDeconstruction(assignment, assignment.Left, assignment.Right, diagnostics, ref declaration, ref expression);
693
Debug.Assert(this.ScopeBinder.GetBinder((ForEachVariableStatementSyntax)_deconstruction) ==
_nodeBinder
);
694
_nodeBinder
.BindForEachDeconstruction(diagnostics,
_nodeBinder
);
698
return TypeWithAnnotations.Create(
_nodeBinder
.CreateErrorType());