2 writes to _document
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (2)
26_document = document; 32_document = other._document;
49 references to _document
dotnet-svcutil-lib (49)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (49)
32_document = other._document; 93return _document.NameTable; 142if (Ref.Equal(localName, _document.strXmlns)) 195XmlElement element = _document.DocumentElement; 400localName = _document.strXmlns; 402string namespaceUri = _document.strReservedXmlns; 416if (name == _document.strXml) 418return _document.strReservedXml; 420else if (name == _document.strXmlns) 422return _document.strReservedXmlns; 429if (name == _document.strXmlns) 444localName = _document.strXmlns; 446string namespaceUri = _document.strReservedXmlns; 461if (name == _document.strXml) 464_source = _document.NamespaceXml; 503while (Ref.Equal(attribute.LocalName, _document.strXml)) 519_source = _document.NamespaceXml; 617|| Ref.Equal(localName, _document.strXml)); 626if (PathHasDuplicateNamespace(null, _namespaceParent, _document.strXml)) 632_source = _document.NamespaceXml; 692string namespaceUri = _document.strReservedXmlns; 896&& _document == that._document) 908XmlElement element = _document.GetElementById(id); 979if (_document != that._document) 1055if (_document != that._document) 1467string nsAtom = _document.NameTable.Get(namespaceURI); 1473string localNameAtom = _document.NameTable.Get(localName); 1527DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.PrependChild, _source, _document); 1528writer.NamespaceManager = GetNamespaceManager(_source, _document); 1544DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.AppendChild, _source, _document); 1545writer.NamespaceManager = GetNamespaceManager(_source, _document); 1569DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.InsertSiblingAfter, node, _document); 1570writer.NamespaceManager = GetNamespaceManager(node.ParentNode, _document); 1593DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.InsertSiblingBefore, _source, _document); 1594writer.NamespaceManager = GetNamespaceManager(_source.ParentNode, _document); 1605DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.AppendAttribute, _source, _document); 1606writer.NamespaceManager = GetNamespaceManager(_source, _document); 1661DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.ReplaceToFollowingSibling, node, _document); 1662writer.NamespaceManager = GetNamespaceManager(node.ParentNode, _document); 1862Debug.Assert(node == _document || node.OwnerDocument == _document, "Navigator switched documents"); 1930if (!_document.HasEntityReferences) 1951if (!_document.HasEntityReferences) 1972if (!_document.HasEntityReferences) 2003if (!_document.HasEntityReferences) 2034if (!_document.HasEntityReferences)