13 writes to _methodPtr
System.Private.CoreLib (13)
System\Delegate.cs (13)
115_methodPtr = functionPointer; 129_methodPtr = functionPointer; 135_methodPtr = GetThunk(ClosedInstanceThunkOverGenericMethod); 156_methodPtr = functionResolution; 162_methodPtr = GetThunk(ClosedInstanceThunkOverGenericMethod); 176_methodPtr = RuntimeImports.RhpResolveInterfaceMethod(firstParameter, dispatchCell); 186_methodPtr = functionPointer; 192_methodPtr = GetThunk(ClosedInstanceThunkOverGenericMethod); 203_methodPtr = functionPointerThunk; 212_methodPtr = functionPointerThunk; 220_methodPtr = functionPointerThunk; 402del._methodPtr = objArrayThunk; 457result._methodPtr = thisIsMultiCastAlready ? _methodPtr : GetThunk(MulticastThunk);
15 references to _methodPtr
System.Private.CoreLib (15)
System\Delegate.cs (15)
93if (GetThunk(OpenInstanceThunk) == _methodPtr) 105return _methodPtr; 248object? result = dynamicInvokeInfo.Invoke(_target, _methodPtr, 267if ((_target is NativeFunctionPointerWrapper) || (_methodPtr == GetThunk(ObjectArrayThunk))) 287if ((_target is NativeFunctionPointerWrapper) || (_methodPtr == GetThunk(ObjectArrayThunk))) 337if (_methodPtr == GetThunk(ClosedStaticThunk) || 338_methodPtr == GetThunk(ClosedInstanceThunkOverGenericMethod) || 339_methodPtr == GetThunk(ObjectArrayThunk)) 372internal IntPtr TryGetOpenStaticFunctionPointer() => (GetThunk(OpenStaticThunk) == _methodPtr) ? _extraFunctionPointerOrData : 0; 457result._methodPtr = thisIsMultiCastAlready ? _methodPtr : GetThunk(MulticastThunk); 477dd._methodPtr == o._methodPtr) 731(!FunctionPointerOps.Compare(_methodPtr, d._methodPtr))) 76513 * FunctionPointerOps.GetHashCode(_methodPtr);