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