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