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