2 overrides of IsIndirectlyInIterator
Microsoft.CodeAnalysis.CSharp (2)
Binder\BuckStopsHereBinder.cs (1)
118internal override bool IsIndirectlyInIterator
Binder\InMethodBinder.cs (1)
97internal override bool IsIndirectlyInIterator
3 references to IsIndirectlyInIterator
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.cs (1)
341return Next.IsIndirectlyInIterator;
Binder\Binder_Statements.cs (1)
177else if (this.IsIndirectlyInIterator) // called *after* we know the binder map has been created.
Binder\Binder_Unsafe.cs (1)
59else if (this.IsIndirectlyInIterator)