2 writes to _doc
System.Private.Xml (2)
System\Xml\Dom\XmlNodeReader.cs (2)
90
_doc
= (XmlDocument)_curNode;
92
_doc
= node.OwnerDocument!;
6 references to _doc
System.Private.Xml (6)
System\Xml\Dom\XmlNodeReader.cs (6)
94
_nameTable =
_doc
.NameTable;
366
string? strTemp =
_doc
.Version;
373
strTemp =
_doc
.Encoding;
380
strTemp =
_doc
.Standalone;
424
XmlDocumentType? docType =
_doc
.DocumentType;
1119
return
_doc
;