6 references to LoadFromAssemblyPath
Microsoft.Build (2)
TypeLoader.cs (2)
538
Assembly loadedAssembly = context.
LoadFromAssemblyPath
(_assemblyLoadInfo.AssemblyFile);
579
var taskItemType = context.
LoadFromAssemblyPath
(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName);
MSBuild (2)
TypeLoader.cs (2)
538
Assembly loadedAssembly = context.
LoadFromAssemblyPath
(_assemblyLoadInfo.AssemblyFile);
579
var taskItemType = context.
LoadFromAssemblyPath
(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName);
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
556
assembly = _metadataLoadContext.
LoadFromAssemblyPath
(fullPathToAssembly);
System.Reflection.MetadataLoadContext (1)
System\Reflection\PathAssemblyResolver.cs (1)
65
Assembly assemblyFromPath = context.
LoadFromAssemblyPath
(path);