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