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)
69if (_argumentCount != 0) 179public bool IsSupportedSignature => _argumentCount >= 0; 190if (argCount != _argumentCount) 258if (argCount != _argumentCount) 322if (argCount != _argumentCount) 327Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 387if (_argumentCount < 0) 389if (_argumentCount == ArgumentCount_NotSupported_ByRefLike) 402int argCount = _argumentCount; 451int argCount = _argumentCount; 493Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 496Span<object?> copyOfParameters = ((Span<object?>)argStorage._args).Slice(0, _argumentCount); 500Span<bool> shouldCopyBack = ((Span<bool>)copyBackStorage).Slice(0, _argumentCount); 525Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 528Span<object?> copyOfParameters = ((Span<object?>)argStorage._args).Slice(0, _argumentCount); 532Span<bool> shouldCopyBack = ((Span<bool>)copyBackStorage).Slice(0, _argumentCount); 549Debug.Assert(_argumentCount <= MaxStackAllocArgCount);