1 write to m_getterMethod
mscorlib (1)
system\reflection\propertyinfo.cs (1)
231
out
m_getterMethod
, out m_setterMethod, out m_otherMethod,
5 references to m_getterMethod
mscorlib (5)
system\reflection\propertyinfo.cs (5)
490
if (Associates.IncludeAccessor(
m_getterMethod
, nonPublic))
491
accessorList.Add(
m_getterMethod
);
514
if (!Associates.IncludeAccessor(
m_getterMethod
, nonPublic))
517
return
m_getterMethod
;
600
return
m_getterMethod
!= null;