11 references to InvalidOperation_ExternalCode
System.Private.Xml.Linq (11)
System\Xml\Linq\XContainer.cs (5)
390if ((object)s != (object)content) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode); 405if (last != content || n != last.next) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode); 559if (content != null) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode); 616if (n.parent != null) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode); 1245if (n.parent != this) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode);
System\Xml\Linq\XElement.cs (3)
941if (lastAttr == null || a != lastAttr.next) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode); 1916if (a.parent != null) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode); 2085if (a.parent != this) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode);
System\Xml\Linq\XLinq.cs (2)
50if (_parent.content != null) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode); 157if (n.parent != null) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode);
System\Xml\Linq\XNode.cs (1)
545if (p != null && p.parent != c) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode);