8 references to InvalidOperation_ExpectedInteractive
System.Private.Xml.Linq (8)
System\Xml\Linq\XContainer.cs (4)
833
if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.
InvalidOperation_ExpectedInteractive
);
846
if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.
InvalidOperation_ExpectedInteractive
);
854
if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.
InvalidOperation_ExpectedInteractive
);
871
if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.
InvalidOperation_ExpectedInteractive
);
System\Xml\Linq\XElement.cs (1)
2048
if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.
InvalidOperation_ExpectedInteractive
);
System\Xml\Linq\XNode.cs (2)
427
if (reader.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.
InvalidOperation_ExpectedInteractive
);
472
if (reader.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.
InvalidOperation_ExpectedInteractive
);
System\Xml\Linq\XNodeReader.cs (1)
557
throw new InvalidOperationException(SR.
InvalidOperation_ExpectedInteractive
);