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