2 references to IEnumerableOfTType
System.ComponentModel.Composition (2)
Microsoft\Internal\Collections\CollectionServices.cs (2)
26
if (genericType ==
IEnumerableOfTType
)
41
if (ReflectionServices.TryGetGenericInterfaceType(type,
IEnumerableOfTType
, out Type? closedType))