5 references to _cache
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (5)
107lock (_cache) 110if (!_cache.TryGetValue(fileName, out module)) 113_cache[fileName] = module; 162lock (_cache) 164_cache.Remove(_fileName);