3 writes to displayName
System (3)
compmod\system\componentmodel\MemberDescriptor.cs (3)
66
this.
displayName
= name;
88
this.
displayName
= this.name;
108
this.
displayName
= oldMemberDescriptor.DisplayName;
1 reference to displayName
System (1)
compmod\system\componentmodel\MemberDescriptor.cs (1)
266
return
displayName
;