8 references to Omit
System.Xml (8)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
242if ( standalone != XmlStandalone.Omit ) {
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
45if ( standalone != XmlStandalone.Omit ) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
198if ( standalone != XmlStandalone.Omit ) {
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
43if ( standalone != XmlStandalone.Omit ) {
System\Xml\Core\XmlWellFormedWriter.cs (1)
324WriteStartDocumentImpl(XmlStandalone.Omit);
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
21return WriteStartDocumentImplAsync(XmlStandalone.Omit);
System\Xml\Core\XmlWriterSettings.cs (1)
694standalone = XmlStandalone.Omit;
System\Xml\Dom\DocumentXmlWriter.cs (1)
112if (standalone != XmlStandalone.Omit) {