2 instantiations of OpenMethodInvoker
System.Private.CoreLib (2)
Internal\Reflection\Core\Execution\ExecutionEnvironment.cs (2)
97return new OpenMethodInvoker(); 101return new OpenMethodInvoker();
1 reference to OpenMethodInvoker
System.Private.CoreLib (1)
Internal\Reflection\Core\Execution\ExecutionEnvironment.cs (1)
17using OpenMethodInvoker = System.Reflection.Runtime.MethodInfos.OpenMethodInvoker;