2 writes to receiverTypeName
System (2)
compmod\system\componentmodel\ProvidePropertyAttribute.cs (2)
29this.receiverTypeName = receiverType.AssemblyQualifiedName; 37this.receiverTypeName = receiverTypeName;
4 references to receiverTypeName
System (4)
compmod\system\componentmodel\ProvidePropertyAttribute.cs (4)
58return receiverTypeName; 78return (other != null) && other.propertyName == propertyName && other.receiverTypeName == receiverTypeName; 82return propertyName.GetHashCode() ^ receiverTypeName.GetHashCode();