18 references to IsGenericParameter
ILCompiler.Compiler (4)
Compiler\Dataflow\MethodBodyScanner.cs (1)
944
if (type.
IsGenericParameter
)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
89
Debug.Assert(!type.
IsGenericParameter
);
Compiler\DependencyAnalysis\NodeFactory.cs (1)
154
if (type.
IsGenericParameter
)
parent\parent\Common\Compiler\CompilerTypeSystemContext.Validation.cs (1)
254
if (type.
IsGenericParameter
)
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (1)
655
Debug.Assert(type.
IsGenericParameter
);
parent\parent\Common\Compiler\CompilerTypeSystemContext.Validation.cs (1)
254
if (type.
IsGenericParameter
)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
3259
Debug.Assert(!type.
IsGenericParameter
);
3274
Debug.Assert(!type.
IsGenericParameter
);
ILCompiler.RyuJit (2)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
3259
Debug.Assert(!type.
IsGenericParameter
);
3274
Debug.Assert(!type.
IsGenericParameter
);
ILCompiler.TypeSystem (8)
parent\parent\Common\TypeSystem\Common\CastingHelper.cs (3)
346
else if (curTypesParm.
IsGenericParameter
)
371
if (typeConstraint.
IsGenericParameter
)
599
else if (thisType.
IsGenericParameter
)
parent\parent\Common\TypeSystem\Common\TypeSystemConstraintsHelpers.cs (5)
87
if (!type.
IsGenericParameter
)
106
if (constraint.
IsGenericParameter
|| constraint.IsInterface)
136
if (!type.
IsGenericParameter
|| typeContext == null)
145
if (instantiatedType.
IsGenericParameter
)
178
if (arg.IsPointer || arg.IsByRef || arg.
IsGenericParameter
|| arg.IsVoid)