1 write to m_removeMethod
System.Private.CoreLib (1)
src\System\Reflection\RuntimeEventInfo.cs (1)
46
out m_addMethod, out
m_removeMethod
, out m_raiseMethod,
2 references to m_removeMethod
System.Private.CoreLib (2)
src\System\Reflection\RuntimeEventInfo.cs (2)
161
if (!Associates.IncludeAccessor(
m_removeMethod
, nonPublic))
164
return
m_removeMethod
;