4 writes to _argumentCount
System.Private.CoreLib (4)
System\Reflection\DynamicInvokeInfo.cs (4)
67
_argumentCount
= parameters.Length;
91
_argumentCount
= ArgumentCount_NotSupported_ByRefLike;
139
_argumentCount
= ArgumentCount_NotSupported_ByRefLike;
150
_argumentCount
= ArgumentCount_NotSupported; // ByRef to void return
17 references to _argumentCount
System.Private.CoreLib (17)
System\Reflection\DynamicInvokeInfo.cs (17)
69
if (
_argumentCount
!= 0)
179
public bool IsSupportedSignature =>
_argumentCount
>= 0;
190
if (argCount !=
_argumentCount
)
258
if (argCount !=
_argumentCount
)
322
if (argCount !=
_argumentCount
)
327
Debug.Assert(
_argumentCount
<= MaxStackAllocArgCount);
387
if (
_argumentCount
< 0)
389
if (
_argumentCount
== ArgumentCount_NotSupported_ByRefLike)
402
int argCount =
_argumentCount
;
451
int argCount =
_argumentCount
;
493
Debug.Assert(
_argumentCount
<= MaxStackAllocArgCount);
496
Span<object?> copyOfParameters = ((Span<object?>)argStorage._args).Slice(0,
_argumentCount
);
500
Span<bool> shouldCopyBack = ((Span<bool>)copyBackStorage).Slice(0,
_argumentCount
);
525
Debug.Assert(
_argumentCount
<= MaxStackAllocArgCount);
528
Span<object?> copyOfParameters = ((Span<object?>)argStorage._args).Slice(0,
_argumentCount
);
532
Span<bool> shouldCopyBack = ((Span<bool>)copyBackStorage).Slice(0,
_argumentCount
);
549
Debug.Assert(
_argumentCount
<= MaxStackAllocArgCount);