20 references to IsParameterizedType
ILCompiler.Compiler (10)
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (1)
391while (parameterType.IsParameterizedType)
Compiler\DependencyAnalysis\DynamicDependencyAttributesOnEntityNode.cs (1)
92while (type.IsParameterizedType)
Compiler\DependencyAnalysis\EETypeNode.cs (2)
567return type.IsParameterizedType || type.IsFunctionPointer || type is InstantiatedType; 841if (_type.IsParameterizedType)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
172while (type.IsParameterizedType)
Compiler\RuntimeConstructableTypeDependencies.cs (1)
22while (trimmingTargetType.IsParameterizedType)
Compiler\UserDefinedTypeDescriptor.cs (1)
524if (type.IsParameterizedType)
parent\parent\Common\Compiler\CompilerTypeSystemContext.Validation.cs (1)
258else if (type.IsParameterizedType)
parent\parent\Common\Internal\Runtime\EETypeBuilderHelpers.cs (1)
48if (type.IsParameterizedType)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
35if (processType.IsParameterizedType)
ILCompiler.ReadyToRun (7)
Compiler\ExternalReferenceTokenManager.cs (1)
160else if (type.IsParameterizedType)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (3)
507while (instArg.IsParameterizedType) 782if (type.IsParameterizedType) 833if (type.IsParameterizedType)
Compiler\ReadyToRunTypeMapEncoding.cs (1)
32if (type.IsParameterizedType)
parent\parent\Common\Compiler\CompilerTypeSystemContext.Validation.cs (1)
258else if (type.IsParameterizedType)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
35if (processType.IsParameterizedType)
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\ConstructedTypeRewritingHelpers.cs (2)
38else if (type.IsParameterizedType) 100else if (type.IsParameterizedType)
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
237if ((targetType.IsParameterizedType && !targetType.IsArray)