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