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