Base:
method
WriteTo
System.Xml.Linq.XNode.WriteTo(System.Xml.XmlWriter)
4 references to WriteTo
Microsoft.DotNet.Build.Tasks.Installers (1)
src\GenerateMacOSDistributionFile.cs (1)
121document.WriteTo(writer);
Microsoft.Extensions.FileProviders.Embedded.Tests (1)
TestAssembly.cs (1)
41manifest.WriteTo(writer);
System.Private.Xml.Linq (1)
System\Xml\Linq\XDocument.cs (1)
690WriteTo(writer);
WorkloadBuildTasks (1)
PatchNuGetConfig.cs (1)
137doc.WriteTo(xw);