9 references to AutoDetect
System.Private.Xml (9)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
33Debug.Assert(writerSettings.OutputMethod == XmlOutputMethod.AutoDetect);
System\Xml\Core\XmlWriterSettings.cs (6)
382case XmlOutputMethod.AutoDetect: 404case XmlOutputMethod.AutoDetect: 415if (OutputMethod != XmlOutputMethod.AutoDetect) 453case XmlOutputMethod.AutoDetect: 462if (OutputMethod != XmlOutputMethod.AutoDetect) 674OutputMethod = (XmlOutputMethod)reader.ReadSByte(0, (sbyte)XmlOutputMethod.AutoDetect);
System\Xml\Xsl\Xslt\Compiler.cs (1)
426Settings.OutputMethod = XmlOutputMethod.AutoDetect;
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
2859method = XmlOutputMethod.AutoDetect;