14 writes to _target
mscorlib (14)
system\multicastdelegate.cs (14)
236
result.
_target
= result;
617
this.
_target
= target;
625
this.
_target
= target;
633
this.
_target
= target;
641
this.
_target
= this;
653
this.
_target
= this;
666
this.
_target
= this;
679
this.
_target
= this;
692
this.
_target
= this;
702
this.
_target
= this;
714
this.
_target
= this;
724
this.
_target
= target;
733
this.
_target
= this;
743
this.
_target
= this;
9 references to _target
mscorlib (9)
system\delegate.cs (7)
136
if (
_target
== d.
_target
&& _methodPtr == d._methodPtr && _methodPtrAux == d._methodPtrAux)
150
if (
_target
!= d.
_target
)
256
Type currentType =
_target
.GetType();
272
BCLDebug.Assert(currentType != null ||
_target
.GetType().IsCOMObject, "The class hierarchy should declare the method");
789
return (_methodPtrAux.IsNull()) ?
_target
: null;
system\multicastdelegate.cs (2)
209
dd.
_target
== d.
_target
&&