6 writes to _helperObject
System.Private.CoreLib (6)
System\Delegate.cs (6)
139_helperObject = firstParameter; 166_helperObject = firstParameter; 196_helperObject = firstParameter; 204_helperObject = firstParameter; 403del._helperObject = handler; 461result._helperObject = invocationList;
21 references to _helperObject
System.Private.CoreLib (21)
System\Delegate.cs (21)
242object? result = ((Func<object?[]?, object?>)_helperObject)(args); 262if (_helperObject is Wrapper[] invocationList) 282if (_helperObject is Wrapper[] invocationList) 332if (_helperObject is Wrapper[] invocationList) 342return _helperObject; 477object.ReferenceEquals(dd._helperObject, o._helperObject) && 502Wrapper[]? followList = d._helperObject as Wrapper[]; 508if (_helperObject is not Wrapper[] invocationList) 614if (d._helperObject is not Wrapper[] dInvocationList) 616if (_helperObject is not Wrapper[] invocationList) 645if (_helperObject is Wrapper[] invocationList) 678if (_helperObject is Wrapper[] invocationList) 706if (_helperObject is Wrapper[] invocationList) 711if (d._helperObject is not Wrapper[] dInvocationList) 731if (!object.ReferenceEquals(_helperObject, d._helperObject) || 750if (_helperObject is Wrapper[] invocationList) 765int hash = RuntimeHelpers.GetHashCode(_helperObject) + 777public bool HasSingleTarget => _helperObject is not Wrapper[]; 782if (_helperObject is Wrapper[] invocationList)