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