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