6 writes to _helperObject
System.Private.CoreLib (6)
System\Delegate.cs (6)
136_helperObject = firstParameter; 163_helperObject = firstParameter; 193_helperObject = firstParameter; 201_helperObject = firstParameter; 388del._helperObject = handler; 446result._helperObject = invocationList;
20 references to _helperObject
System.Private.CoreLib (20)
System\Delegate.cs (20)
247if (_helperObject is Wrapper[] invocationList) 267if (_helperObject is Wrapper[] invocationList) 317if (_helperObject is Wrapper[] invocationList) 327return _helperObject; 462object.ReferenceEquals(dd._helperObject, o._helperObject) && 484Wrapper[]? followList = d._helperObject as Wrapper[]; 490if (_helperObject is not Wrapper[] invocationList) 596if (d._helperObject is not Wrapper[] dInvocationList) 598if (_helperObject is not Wrapper[] invocationList) 627if (_helperObject is Wrapper[] invocationList) 660if (_helperObject is Wrapper[] invocationList) 688if (_helperObject is Wrapper[] invocationList) 693if (d._helperObject is not Wrapper[] dInvocationList) 713if (!object.ReferenceEquals(_helperObject, d._helperObject) || 732if (_helperObject is Wrapper[] invocationList) 747int hash = RuntimeHelpers.GetHashCode(_helperObject) + 759public partial bool HasSingleTarget => _helperObject is not Wrapper[]; 764if (_helperObject is Wrapper[] invocationList)