2 instantiations of MethodInvoker
System.Private.CoreLib (2)
System\Reflection\MethodInvoker.cs (2)
36return new MethodInvoker(rmi); 43return new MethodInvoker(rci);
4 references to MethodInvoker
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DsesFilterAndTransform.cs (2)
883private readonly MethodInvoker _getterInvoker; 886_getterInvoker = MethodInvoker.Create(property.GetMethod!);
System.Private.CoreLib (1)
System\Reflection\MethodInvoker.cs (1)
30public static MethodInvoker Create(MethodBase method)
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
486[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.MethodInvoker))]