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