1 write to m_otherMethod
mscorlib (1)
system\reflection\eventinfo.cs (1)
272out dummy, out dummy, out m_otherMethod, out isPrivate, out m_bindingFlags);
4 references to m_otherMethod
mscorlib (4)
system\reflection\eventinfo.cs (4)
401if ((object)m_otherMethod == null) 404for(int i = 0; i < m_otherMethod.Length; i ++) 406if (Associates.IncludeAccessor((MethodInfo)m_otherMethod[i], nonPublic)) 407ret.Add(m_otherMethod[i]);