1 write to m_otherMethod
mscorlib (1)
system\reflection\propertyinfo.cs (1)
231out m_getterMethod, out m_setterMethod, out m_otherMethod,
4 references to m_otherMethod
mscorlib (4)
system\reflection\propertyinfo.cs (4)
496if ((object)m_otherMethod != null) 498for(int i = 0; i < m_otherMethod.Length; i ++) 500if (Associates.IncludeAccessor(m_otherMethod[i] as MethodInfo, nonPublic)) 501accessorList.Add(m_otherMethod[i]);