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