4 references to IsEligibleToHaveATemplate
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\ExternalTypeMapNode.cs (2)
51if (canonTrimmingType != effectiveTrimTargetType && GenericTypesTemplateMap.IsEligibleToHaveATemplate(canonTrimmingType)) 64if (canonElementType != effectiveElementType && GenericTypesTemplateMap.IsEligibleToHaveATemplate(canonElementType))
Compiler\DependencyAnalysis\GenericTypesTemplateMap.cs (1)
75if (!IsEligibleToHaveATemplate(templateType))
Compiler\DependencyAnalysis\ProxyTypeMapNode.cs (1)
53if (canonKey != key && GenericTypesTemplateMap.IsEligibleToHaveATemplate(canonKey))