4 references to Create
Aspire.Templates.Tests (1)
TemplateTestsBase.cs (1)
96using (var w = XmlWriter.Create(output, s_xmlWriterSettings))
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
267using (XmlWriter xw = XmlWriter.Create(solutionConfigurationContents, settings))
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ValueForms\XmlEncodeValueFormFactory.cs (1)
19using (XmlWriter w = XmlWriter.Create(output, Settings))
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
257XmlWriter xw = XmlWriter.Create(sb, settings);