6 writes to _helperObject
System.Private.CoreLib (6)
System\Delegate.cs (6)
137_helperObject = firstParameter; 164_helperObject = firstParameter; 194_helperObject = firstParameter; 202_helperObject = firstParameter; 401del._helperObject = handler; 459result._helperObject = invocationList;
21 references to _helperObject
System.Private.CoreLib (21)
System\Delegate.cs (21)
240object? result = ((Func<object?[]?, object?>)_helperObject)(args); 260if (_helperObject is Wrapper[] invocationList) 280if (_helperObject is Wrapper[] invocationList) 330if (_helperObject is Wrapper[] invocationList) 340return _helperObject; 475object.ReferenceEquals(dd._helperObject, o._helperObject) && 500Wrapper[]? followList = d._helperObject as Wrapper[]; 506if (_helperObject is not Wrapper[] invocationList) 612if (d._helperObject is not Wrapper[] dInvocationList) 614if (_helperObject is not Wrapper[] invocationList) 643if (_helperObject is Wrapper[] invocationList) 676if (_helperObject is Wrapper[] invocationList) 704if (_helperObject is Wrapper[] invocationList) 709if (d._helperObject is not Wrapper[] dInvocationList) 729if (!object.ReferenceEquals(_helperObject, d._helperObject) || 748if (_helperObject is Wrapper[] invocationList) 763int hash = RuntimeHelpers.GetHashCode(_helperObject) + 775public bool HasSingleTarget => _helperObject is not Wrapper[]; 780if (_helperObject is Wrapper[] invocationList)