4 writes to _argumentCount
System.Private.CoreLib (4)
System\Reflection\DynamicInvokeInfo.cs (4)
68
_argumentCount
= parameters.Length;
93
_argumentCount
= ArgumentCount_NotSupported_ByRefLike;
141
_argumentCount
= ArgumentCount_NotSupported_ByRefLike;
152
_argumentCount
= ArgumentCount_NotSupported; // ByRef to void return
15 references to _argumentCount
System.Private.CoreLib (15)
System\Reflection\DynamicInvokeInfo.cs (15)
70
if (
_argumentCount
!= 0)
181
public bool IsSupportedSignature =>
_argumentCount
>= 0;
192
if (argCount !=
_argumentCount
)
260
if (argCount !=
_argumentCount
)
324
if (argCount !=
_argumentCount
)
329
Debug.Assert(
_argumentCount
<= MaxStackAllocArgCount);
389
if (
_argumentCount
< 0)
391
if (
_argumentCount
== ArgumentCount_NotSupported_ByRefLike)
404
int argCount =
_argumentCount
;
453
int argCount =
_argumentCount
;
493
Debug.Assert(
_argumentCount
<= MaxStackAllocArgCount);
496
Span<object?> copyOfParameters = ((Span<object?>)argStorage._args).Slice(0,
_argumentCount
);
525
Debug.Assert(
_argumentCount
<= MaxStackAllocArgCount);
528
Span<object?> copyOfParameters = ((Span<object?>)argStorage._args).Slice(0,
_argumentCount
);
552
Debug.Assert(
_argumentCount
<= MaxStackAllocArgCount);