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