50 return list.ToArray();
55 if (
xmlReader.NamespaceURI !=
"http://schemas.microsoft.com/2003/10/Serialization/" &&
xmlReader.NamespaceURI !=
"http://www.w3.org/2001/XMLSchema-instance" &&
xmlReader.Prefix !=
"xmlns")
72 for (
int i = 0; i < nodes.Length; i++)
static Exception ThrowHelperArgumentNull(string message)
static Exception ThrowHelperError(Exception e)
static void AddDefaultXmlType(XmlSchemaSet schemas, string localName, string ns)
static SerializationException CreateSerializationException(string errorMessage)
static XmlNode[] ReadNodes(XmlReader xmlReader)
static string AddDefaultSchemaMethodName
static void AddDefaultSchema(XmlSchemaSet schemas, XmlQualifiedName typeQName)
static void WriteNodes(XmlWriter xmlWriter, XmlNode?[]? nodes)
static bool IsValidAttribute(XmlReader xmlReader)
static string UnexpectedEndOfFile
void WriteTo(XmlWriter w)