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