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