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