Base:
property
AddMethod
System.Reflection.EventInfo.AddMethod
2 references to AddMethod
System.Private.CoreLib (2)
System\Reflection\Runtime\EventInfos\RuntimeEventInfo.cs (1)
112MethodInfo addMethod = this.AddMethod;
System\Reflection\Runtime\General\ThunkedApis.cs (1)
107public sealed override MethodInfo GetAddMethod(bool nonPublic) => AddMethod.FilterAccessor(nonPublic);