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