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