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