1 write to m_otherMethod
System.Private.CoreLib (1)
src\System\Reflection\RuntimeEventInfo.cs (1)
47out _, out _, out m_otherMethod, out isPrivate, out m_bindingFlags);
4 references to m_otherMethod
System.Private.CoreLib (4)
src\System\Reflection\RuntimeEventInfo.cs (4)
140if (m_otherMethod is null) 143for (int i = 0; i < m_otherMethod.Length; i++) 145if (Associates.IncludeAccessor((MethodInfo)m_otherMethod[i], nonPublic)) 146ret.Add(m_otherMethod[i]);