7 references to LoadFromAssemblyPath
Microsoft.Build (2)
TypeLoader.cs (2)
209return _context.LoadFromAssemblyPath(path); 440var taskItemType = _context.LoadFromAssemblyPath(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName);
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToRunILLink.cs (1)
2359Assembly assembly = mlc.LoadFromAssemblyPath(Path.Combine(publishCommand.GetOutputDirectory(targetFramework: targetFramework, runtimeIdentifier: rid).FullName, "System.Private.CoreLib.dll"));
MSBuild (2)
TypeLoader.cs (2)
209return _context.LoadFromAssemblyPath(path); 440var 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);