8 references to Omit
System.Private.Xml (8)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
231if (standalone != XmlStandalone.Omit)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
53if (standalone != XmlStandalone.Omit)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
177if (standalone != XmlStandalone.Omit)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
52if (standalone != XmlStandalone.Omit)
System\Xml\Core\XmlWellFormedWriter.cs (1)
323WriteStartDocumentImpl(XmlStandalone.Omit);
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
23return WriteStartDocumentImplAsync(XmlStandalone.Omit);
System\Xml\Core\XmlWriterSettings.cs (1)
521_standalone = XmlStandalone.Omit;
System\Xml\Dom\DocumentXmlWriter.cs (1)
119if (standalone != XmlStandalone.Omit)