1 write to m_property
mscorlib (1)
system\runtime\interopservices\windowsruntime\custompropertyimpl.cs (1)
36
m_property
= propertyInfo;
6 references to m_property
mscorlib (6)
system\runtime\interopservices\windowsruntime\custompropertyimpl.cs (6)
47
return
m_property
.Name;
56
return
m_property
.GetGetMethod() != null;
65
return
m_property
.GetSetMethod() != null;
109
MethodInfo accessor = getValue ?
m_property
.GetGetMethod(true) :
m_property
.GetSetMethod(true);
136
return
m_property
.PropertyType;