1 write to _computedSections
NuGet.Configuration (1)
Settings\Settings.cs (1)
231
_computedSections
= computedSections;
10 references to _computedSections
NuGet.Configuration (10)
Settings\Settings.cs (10)
48
if (
_computedSections
.TryGetValue(sectionName, out var section))
56
public IEnumerable<string> GetAllSettingSections() { return
_computedSections
.Keys; }
71
if (
_computedSections
.TryGetValue(sectionName, out var section) && section.Items.Contains(item))
128
if (
_computedSections
.TryGetValue(sectionName, out var section))
138
_computedSections
.Add(sectionName,
153
if (
_computedSections
.TryGetValue(sectionName, out _))
156
_computedSections
[sectionName] = new VirtualSettingSection(settingFileSection!);
160
_computedSections
.Add(sectionName, new VirtualSettingSection(settingFileSection));
176
if (!
_computedSections
.TryGetValue(sectionName, out var section))
190
_computedSections
.Remove(sectionName);