3 references to GetEnumeratorInfoAndInferCollectionElementType
Microsoft.CodeAnalysis.CSharp (3)
Binder\ForEachLoopBinder.cs (3)
180
bool hasErrors = !
GetEnumeratorInfoAndInferCollectionElementType
(ref builder, ref collectionExpr, diagnostics, out inferredType);
213
bool hasErrors = !
GetEnumeratorInfoAndInferCollectionElementType
(ref builder, ref collectionExpr, diagnostics, out inferredType);
612
GetEnumeratorInfoAndInferCollectionElementType
(ref builder, ref collectionExpr, diagnostics, out TypeWithAnnotations inferredType);