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)
48if (_computedSections.TryGetValue(sectionName, out var section)) 56public IEnumerable<string> GetAllSettingSections() { return _computedSections.Keys; } 71if (_computedSections.TryGetValue(sectionName, out var section) && section.Items.Contains(item)) 128if (_computedSections.TryGetValue(sectionName, out var section)) 138_computedSections.Add(sectionName, 155if (!_computedSections.TryGetValue(sectionName, out var section)) 169_computedSections.Remove(sectionName);