11 writes to _methodPtrAux
mscorlib (11)
system\multicastdelegate.cs (11)
229result._methodPtrAux = this._methodPtrAux; 234result._methodPtrAux = GetInvokeMethod(); 643this._methodPtrAux = methodPtr; 655this._methodPtrAux = creatorMethod; 668this._methodPtrAux = creatorMethod; 681this._methodPtrAux = creatorMethod; 694this._methodPtrAux = creatorMethod; 704this._methodPtrAux = GetCallStub(methodPtr); 716this._methodPtrAux = creatorMethod; 735this._methodPtrAux = methodPtr; 745this._methodPtrAux = GetCallStub(methodPtr);
15 references to _methodPtrAux
mscorlib (15)
system\delegate.cs (9)
136if (_target == d._target && _methodPtr == d._methodPtr && _methodPtrAux == d._methodPtrAux) 145if (_methodPtrAux.IsNull()) 147if (!d._methodPtrAux.IsNull()) 156if (d._methodPtrAux.IsNull()) 165if (_methodPtrAux == d._methodPtrAux) 244if (_methodPtrAux == (IntPtr)0) 789return (_methodPtrAux.IsNull()) ? _target : null;
system\multicastdelegate.cs (6)
69if (!InvocationListLogicallyNull() && !_invocationCount.IsNull() && !_methodPtrAux.IsNull()) 87if (!d.InvocationListLogicallyNull() && !d._invocationCount.IsNull() && !d._methodPtrAux.IsNull()) 210dd._methodPtrAux == d._methodPtrAux) 229result._methodPtrAux = this._methodPtrAux; 507return ValueType.GetHashCodeOfPtr(_methodPtr) ^ ValueType.GetHashCodeOfPtr(_methodPtrAux);