2 writes to _standalone
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (2)
414
_standalone
= value;
707
_standalone
= XmlStandalone.Omit;
2 references to _standalone
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (2)
409
return
_standalone
;
451
_docTypeSystem != null ||
_standalone
== XmlStandalone.Yes;