1 write to _computedSections
NuGet.Configuration (1)
Settings\Settings.cs (1)
210
_computedSections
= computedSections;
7 references to _computedSections
NuGet.Configuration (7)
Settings\Settings.cs (7)
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,
155
if (!
_computedSections
.TryGetValue(sectionName, out var section))
169
_computedSections
.Remove(sectionName);