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)
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);