2 writes to AutoXmlDeclaration
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
211
settings.
AutoXmlDeclaration
= autoXmlDeclaration;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
165
settings.
AutoXmlDeclaration
= autoXmlDeclaration;
4 references to AutoXmlDeclaration
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
52
if (settings.
AutoXmlDeclaration
&& settings.Standalone == XmlStandalone.Yes)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (2)
144
if (settings.
AutoXmlDeclaration
)
186
if (settings.
AutoXmlDeclaration
)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
140
if (settings.
AutoXmlDeclaration
)