9 writes to Parent
NuGet.Configuration (9)
Settings\Items\UnknownItem.cs (3)
34
descendant.
Parent
= this;
55
child.
Parent
= this;
107
setting.
Parent
= this;
Settings\NuGetConfiguration.cs (2)
37
section.
Parent
= this;
51
Parent
= this
Settings\ParsedSettingSection.cs (1)
22
child.
Parent
= this;
Settings\SettingBase.cs (1)
96
Parent
= null;
Settings\SettingsGroup.cs (2)
51
child.
Parent
= this;
124
setting.
Parent
= this;
10 references to Parent
NuGet.Configuration (10)
Settings\Items\AddItem.cs (2)
144
string.IsNullOrEmpty(value)) &&
Parent
!= null)
146
Parent
.Remove(this);
Settings\Items\UnknownItem.cs (2)
141
if (
Parent
!= null && IsEmpty())
143
Parent
.Remove(this);
Settings\SettingsGroup.cs (2)
153
if (
Parent
!= null && IsEmpty())
155
Parent
.Remove(this);
Settings\VirtualSettingSection.cs (4)
111
if (currentSetting.
Parent
!= null && currentSetting.
Parent
!= this)
113
currentSetting.
Parent
.Remove(currentSetting);
143
elementToDelete.
Parent
!.Remove(elementToDelete);