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