3 instantiations of MethodInvoker
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (3)
57return new MethodInvoker(rmi); 62return new MethodInvoker(dm); 69MethodInvoker invoker = new MethodInvoker(rci);
6 references to MethodInvoker
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DsesFilterAndTransform.cs (2)
859private readonly MethodInvoker _getterInvoker; 862_getterInvoker = MethodInvoker.Create(property.GetMethod!);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (1)
24/// <seealso cref="MethodInvoker"/>
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (2)
51public static MethodInvoker Create(MethodBase method) 69MethodInvoker invoker = new MethodInvoker(rci);
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
481[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MethodInvoker))]