1 instantiation of CachedAssemblyEntry
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
787
CompiledAssemblyCache.TryAdd(taskInfo, new TaskFactoryUtilities.
CachedAssemblyEntry
(assembly, cachedAssemblyPath));
3 references to CachedAssemblyEntry
Microsoft.Build.Tasks.Core (3)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (3)
87
private static readonly ConcurrentDictionary<RoslynCodeTaskFactoryTaskInfo, TaskFactoryUtilities.
CachedAssemblyEntry
> CompiledAssemblyCache = new ConcurrentDictionary<RoslynCodeTaskFactoryTaskInfo, TaskFactoryUtilities.
CachedAssemblyEntry
>();
667
if (CompiledAssemblyCache.TryGetValue(taskInfo, out TaskFactoryUtilities.
CachedAssemblyEntry
cachedEntry))