3 references to MakeGenericMethod
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodOnTypeBuilderInstantiation.cs (1)
113return MethodBuilderInstantiation.MakeGenericMethod(this, typeArgs);
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
514return MethodBuilderInstantiation.MakeGenericMethod(this, typeArguments);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
420return Emit.MethodBuilderInstantiation.MakeGenericMethod(this, methodInstantiation);