1 write to m_otherMethod
System.Private.CoreLib (1)
src\System\Reflection\RuntimePropertyInfo.cs (1)
49out m_getterMethod, out m_setterMethod, out m_otherMethod,
4 references to m_otherMethod
System.Private.CoreLib (4)
src\System\Reflection\RuntimePropertyInfo.cs (4)
238if (m_otherMethod is not null) 240for (int i = 0; i < m_otherMethod.Length; i++) 242if (Associates.IncludeAccessor(m_otherMethod[i], nonPublic)) 243accessorList.Add(m_otherMethod[i]);