8 references to s_runtimeDataCache
Microsoft.CodeAnalysis.Test.Utilities (8)
Platform\Desktop\DesktopRuntimeEnvironment.cs (8)
112lock (s_runtimeDataCache) 115while (i < s_runtimeDataCache.Count) 117var data = s_runtimeDataCache[i]; 121s_runtimeDataCache.RemoveAt(i); 131s_runtimeDataCache.RemoveAt(i); 235lock (s_runtimeDataCache) 237if (Data != null && s_runtimeDataCache.Count < MaxCachedRuntimeData) 239s_runtimeDataCache.Add(Data);