15 writes to _methodPtr
mscorlib (15)
system\multicastdelegate.cs (15)
228
result.
_methodPtr
= this._methodPtr;
233
result.
_methodPtr
= GetMulticastInvoke();
618
this.
_methodPtr
= methodPtr;
626
this.
_methodPtr
= methodPtr;
634
this.
_methodPtr
= AdjustTarget(target, methodPtr);
642
this.
_methodPtr
= shuffleThunk;
654
this.
_methodPtr
= callThunk;
667
this.
_methodPtr
= callThunk;
680
this.
_methodPtr
= callThunk;
693
this.
_methodPtr
= callThunk;
703
this.
_methodPtr
= shuffleThunk;
715
this.
_methodPtr
= callThunk;
725
this.
_methodPtr
= methodPtr;
734
this.
_methodPtr
= shuffleThunk;
744
this.
_methodPtr
= shuffleThunk;
6 references to _methodPtr
mscorlib (6)
system\delegate.cs (2)
136
if (_target == d._target &&
_methodPtr
== d.
_methodPtr
&& _methodPtrAux == d._methodPtrAux)
system\multicastdelegate.cs (4)
208
if (dd.
_methodPtr
== d.
_methodPtr
&&
228
result._methodPtr = this.
_methodPtr
;
507
return ValueType.GetHashCodeOfPtr(
_methodPtr
) ^ ValueType.GetHashCodeOfPtr(_methodPtrAux);