3 references to IsEligibleToHaveATemplate
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\GenericTypesTemplateMap.cs (1)
75if (!IsEligibleToHaveATemplate(templateType))
Compiler\DependencyAnalysis\ProxyTypeMapNode.cs (1)
53if (canonKey != key && GenericTypesTemplateMap.IsEligibleToHaveATemplate(canonKey))
Compiler\RuntimeConstructableTypeDependencies.cs (1)
65if (canonType != type && GenericTypesTemplateMap.IsEligibleToHaveATemplate(canonType))