5 references to ResourceReaderIsClosed
System.Resources.Extensions (5)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (5)
241throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1093if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1110if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1147if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1159if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed);