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