1 write to m_addMethod
System.Private.CoreLib (1)
src\System\Reflection\RuntimeEventInfo.cs (1)
46
out
m_addMethod
, out m_removeMethod, out m_raiseMethod,
4 references to m_addMethod
System.Private.CoreLib (4)
src\System\Reflection\RuntimeEventInfo.cs (4)
67
if (
m_addMethod
== null ||
68
(parameters =
m_addMethod
.GetParametersAsSpan()).Length == 0)
153
if (!Associates.IncludeAccessor(
m_addMethod
, nonPublic))
156
return
m_addMethod
;