3 writes to name
System (3)
compmod\system\componentmodel\MemberDescriptor.cs (3)
65
this.
name
= name;
87
this.
name
= descr.Name;
107
this.
name
= oldMemberDescriptor.Name;
6 references to name
System (6)
compmod\system\componentmodel\MemberDescriptor.cs (6)
88
this.displayName = this.
name
;
89
this.nameHash =
name
.GetHashCode();
109
this.nameHash =
name
.GetHashCode();
225
if (
name
== null) {
228
return
name
;
392
Debug.Fail(
name
+ ">>" + e.ToString());