4 references to InvalidOperation_ExpectedEndOfFile
System.Private.Xml.Linq (4)
System\Xml\Linq\XDocument.cs (2)
436if (!reader.EOF) throw new InvalidOperationException(SR.InvalidOperation_ExpectedEndOfFile); 484if (!reader.EOF) throw new InvalidOperationException(SR.InvalidOperation_ExpectedEndOfFile);
System\Xml\Linq\XElement.cs (2)
814if (!reader.EOF) throw new InvalidOperationException(SR.InvalidOperation_ExpectedEndOfFile); 854if (!reader.EOF) throw new InvalidOperationException(SR.InvalidOperation_ExpectedEndOfFile);