5 writes to OmitXmlDeclaration
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
204
settings.
OmitXmlDeclaration
= this.omitXmlDeclaration;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
158
settings.
OmitXmlDeclaration
= this.omitXmlDeclaration;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
685
settings.
OmitXmlDeclaration
= true;
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (2)
1419
writerSettings.
OmitXmlDeclaration
= true;
1458
writerSettings.
OmitXmlDeclaration
= true;
2 references to OmitXmlDeclaration
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
118
omitXmlDeclaration = settings.
OmitXmlDeclaration
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
102
omitXmlDeclaration = settings.
OmitXmlDeclaration
;