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