2 writes to _document
System.Private.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
24_document = document; 30_document = other._document;
49 references to _document
System.Private.Xml (49)
System\Xml\Dom\DocumentXPathNavigator.cs (49)
30_document = other._document; 88return _document.NameTable; 136if (Ref.Equal(localName, _document.strXmlns)) 189XmlElement? element = _document.DocumentElement; 390localName = _document.strXmlns; 392string namespaceUri = _document.strReservedXmlns; 406if (name == _document.strXml) 408return _document.strReservedXml; 410else if (name == _document.strXmlns) 412return _document.strReservedXmlns; 419if (name == _document.strXmlns) 434localName = _document.strXmlns; 436string namespaceUri = _document.strReservedXmlns; 451if (name == _document.strXml) 454_source = _document.NamespaceXml; 492while (Ref.Equal(attribute.LocalName, _document.strXml)) 508_source = _document.NamespaceXml; 605|| Ref.Equal(localName, _document.strXml)); 614if (PathHasDuplicateNamespace(null, _namespaceParent, _document.strXml)) 620_source = _document.NamespaceXml; 681string namespaceUri = _document.strReservedXmlns; 882&& _document == that._document) 894XmlElement? element = _document.GetElementById(id); 964if (_document != that._document) 1039if (_document != that._document) 1452string? nsAtom = _document.NameTable.Get(namespaceURI); 1458string? localNameAtom = _document.NameTable.Get(localName); 1512DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.PrependChild, _source, _document); 1513writer.NamespaceManager = GetNamespaceManager(_source, _document); 1529DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.AppendChild, _source, _document); 1530writer.NamespaceManager = GetNamespaceManager(_source, _document); 1554DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.InsertSiblingAfter, node, _document); 1555writer.NamespaceManager = GetNamespaceManager(node.ParentNode, _document); 1578DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.InsertSiblingBefore, _source, _document); 1579writer.NamespaceManager = GetNamespaceManager(_source.ParentNode, _document); 1590DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.AppendAttribute, _source, _document); 1591writer.NamespaceManager = GetNamespaceManager(_source, _document); 1639DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.ReplaceToFollowingSibling, node, _document); 1640writer.NamespaceManager = GetNamespaceManager(node.ParentNode, _document); 1834Debug.Assert(node == _document || node.OwnerDocument == _document, "Navigator switched documents"); 1901if (!_document.HasEntityReferences) 1922if (!_document.HasEntityReferences) 1943if (!_document.HasEntityReferences) 1975if (!_document.HasEntityReferences) 2007if (!_document.HasEntityReferences)