4 overrides of GetIteratorElementType
Microsoft.CodeAnalysis.CSharp (4)
Binder\BuckStopsHereBinder.cs (1)
152
internal override TypeWithAnnotations
GetIteratorElementType
()
Binder\InContainerBinder.cs (1)
88
internal override TypeWithAnnotations
GetIteratorElementType
()
Binder\InMethodBinder.cs (1)
125
internal override TypeWithAnnotations
GetIteratorElementType
()
Binder\WithLambdaParametersBinder.cs (1)
73
internal override TypeWithAnnotations
GetIteratorElementType
()
3 references to GetIteratorElementType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.cs (1)
381
return Next.
GetIteratorElementType
();
Binder\Binder_Statements.cs (1)
237
TypeSymbol elementType =
GetIteratorElementType
().Type;
Binder\InContainerBinder.cs (1)
99
return Next.
GetIteratorElementType
();