1 write to _doc
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
85_doc = new XPathDocument(nameTable);
2 references to _doc
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (2)
86_writer = _doc.LoadFromWriter(XPathDocument.LoadFlags.AtomizeNames | (rootType == XPathNodeType.Root ? XPathDocument.LoadFlags.None : XPathDocument.LoadFlags.Fragment), string.Empty); 98_seqTyped.Add(_doc!.CreateNavigator());