6 references to UnexpectedNodeType
System.Private.Xml (6)
System\Xml\Dom\XmlLoader.cs (4)
220throw UnexpectedNodeType(r.NodeType); 287throw UnexpectedNodeType(r.NodeType); 346throw UnexpectedNodeType(r.NodeType); 544throw UnexpectedNodeType(_reader!.NodeType);
System\Xml\Schema\Parser.cs (2)
435throw XmlLoader.UnexpectedNodeType(r.NodeType); 470throw XmlLoader.UnexpectedNodeType(_reader.NodeType);