11 references to Create
dotnet-user-jwts (1)
src\Tools\Shared\SecretsHelpers\UserSecretsCreator.cs (1)
72
using var xw = XmlWriter.
Create
(projectPath, settings);
dotnet-user-secrets (1)
src\Tools\Shared\SecretsHelpers\UserSecretsCreator.cs (1)
72
using var xw = XmlWriter.
Create
(projectPath, settings);
illink (1)
Linker\WarningSuppressionWriter.cs (1)
78
using (var xw = XmlWriter.
Create
(Path.Combine (directory, $"{assemblyName.Name}.WarningSuppressions.xml"),
ILLink.Tasks (1)
CombineLinkerXmlFiles.cs (1)
46
using (XmlWriter xw = XmlWriter.
Create
(CombinedLinkerXmlFile, xws)) {
Microsoft.Build.Tasks.Core (1)
XslTransformation.cs (1)
169
using (XmlWriter xmlWriter = XmlWriter.
Create
(_outputPaths[i].ItemSpec, xslct.OutputSettings))
System.Private.Xml (1)
System\Xml\Xslt\XslCompiledTransform.cs (1)
366
using XmlWriter writer = XmlWriter.
Create
(resultsFile, OutputSettings);
System.Private.Xml.Linq (3)
System\Xml\Linq\XDocument.cs (1)
780
using (XmlWriter w = XmlWriter.
Create
(fileName, ws))
System\Xml\Linq\XElement.cs (1)
206
using (XmlWriter w = XmlWriter.
Create
(fileName, ws))
System\Xml\Linq\XStreamingElement.cs (1)
186
using (XmlWriter w = XmlWriter.
Create
(fileName, ws))
System.Xaml (1)
System\Xaml\XamlServices.cs (1)
148
using (var writer = XmlWriter.
Create
(fileName, new XmlWriterSettings { Indent = true, OmitXmlDeclaration = true }))
xunit.console (1)
Utility\TransformFactory.cs (1)
74
using (var writer = XmlWriter.
Create
(outputFileName, new XmlWriterSettings { Indent = true }))