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