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