1 write to m_setterMethod
System.Private.CoreLib (1)
src\System\Reflection\RuntimePropertyInfo.cs (1)
49
out m_getterMethod, out
m_setterMethod
, out m_otherMethod,
5 references to m_setterMethod
System.Private.CoreLib (5)
src\System\Reflection\RuntimePropertyInfo.cs (5)
235
if (Associates.IncludeAccessor(
m_setterMethod
, nonPublic))
236
accessorList.Add(
m_setterMethod
!);
261
if (!Associates.IncludeAccessor(
m_setterMethod
, nonPublic))
264
return
m_setterMethod
;
320
public override bool CanWrite =>
m_setterMethod
!= null;