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