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