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