11 references to Document
System.Private.Xml (11)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
697value = Document.CreateTextNode(Reader.ReadString()); 2085var attr = (Document.ReadNode(Reader) as XmlAttribute)!;
System\Xml\Serialization\XmlSerializationReader.cs (9)
919node = Document.ReadNode(_r); 928node = Document.ReadNode(_r); 1248UnknownNode(Document.ReadNode(_r), o, qnames); 1261UnknownNode(Document.ReadNode(_r), o, qnames); 1935XmlAttribute attr = Document.CreateAttribute(elemName, elemNs); 1940unknownNode = Document.CreateElement(elemName, elemNs); 1960XmlAttribute xmlAttribute = (XmlAttribute)Document.ReadNode(_r)!; 1972XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID); 1996XmlNode xmlNode = Document.ReadNode(_r)!;