2 references to InvalidOperation_BadNodeType
System.Private.Xml.Linq (2)
System\Xml\Schema\XNodeValidator.cs (1)
60
throw new InvalidOperationException(SR.Format(SR.
InvalidOperation_BadNodeType
, nt));
System\Xml\XPath\XNodeNavigator.cs (1)
684
if (c == null) throw new InvalidOperationException(SR.Format(SR.
InvalidOperation_BadNodeType
, NodeType));