6 references to AutoDetect
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
35
Debug.Assert(writerSettings.OutputMethod == XmlOutputMethod.
AutoDetect
);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (5)
531
case XmlOutputMethod.
AutoDetect
:
567
case XmlOutputMethod.
AutoDetect
:
578
if (this.OutputMethod != XmlOutputMethod.
AutoDetect
)
628
case XmlOutputMethod.
AutoDetect
:
637
if (this.OutputMethod != XmlOutputMethod.
AutoDetect
)