3 references to IsArrayTypeEligibleForTemplate
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\GenericTypesTemplateMap.cs (1)
112
if (!type.HasInstantiation && !
IsArrayTypeEligibleForTemplate
(type))
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
897
Debug.Assert(GenericTypesTemplateMap.
IsArrayTypeEligibleForTemplate
(type));
Compiler\RuntimeConstructableTypeDependencies.cs (1)
24
if (GenericTypesTemplateMap.
IsArrayTypeEligibleForTemplate
(trimmingTargetType)