1 write to m_otherMethod
mscorlib (1)
system\reflection\propertyinfo.cs (1)
231
out m_getterMethod, out m_setterMethod, out
m_otherMethod
,
4 references to m_otherMethod
mscorlib (4)
system\reflection\propertyinfo.cs (4)
496
if ((object)
m_otherMethod
!= null)
498
for(int i = 0; i <
m_otherMethod
.Length; i ++)
500
if (Associates.IncludeAccessor(
m_otherMethod
[i] as MethodInfo, nonPublic))
501
accessorList.Add(
m_otherMethod
[i]);