53 references to XmlOutputMethod
dotnet-svcutil-lib (53)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (2)
41
if (settings.OutputMethod ==
XmlOutputMethod
.Xml)
70
else if (settings.OutputMethod ==
XmlOutputMethod
.Html)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (2)
45
if (settings.OutputMethod ==
XmlOutputMethod
.Xml)
91
else if (settings.OutputMethod ==
XmlOutputMethod
.Html)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (30)
35
Debug.Assert(writerSettings.OutputMethod ==
XmlOutputMethod
.AutoDetect);
82
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
92
CreateWrappedWriter(
XmlOutputMethod
.Html);
94
CreateWrappedWriter(
XmlOutputMethod
.Xml);
101
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
171
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
177
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
183
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
189
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
195
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
202
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
209
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
215
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
221
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
227
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
233
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
239
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
245
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
251
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
257
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
263
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
269
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
297
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
304
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
328
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
342
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
381
private void EnsureWrappedWriter(
XmlOutputMethod
outMethod)
403
CreateWrappedWriter(
XmlOutputMethod
.Xml);
412
private void CreateWrappedWriter(
XmlOutputMethod
outMethod)
421
if (outMethod ==
XmlOutputMethod
.Html && _writerSettings.IndentInternal == TriState.Unknown)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
93
protected
XmlOutputMethod
outputMethod;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
77
protected
XmlOutputMethod
outputMethod;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (17)
68
private
XmlOutputMethod
_outputMethod;
288
public
XmlOutputMethod
OutputMethod
508
case
XmlOutputMethod
.Xml:
518
case
XmlOutputMethod
.Html:
528
case
XmlOutputMethod
.Text:
531
case
XmlOutputMethod
.AutoDetect:
544
case
XmlOutputMethod
.Xml:
554
case
XmlOutputMethod
.Html:
564
case
XmlOutputMethod
.Text:
567
case
XmlOutputMethod
.AutoDetect:
578
if (this.OutputMethod !=
XmlOutputMethod
.AutoDetect)
605
case
XmlOutputMethod
.Xml:
615
case
XmlOutputMethod
.Html:
625
case
XmlOutputMethod
.Text:
628
case
XmlOutputMethod
.AutoDetect:
637
if (this.OutputMethod !=
XmlOutputMethod
.AutoDetect)
701
_outputMethod =
XmlOutputMethod
.Xml;