3 instantiations of MethodInvoker
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (3)
57
return new
MethodInvoker
(rmi);
62
return new
MethodInvoker
(dm);
69
MethodInvoker invoker = new
MethodInvoker
(rci);
6 references to MethodInvoker
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DsesFilterAndTransform.cs (2)
859
private 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)
51
public static
MethodInvoker
Create(MethodBase method)
69
MethodInvoker
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
))]