6 references to ResourceReaderIsClosed
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.Core.cs (1)
141throw new InvalidOperationException(SR.ResourceReaderIsClosed);
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (5)
239throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1091if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1108if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1145if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1157if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed);