1 write to _parameterCount
System.Private.CoreLib (1)
System\Reflection\MethodInvoker.cs (1)
22
_parameterCount
= method.GetParametersAsSpan().Length;
6 references to _parameterCount
System.Private.CoreLib (6)
System\Reflection\MethodInvoker.cs (6)
52
if (
_parameterCount
!= 0)
65
if (
_parameterCount
!= 1)
70
object? result = _methodBaseInvoker.InvokeDirectWithFewArgs(obj, new Span<object?>(ref arg1,
_parameterCount
));
78
if (
_parameterCount
!= 2)
95
if (
_parameterCount
!= 3)
113
if (
_parameterCount
!= 4)