3 references to Type_MakeGenericType
ILCompiler.Compiler (3)
Compiler\Dataflow\HandleCallAction.cs (1)
62case IntrinsicId.Type_MakeGenericType:
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (1)
1122case IntrinsicId.Type_MakeGenericType:
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\Intrinsics.cs (1)
43"MakeGenericType" when calledMethod.IsDeclaredOnType("System.Type") => IntrinsicId.Type_MakeGenericType,