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