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