Base:
method
AsXNode
NuGet.Configuration.SettingElement.AsXNode()
3 references to AsXNode
NuGet.Configuration (3)
Settings\NuGetConfiguration.cs (2)
54defaultSection.SetNode(defaultSection.AsXNode()); 58SetNode(AsXNode());
Settings\SettingsFile.cs (1)
206return new XDocument(configurationElement.AsXNode());