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