68 references to XmlOutputMethod
netstandard (1)
netstandard.cs (1)
2492
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlOutputMethod
))]
System.Private.Xml (65)
System\Xml\Core\QueryOutputWriter.cs (2)
42
if (settings.OutputMethod ==
XmlOutputMethod
.Xml)
71
else if (settings.OutputMethod ==
XmlOutputMethod
.Html)
System\Xml\Core\QueryOutputWriterV1.cs (2)
40
if (settings.OutputMethod ==
XmlOutputMethod
.Xml)
85
else if (settings.OutputMethod ==
XmlOutputMethod
.Html)
System\Xml\Core\XmlAutoDetectWriter.cs (30)
33
Debug.Assert(writerSettings.OutputMethod ==
XmlOutputMethod
.AutoDetect);
80
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
90
CreateWrappedWriter(
XmlOutputMethod
.Html);
92
CreateWrappedWriter(
XmlOutputMethod
.Xml);
100
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
170
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
176
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
182
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
188
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
194
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
201
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
208
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
214
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
220
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
226
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
232
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
238
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
244
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
250
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
256
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
262
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
268
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
296
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
303
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
327
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
341
EnsureWrappedWriter(
XmlOutputMethod
.Xml);
364
private void EnsureWrappedWriter(
XmlOutputMethod
outMethod)
387
CreateWrappedWriter(
XmlOutputMethod
.Xml);
397
private void CreateWrappedWriter(
XmlOutputMethod
outMethod)
406
if (outMethod ==
XmlOutputMethod
.Html && _writerSettings.IndentInternal == TriState.Unknown)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
73
protected
XmlOutputMethod
_outputMethod;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
59
protected
XmlOutputMethod
_outputMethod;
System\Xml\Core\XmlWriterSettings.cs (18)
228
public
XmlOutputMethod
OutputMethod { get; internal set; }
373
case
XmlOutputMethod
.Xml:
376
case
XmlOutputMethod
.Html:
379
case
XmlOutputMethod
.Text:
382
case
XmlOutputMethod
.AutoDetect:
395
case
XmlOutputMethod
.Xml:
398
case
XmlOutputMethod
.Html:
401
case
XmlOutputMethod
.Text:
404
case
XmlOutputMethod
.AutoDetect:
415
if (OutputMethod !=
XmlOutputMethod
.AutoDetect)
444
case
XmlOutputMethod
.Xml:
447
case
XmlOutputMethod
.Html:
450
case
XmlOutputMethod
.Text:
453
case
XmlOutputMethod
.AutoDetect:
462
if (OutputMethod !=
XmlOutputMethod
.AutoDetect)
515
OutputMethod =
XmlOutputMethod
.Xml;
674
OutputMethod = (
XmlOutputMethod
)reader.ReadSByte(0, (sbyte)
XmlOutputMethod
.AutoDetect);
System\Xml\Xsl\Xslt\Compiler.cs (1)
426
Settings.OutputMethod =
XmlOutputMethod
.AutoDetect;
System\Xml\Xsl\Xslt\XsltLoader.cs (10)
596
XmlOutputMethod
outputMethod;
786
if (settings.OutputMethod ==
XmlOutputMethod
.Html && output.IndentPrec == Output.NeverDeclaredPrec)
793
settings.OutputMethod ==
XmlOutputMethod
.Xml ? "text/xml" :
794
settings.OutputMethod ==
XmlOutputMethod
.Html ? "text/html" :
795
settings.OutputMethod ==
XmlOutputMethod
.Text ? "text/plain" : null;
2855
private XmlQualifiedName? ParseOutputMethod(string attValue, out
XmlOutputMethod
method)
2859
method =
XmlOutputMethod
.AutoDetect;
2869
case "xml": method =
XmlOutputMethod
.Xml; break;
2870
case "html": method =
XmlOutputMethod
.Html; break;
2871
case "text": method =
XmlOutputMethod
.Text; break;
System.Xml (1)
System.Xml.cs (1)
221
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlOutputMethod
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
149
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlOutputMethod
))]