11 references to Document
System.Private.Xml (11)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
688value = Document.CreateTextNode(Reader.ReadString()); 1960var attr = (Document.ReadNode(Reader) as XmlAttribute)!;
System\Xml\Serialization\XmlSerializationReader.cs (9)
911node = Document.ReadNode(_r); 920node = Document.ReadNode(_r); 1240UnknownNode(Document.ReadNode(_r), o, qnames); 1253UnknownNode(Document.ReadNode(_r), o, qnames); 1927XmlAttribute attr = Document.CreateAttribute(elemName, elemNs); 1932unknownNode = Document.CreateElement(elemName, elemNs); 1952XmlAttribute xmlAttribute = (XmlAttribute)Document.ReadNode(_r)!; 1964XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID); 1988XmlNode xmlNode = Document.ReadNode(_r)!;