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