7 references to Html
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
70
else if (settings.OutputMethod == XmlOutputMethod.
Html
)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
91
else if (settings.OutputMethod == XmlOutputMethod.
Html
)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (2)
92
CreateWrappedWriter(XmlOutputMethod.
Html
);
421
if (outMethod == XmlOutputMethod.
Html
&& _writerSettings.IndentInternal == TriState.Unknown)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (3)
518
case XmlOutputMethod.
Html
:
554
case XmlOutputMethod.
Html
:
615
case XmlOutputMethod.
Html
: