2 writes to doc
System.Xml (2)
System\Xml\Dom\XmlNodeReader.cs (2)
88
this.
doc
= (XmlDocument)curNode;
90
this.
doc
= node.OwnerDocument;
6 references to doc
System.Xml (6)
System\Xml\Dom\XmlNodeReader.cs (6)
91
this.nameTable =
doc
.NameTable;
323
String strTemp =
doc
.Version;
329
strTemp =
doc
.Encoding;
335
strTemp =
doc
.Standalone;
373
XmlDocumentType docType =
doc
.DocumentType;
945
return this.
doc
;