2 references to InvalidOperation_UnexpectedEvaluation
System.Private.Xml.Linq (2)
System\Xml\XPath\XNodeNavigator.cs (2)
875if (!(result is T)) throw new InvalidOperationException(SR.Format(SR.InvalidOperation_UnexpectedEvaluation, result.GetType())); 885if (!(r is T)) throw new InvalidOperationException(SR.Format(SR.InvalidOperation_UnexpectedEvaluation, r.GetType()));