2 references to CachedAssemblyEntry
Microsoft.Build.Tasks.Core (2)
CodeTaskFactory.cs (1)
937
s_compiledTaskCache.TryAdd(fullSpec, new TaskFactoryUtilities.
CachedAssemblyEntry
(assembly, cachedAssemblyPath));
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
805
CompiledAssemblyCache.TryAdd(taskInfo, new TaskFactoryUtilities.
CachedAssemblyEntry
(assembly, cachedAssemblyPath));