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