7 writes to _methodBase
System.Private.CoreLib (7)
src\System\Delegate.CoreCLR.cs (1)
217_methodBase = (MethodInfo)RuntimeType.GetMethodBase(declaringType, method)!;
src\System\MulticastDelegate.CoreCLR.cs (6)
204d._methodBase = dynamicMethod; 207_methodBase = dynamicMethod; 535_methodBase = (MethodInfo)RuntimeType.GetMethodBase(declaringType, method)!; 602this._methodBase = GCHandle.InternalGet(gchandle); 612this._methodBase = GCHandle.InternalGet(gchandle); 621this._methodBase = GCHandle.InternalGet(gchandle);
8 references to _methodBase
System.Private.CoreLib (8)
src\System\Delegate.CoreCLR.cs (6)
135if (_methodBase is MethodInfo && d._methodBase is MethodInfo) 136return _methodBase.Equals(d._methodBase); 161if (_methodBase is MethodInfo methodInfo) 218return (MethodInfo)_methodBase;
src\System\MulticastDelegate.CoreCLR.cs (2)
519if (_methodBase is MethodInfo methodInfo) 536return (MethodInfo)_methodBase;