4 overrides of GetIteratorElementType
Microsoft.CodeAnalysis.CSharp (4)
Binder\BuckStopsHereBinder.cs (1)
140
internal override TypeWithAnnotations
GetIteratorElementType
()
Binder\InContainerBinder.cs (1)
85
internal override TypeWithAnnotations
GetIteratorElementType
()
Binder\InMethodBinder.cs (1)
116
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)
418
return Next.
GetIteratorElementType
();
Binder\Binder_Statements.cs (1)
237
TypeSymbol elementType =
GetIteratorElementType
().Type;
Binder\InContainerBinder.cs (1)
96
return Next.
GetIteratorElementType
();