3 references to Xml_UnexpectedNodeType
System.Private.Xml (3)
System\Xml\Dom\DocumentSchemaValidator.cs (2)
316throw new InvalidOperationException(SR.Format(SR.Xml_UnexpectedNodeType, _currentNode.NodeType)); 753throw new InvalidOperationException(SR.Format(SR.Xml_UnexpectedNodeType, _currentNode!.NodeType));
System\Xml\Dom\XmlLoader.cs (1)
1002return new InvalidOperationException(SR.Format(CultureInfo.InvariantCulture, SR.Xml_UnexpectedNodeType, nodetype.ToString()));