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