12 references to Create
dotnet-user-jwts (1)
src\Tools\Shared\SecretsHelpers\UserSecretsCreator.cs (1)
72using var xw = XmlWriter.Create(projectPath, settings);
dotnet-user-secrets (1)
src\Tools\Shared\SecretsHelpers\UserSecretsCreator.cs (1)
72using var xw = XmlWriter.Create(projectPath, settings);
illink (1)
ILLink.Tasks (1)
CombineLinkerXmlFiles.cs (1)
46 using (XmlWriter xw = XmlWriter.Create (CombinedLinkerXmlFile, xws)) {
Microsoft.Build.Tasks.Core (1)
XslTransformation.cs (1)
169using (XmlWriter xmlWriter = XmlWriter.Create(_outputPaths[i].ItemSpec, xslct.OutputSettings))
System.Private.Xml (1)
System\Xml\Xslt\XslCompiledTransform.cs (1)
366using XmlWriter writer = XmlWriter.Create(resultsFile, OutputSettings);
System.Private.Xml.Linq (3)
System\Xml\Linq\XDocument.cs (1)
780using (XmlWriter w = XmlWriter.Create(fileName, ws))
System\Xml\Linq\XElement.cs (1)
206using (XmlWriter w = XmlWriter.Create(fileName, ws))
System\Xml\Linq\XStreamingElement.cs (1)
186using (XmlWriter w = XmlWriter.Create(fileName, ws))
System.Xaml (1)
System\Xaml\XamlServices.cs (1)
148using (var writer = XmlWriter.Create(fileName, new XmlWriterSettings { Indent = true, OmitXmlDeclaration = true }))
WorkloadBuildTasks (1)
PatchNuGetConfig.cs (1)
136using var xw = XmlWriter.Create(outputPath, new XmlWriterSettings { Indent = true, NewLineHandling = NewLineHandling.None, Encoding = Encoding.UTF8 });
xunit.console (1)
Utility\TransformFactory.cs (1)
74using (var writer = XmlWriter.Create(outputFileName, new XmlWriterSettings { Indent = true }))