4 writes to _resCache
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.Core.cs (1)
33_resCache = resCache;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (3)
100_resCache = new Dictionary<string, ResourceLocator>(FastResourceComparer.Default); 128_resCache = new Dictionary<string, ResourceLocator>(FastResourceComparer.Default); 153_resCache = null;
8 references to _resCache
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.Core.cs (1)
125if (_resCache == null)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (7)
234if (_resCache == null) 1087if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1104if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1112lock (_reader._resCache) 1114if (_reader._resCache.TryGetValue(key, out ResourceLocator locator)) 1141if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed); 1153if (_reader._resCache == null) throw new InvalidOperationException(SR.ResourceReaderIsClosed);