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)
139if (m_otherMethod is null) 142for (int i = 0; i < m_otherMethod.Length; i++) 144if (Associates.IncludeAccessor((MethodInfo)m_otherMethod[i], nonPublic)) 145ret.Add(m_otherMethod[i]);