2 overrides of BindForEachDeconstruction
Microsoft.CodeAnalysis.CSharp (2)
Binder\BuckStopsHereBinder.cs (1)
222
internal override BoundStatement
BindForEachDeconstruction
(BindingDiagnosticBag diagnostics, Binder originalBinder)
Binder\ForEachLoopBinder.cs (1)
189
internal override BoundStatement
BindForEachDeconstruction
(BindingDiagnosticBag diagnostics, Binder originalBinder)
2 references to BindForEachDeconstruction
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
2893
return this.Next.
BindForEachDeconstruction
(diagnostics, originalBinder);
Symbols\Source\SourceLocalSymbol.cs (1)
694
_nodeBinder.
BindForEachDeconstruction
(diagnostics, _nodeBinder);