3 references to CompiledAssemblyCache
Microsoft.Build.Tasks.Core (3)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (3)
695
if (
CompiledAssemblyCache
.TryGetValue(taskInfo, out TaskFactoryUtilities.CachedAssemblyEntry cachedEntry))
701
CompiledAssemblyCache
.TryRemove(taskInfo, out _);
816
CompiledAssemblyCache
.TryAdd(taskInfo, new TaskFactoryUtilities.CachedAssemblyEntry(assembly, cachedAssemblyPath));