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