4 references to FromAssemblyPath
Microsoft.Build (2)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
189
yield return ProjectCacheDescriptor.
FromAssemblyPath
(pluginPath, pluginSettings);
Evaluation\Evaluator.cs (1)
850
var projectCacheItem = ProjectCacheDescriptor.
FromAssemblyPath
(pluginPath, pluginSettings);
Microsoft.Build.Engine.UnitTests (2)
ProjectCache\ProjectCacheTests.cs (2)
919
ProjectCacheDescriptor = ProjectCacheDescriptor.
FromAssemblyPath
(SamplePluginAssemblyPath.Value)
1127
ProjectCacheDescriptor = ProjectCacheDescriptor.
FromAssemblyPath
(SamplePluginAssemblyPath.Value)