13 writes to _methodPtr
System.Private.CoreLib (13)
System\Delegate.cs (13)
114_methodPtr = functionPointer; 128_methodPtr = functionPointer; 134_methodPtr = GetThunk(ClosedInstanceThunkOverGenericMethod); 155_methodPtr = functionResolution; 161_methodPtr = GetThunk(ClosedInstanceThunkOverGenericMethod); 175_methodPtr = RuntimeImports.RhpResolveInterfaceMethod(firstParameter, dispatchCell); 185_methodPtr = functionPointer; 191_methodPtr = GetThunk(ClosedInstanceThunkOverGenericMethod); 202_methodPtr = functionPointerThunk; 211_methodPtr = functionPointerThunk; 219_methodPtr = functionPointerThunk; 389del._methodPtr = objArrayThunk; 444result._methodPtr = thisIsMultiCastAlready ? _methodPtr : GetThunk(MulticastThunk);
15 references to _methodPtr
System.Private.CoreLib (15)
System\Delegate.cs (15)
92if (GetThunk(OpenInstanceThunk) == _methodPtr) 104return _methodPtr; 236object? result = dynamicInvokeInfo.Invoke(_target, _methodPtr, 254if ((_target is NativeFunctionPointerWrapper) || (_methodPtr == GetThunk(ObjectArrayThunk))) 274if ((_target is NativeFunctionPointerWrapper) || (_methodPtr == GetThunk(ObjectArrayThunk))) 324if (_methodPtr == GetThunk(ClosedStaticThunk) || 325_methodPtr == GetThunk(ClosedInstanceThunkOverGenericMethod) || 326_methodPtr == GetThunk(ObjectArrayThunk)) 359internal IntPtr TryGetOpenStaticFunctionPointer() => (GetThunk(OpenStaticThunk) == _methodPtr) ? _extraFunctionPointerOrData : 0; 444result._methodPtr = thisIsMultiCastAlready ? _methodPtr : GetThunk(MulticastThunk); 464dd._methodPtr == o._methodPtr) 715(!FunctionPointerOps.Compare(_methodPtr, d._methodPtr))) 74913 * FunctionPointerOps.GetHashCode(_methodPtr);