5 references to ResourceReaderIsClosed
System.Resources.Extensions (5)
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);