Base:
method
Close
System.Xml.XmlWriter.Close()
18 references to Close
PresentationBuildTasks (1)
BuildTasks\Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
141manifestWriter.Close();
PresentationFramework (2)
src\Framework\MS\Internal\LayoutDump.cs (2)
59writer.Close(); 119writer.Close();
System.Data (3)
fx\src\data\System\Data\DataSet.cs (2)
1830xw.Close(); 2690xw.Close();
fx\src\data\System\Data\DataTable.cs (1)
5038xw.Close();
System.ServiceModel (1)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (1)
305commentWriter.Close();
System.Web (2)
Compilation\PreservationFileWriter.cs (2)
77_writer.Close(); 82_writer.Close();
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
682 textWriter.Close();
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
595xmlWriter.Close();
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
659xmlTextWriter.Close();
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
682 textWriter.Close();
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
879xmlWriter.Close();
System.Xml (3)
System\Xml\Dom\XmlDocument.cs (1)
1174xw.Close();
System\Xml\Dom\XmlNode.cs (2)
830xw.Close(); 845xw.Close();
WindowsBase (1)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
931_xmlWriter.Close();