11 references to Document
System.Private.Xml (11)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
688value = Document.CreateTextNode(Reader.ReadString()); 1899var attr = (Document.ReadNode(Reader) as XmlAttribute)!;
System\Xml\Serialization\XmlSerializationReader.cs (9)
899node = Document.ReadNode(_r); 908node = Document.ReadNode(_r); 1213UnknownNode(Document.ReadNode(_r), o, qnames); 1226UnknownNode(Document.ReadNode(_r), o, qnames); 1884XmlAttribute attr = Document.CreateAttribute(elemName, elemNs); 1889unknownNode = Document.CreateElement(elemName, elemNs); 1909XmlAttribute xmlAttribute = (XmlAttribute)Document.ReadNode(_r)!; 1921XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID); 1945XmlNode xmlNode = Document.ReadNode(_r)!;