3 references to None
System.Private.Xml (3)
System\Xml\XPath\XPathDocument.cs (1)
169
builder = new XPathDocumentBuilder(this, lineInfo, reader.BaseURI, LoadFlags.
None
);
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
433
XmlRawWriter writer = doc.LoadFromWriter(XPathDocument.LoadFlags.AtomizeNames | (events.HasRootNode ? XPathDocument.LoadFlags.
None
: XPathDocument.LoadFlags.Fragment), events.BaseUri);
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
86
_writer = _doc.LoadFromWriter(XPathDocument.LoadFlags.AtomizeNames | (rootType == XPathNodeType.Root ? XPathDocument.LoadFlags.
None
: XPathDocument.LoadFlags.Fragment), string.Empty);