1 write to m_removeMethod
mscorlib (1)
system\reflection\eventinfo.cs (1)
271
out m_addMethod, out
m_removeMethod
, out m_raiseMethod,
2 references to m_removeMethod
mscorlib (2)
system\reflection\eventinfo.cs (2)
423
if (!Associates.IncludeAccessor(
m_removeMethod
, nonPublic))
426
return
m_removeMethod
;