2 references to s_compiledTaskCache
Microsoft.Build.Tasks.Core (2)
CodeTaskFactory.cs (2)
799
if (!
s_compiledTaskCache
.TryGetValue(fullSpec, out Assembly existingAssembly))
826
s_compiledTaskCache
.TryAdd(fullSpec, compilerResults.CompiledAssembly);