6 references to ResourceReaderIsClosed
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.Core.cs (1)
126throw new InvalidOperationException(SR.ResourceReaderIsClosed);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (5)
235throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1087if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1104if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1141if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1153if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed);