3 writes to OutputMethod
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
418
_writerSettings.
OutputMethod
= outMethod;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
213
settings.
OutputMethod
= outputMethod;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
167
settings.
OutputMethod
= outputMethod;
12 references to OutputMethod
dotnet-svcutil-lib (12)
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 (1)
35
Debug.Assert(writerSettings.
OutputMethod
== XmlOutputMethod.AutoDetect);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
124
outputMethod = settings.
OutputMethod
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
108
outputMethod = settings.
OutputMethod
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (5)
506
switch (this.
OutputMethod
)
542
switch (this.
OutputMethod
)
578
if (this.
OutputMethod
!= XmlOutputMethod.AutoDetect)
603
switch (this.
OutputMethod
)
637
if (this.
OutputMethod
!= XmlOutputMethod.AutoDetect)