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