4 writes to _resCache
mscorlib (4)
system\resources\resourcereader.cs (4)
166_resCache = new Dictionary<String, ResourceLocator>(FastResourceComparer.Default); 188_resCache = new Dictionary<String, ResourceLocator>(FastResourceComparer.Default); 208_resCache = resCache; 232_resCache = null;
8 references to _resCache
mscorlib (8)
system\resources\resourcereader.cs (8)
307if (_resCache == null) 1189if (_resCache == null) 1369if (_reader._resCache == null) throw new InvalidOperationException(Environment.GetResourceString("ResourceReaderIsClosed")); 1393if (_reader._resCache == null) throw new InvalidOperationException(Environment.GetResourceString("ResourceReaderIsClosed")); 1398lock (_reader._resCache) { 1401if (_reader._resCache.TryGetValue(key, out locator)) { 1425if (_reader._resCache == null) throw new InvalidOperationException(Environment.GetResourceString("ResourceReaderIsClosed")); 1437if (_reader._resCache == null) throw new InvalidOperationException(Environment.GetResourceString("ResourceReaderIsClosed"));