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