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