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