3 references to None
System.Private.Xml (3)
System\Xml\XPath\XPathDocument.cs (1)
169builder = new XPathDocumentBuilder(this, lineInfo, reader.BaseURI, LoadFlags.None);
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
433XmlRawWriter 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);