Base:
method
Flush
System.Xml.XmlWriter.Flush()
16 references to Flush
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (1)
142writer.Flush();
PresentationFramework (3)
src\Framework\MS\Internal\LayoutDump.cs (2)
58writer.Flush(); 118writer.Flush();
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1541xamlXmlWriter.Flush();
System.Configuration (1)
System\Configuration\ConfigurationSection.cs (1)
93writer.Flush();
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (1)
825writer.Flush();
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (1)
302commentWriter.Flush();
System.ServiceModel.Internals (5)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (5)
365writer.Flush(); 483writer.Flush(); 730xml.Flush(); 828xml.Flush(); 868xml.Flush();
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
878xmlWriter.Flush();
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
1171xw.Flush(); 1184xw.Flush();
WindowsBase (1)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
375_xmlWriter.Flush();