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