2 writes to name
System (2)
compmod\system\componentmodel\NestedContainer.cs (2)
122this.name = name; 181name = value;
6 references to name
System (6)
compmod\system\componentmodel\NestedContainer.cs (6)
157if (name != null) { 159string childName = name; 167return name; 176return name; 179if (value == null || name == null || !value.Equals(name)) {