3 references to Type_MakeGenericType
ILLink.RoslynAnalyzer (3)
RequiresDynamicCodeAnalyzer.cs (1)
49 case IntrinsicId.Type_MakeGenericType: {
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (1)
852 case IntrinsicId.Type_MakeGenericType:
src\tools\illink\src\ILLink.Shared\TrimAnalysis\Intrinsics.cs (1)
39 "MakeGenericType" when calledMethod.IsDeclaredOnType ("System.Type") => IntrinsicId.Type_MakeGenericType,