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)
70if (_argumentCount != 0) 181public bool IsSupportedSignature => _argumentCount >= 0; 192if (argCount != _argumentCount) 260if (argCount != _argumentCount) 324if (argCount != _argumentCount) 329Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 389if (_argumentCount < 0) 391if (_argumentCount == ArgumentCount_NotSupported_ByRefLike) 404int argCount = _argumentCount; 453int argCount = _argumentCount; 493Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 496Span<object?> copyOfParameters = ((Span<object?>)argStorage._args).Slice(0, _argumentCount); 525Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 528Span<object?> copyOfParameters = ((Span<object?>)argStorage._args).Slice(0, _argumentCount); 552Debug.Assert(_argumentCount <= MaxStackAllocArgCount);