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)
203d._methodBase = dynamicMethod; 206_methodBase = dynamicMethod; 534_methodBase = (MethodInfo)RuntimeType.GetMethodBase(declaringType, method)!; 601this._methodBase = GCHandle.InternalGet(gchandle); 611this._methodBase = GCHandle.InternalGet(gchandle); 620this._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)
518if (_methodBase is MethodInfo methodInfo) 535return (MethodInfo)_methodBase;