4 writes to CloseOutput
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
207
settings.
CloseOutput
= this.closeOutput;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
161
settings.
CloseOutput
= this.closeOutput;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (1)
469
newSettings.
CloseOutput
= true;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
82
_settings.
CloseOutput
= false;
3 references to CloseOutput
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
121
closeOutput = settings.
CloseOutput
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
105
closeOutput = settings.
CloseOutput
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (1)
466
if (!newSettings.
CloseOutput
)