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