8 references to s_runtimeDataCache
Microsoft.CodeAnalysis.Test.Utilities (8)
Platform\Desktop\DesktopRuntimeEnvironment.cs (8)
148lock (s_runtimeDataCache) 151while (i < s_runtimeDataCache.Count) 153var data = s_runtimeDataCache[i]; 157s_runtimeDataCache.RemoveAt(i); 167s_runtimeDataCache.RemoveAt(i); 378lock (s_runtimeDataCache) 380if (_emitData.RuntimeData != null && s_runtimeDataCache.Count < MaxCachedRuntimeData) 382s_runtimeDataCache.Add(_emitData.RuntimeData);