4 references to FromAssemblyPath
Microsoft.Build (2)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
191
yield return ProjectCacheDescriptor.
FromAssemblyPath
(pluginPath, pluginSettings);
Evaluation\Evaluator.cs (1)
863
var projectCacheItem = ProjectCacheDescriptor.
FromAssemblyPath
(pluginPath, pluginSettings);
Microsoft.Build.Engine.UnitTests (2)
ProjectCache\ProjectCacheTests.cs (2)
938
ProjectCacheDescriptor = ProjectCacheDescriptor.
FromAssemblyPath
(s_samplePluginAssemblyPath.Value)
1146
ProjectCacheDescriptor = ProjectCacheDescriptor.
FromAssemblyPath
(s_samplePluginAssemblyPath.Value)