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)
916node = Document.ReadNode(_r); 925node = Document.ReadNode(_r); 1245UnknownNode(Document.ReadNode(_r), o, qnames); 1258UnknownNode(Document.ReadNode(_r), o, qnames); 1932XmlAttribute attr = Document.CreateAttribute(elemName, elemNs); 1937unknownNode = Document.CreateElement(elemName, elemNs); 1957XmlAttribute xmlAttribute = (XmlAttribute)Document.ReadNode(_r)!; 1969XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID); 1993XmlNode xmlNode = Document.ReadNode(_r)!;