2 instantiations of MethodInvoker
System.Private.CoreLib (2)
System\Reflection\MethodInvoker.cs (2)
36
return new
MethodInvoker
(rmi);
43
return new
MethodInvoker
(rci);
4 references to MethodInvoker
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DsesFilterAndTransform.cs (2)
883
private readonly
MethodInvoker
_getterInvoker;
886
_getterInvoker =
MethodInvoker
.Create(property.GetMethod!);
System.Private.CoreLib (1)
System\Reflection\MethodInvoker.cs (1)
30
public 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
))]