6 references to StateCache
System.AddIn (6)
System\Addin\Hosting\AddInStore.cs (6)
770lock (StateCache){ 771found = StateCache.TryGetValue(fileName, out cachedState); 777StateCache.Remove(path); 799lock (StateCache) { 800if (!StateCache.ContainsKey(path)) { 803StateCache[fileName] = cachedState;