2 references to s_supportedImportManyTypes
System.Composition.Convention (2)
System\Composition\Convention\ImportConventionBuilder.cs (2)
191(typeInfo.IsGenericTypeDefinition && s_supportedImportManyTypes.Contains(typeInfo.AsType())) || 192(typeInfo.AsType().IsConstructedGenericType && s_supportedImportManyTypes.Contains(typeInfo.GetGenericTypeDefinition()));