1 write to m_getterMethod
System.Private.CoreLib (1)
src\System\Reflection\RuntimePropertyInfo.cs (1)
49out m_getterMethod, out m_setterMethod, out m_otherMethod,
5 references to m_getterMethod
System.Private.CoreLib (5)
src\System\Reflection\RuntimePropertyInfo.cs (5)
232if (Associates.IncludeAccessor(m_getterMethod, nonPublic)) 233accessorList.Add(m_getterMethod!); 253if (!Associates.IncludeAccessor(m_getterMethod, nonPublic)) 256return m_getterMethod; 318public override bool CanRead => m_getterMethod != null;