2 references to FromAssemblyPath
Microsoft.Build (2)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
191
yield return ProjectCacheDescriptor.
FromAssemblyPath
(pluginPath, pluginSettings);
Evaluation\Evaluator.cs (1)
873
var projectCacheItem = ProjectCacheDescriptor.
FromAssemblyPath
(pluginPath, pluginSettings);