2 references to HostedCompilerCacheSize
System.Activities (2)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (2)
101
new Dictionary<HashSet<Assembly>, HostedCompilerWrapper>(
HostedCompilerCacheSize
, HashSet<Assembly>.CreateSetComparer()),
114
if (HostedCompilerCache.Count >=
HostedCompilerCacheSize
)