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)
342
return Next.
IsIndirectlyInIterator
;
Binder\Binder_Statements.cs (1)
178
else if (this.
IsIndirectlyInIterator
) // called *after* we know the binder map has been created.
Binder\Binder_Unsafe.cs (1)
65
else if (this.
IsIndirectlyInIterator
&& MessageID.IDS_FeatureRefUnsafeInIteratorAsync.GetFeatureAvailabilityDiagnosticInfo(Compilation) is { } unsafeInIteratorDiagnosticInfo)