2 writes to propertyName
System (2)
compmod\system\componentmodel\ProvidePropertyAttribute.cs (2)
28
this.
propertyName
= propertyName;
36
this.
propertyName
= propertyName;
5 references to propertyName
System (5)
compmod\system\componentmodel\ProvidePropertyAttribute.cs (5)
47
return
propertyName
;
67
return GetType().FullName +
propertyName
;
78
return (other != null) && other.
propertyName
==
propertyName
&& other.receiverTypeName == receiverTypeName;
82
return
propertyName
.GetHashCode() ^ receiverTypeName.GetHashCode();