6 references to UnexpectedNodeType
System.Private.Xml (6)
System\Xml\Dom\XmlLoader.cs (4)
222throw UnexpectedNodeType(r.NodeType); 289throw UnexpectedNodeType(r.NodeType); 348throw UnexpectedNodeType(r.NodeType); 546throw UnexpectedNodeType(_reader!.NodeType);
System\Xml\Schema\Parser.cs (2)
435throw XmlLoader.UnexpectedNodeType(r.NodeType); 470throw XmlLoader.UnexpectedNodeType(_reader.NodeType);