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