2 references to GetIEnumerableOfT
Microsoft.CodeAnalysis.CSharp (2)
Binder\ForEachLoopBinder.cs (1)
1548
NamedTypeSymbol implementedIEnumerable =
GetIEnumerableOfT
(type, isAsync, Compilation, ref useSiteInfo, out foundMultiple);
FlowAnalysis\NullableWalker.cs (1)
10037
targetTypeWithAnnotations = TypeWithAnnotations.Create(ForEachLoopBinder.
GetIEnumerableOfT
(resultType, isAsync, compilation, ref discardedUseSiteInfo, out bool foundMultiple));