10 references to Create
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (2)
228
using (XmlWriter writer = XmlWriter.
Create
(outputFileName, settings))
256
using (XmlWriter writer = XmlWriter.
Create
(outputFileName, settings))
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
245
using (XmlWriter writer = XmlWriter.
Create
(outputFileName, settings))
System.Workflow.Activities (1)
Common\CompModHelpers.cs (1)
993
return XmlWriter.
Create
(output as string, settings);
System.Workflow.ComponentModel (1)
Shared\CompModHelpers.cs (1)
991
return XmlWriter.
Create
(output as string, settings);
System.Xml (2)
System\Xml\Core\XmlWriter.cs (1)
604
return
Create
(outputFileName, null);
System\Xml\Xslt\XslCompiledTransform.cs (1)
452
using (XmlWriter writer = XmlWriter.
Create
(resultsFile, OutputSettings)) {
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
4240
using (XmlWriter w = XmlWriter.
Create
(fileName, ws)) {
5837
using (XmlWriter w = XmlWriter.
Create
(fileName, ws)) {
7285
using (XmlWriter w = XmlWriter.
Create
(fileName, ws)) {