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