1 instantiation of MethodBuilderInstantiation
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (1)
17
return new
MethodBuilderInstantiation
(method, inst);
3 references to MethodBuilderInstantiation
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);