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