5 references to Create
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
429_wrapped = ((XmlWellFormedWriter)XmlWriter.Create(_strm, _writerSettings)).RawWriter;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
686return Create(output, null);
FrameworkFork\Microsoft.Xml\Xml\Xslt\XsltCommand.cs (3)
66using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) 100using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) 146using (XmlWriter writer = XmlWriter.Create(results, OutputSettings))