Base:
method
IsEmpty
NuGet.Configuration.SettingElement.IsEmpty()
3 references to IsEmpty
NuGet.Configuration (3)
Settings\Settings.cs (1)
167if (section.IsEmpty())
Settings\SettingsFile.cs (1)
186internal bool IsEmpty() => _rootElement == null || _rootElement.IsEmpty();
Settings\SettingsGroup.cs (1)
153if (Parent != null && IsEmpty())