11 references to Document
System.Private.Xml (11)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
688value = Document.CreateTextNode(Reader.ReadString()); 1961var 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); 1911XmlAttribute attr = Document.CreateAttribute(elemName, elemNs); 1916unknownNode = Document.CreateElement(elemName, elemNs); 1936XmlAttribute xmlAttribute = (XmlAttribute)Document.ReadNode(_r)!; 1948XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID); 1972XmlNode xmlNode = Document.ReadNode(_r)!;