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