5 references to _cache
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (5)
105lock (_cache) 108if (!_cache.TryGetValue(fileName, out module)) 111_cache[fileName] = module; 160lock (_cache) 162_cache.Remove(_fileName);