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