21 writes to CloseOutput
ILCompiler.Compiler (1)
Compiler\XmlObjectDumper.cs (1)
32CloseOutput = true,
Microsoft.AspNetCore.Mvc.Formatters.Xml (3)
FormattingUtilities.cs (1)
42CloseOutput = false,
XmlDataContractSerializerOutputFormatter.cs (1)
187xmlWriterSettings.CloseOutput = false;
XmlSerializerOutputFormatter.cs (1)
166xmlWriterSettings.CloseOutput = false;
Microsoft.NET.Sdk.StaticWebAssets.Tasks (6)
GeneratePackageAssetsTargetsFile.cs (1)
48CloseOutput = false,
GenerateStaticWebAssetEndpointsPropsFile.cs (1)
70CloseOutput = false,
GenerateStaticWebAssetsPropsFile.cs (1)
135CloseOutput = false,
Legacy\GenerateStaticWebAssetsPropsFile50.cs (1)
88CloseOutput = false,
Legacy\GenerateV1StaticWebAssetsManifest.cs (1)
48CloseOutput = true,
StaticWebAssetsGeneratePackagePropsFile.cs (1)
38CloseOutput = false,
ReachFramework (1)
PrintConfig\PrintCapabilitesWriter.cs (1)
33CloseOutput = false,
System.Data.Common (2)
System\Data\SQLTypes\SqlXml.cs (2)
143writerSettings.CloseOutput = false; // don't close the memory stream 180writerSettings.CloseOutput = false; // don't close the memory stream
System.Private.Xml (6)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
198settings.CloseOutput = _closeOutput;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
145settings.CloseOutput = _closeOutput;
System\Xml\Core\XmlWriter.cs (1)
622var settings = new XmlWriterSettings { CloseOutput = true };
System\Xml\Core\XmlWriterSettings.cs (2)
341newSettings.CloseOutput = true; 668CloseOutput = reader.ReadBoolean();
System\Xml\Dom\DocumentXmlWriter.cs (1)
79_settings.CloseOutput = false;
System.Xaml (2)
System\Xaml\XamlXmlWriter.cs (2)
55InitializeXamlXmlWriter(XmlWriter.Create(stream, new XmlWriterSettings { CloseOutput = true }), schemaContext, settings); 74InitializeXamlXmlWriter(XmlWriter.Create(textWriter, new XmlWriterSettings { CloseOutput = true }), schemaContext, settings);
4 references to CloseOutput
System.Private.Xml (4)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
99_closeOutput = settings.CloseOutput;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
84_closeOutput = settings.CloseOutput;
System\Xml\Core\XmlWriterSettings.cs (2)
338if (!newSettings.CloseOutput) 618writer.Write(CloseOutput);