6 references to LoadFromAssemblyPath
Microsoft.Build (2)
TypeLoader.cs (2)
204return _context.LoadFromAssemblyPath(path); 390LoadedType loadedType = new(publicType, _assemblyLoadInfo, loadedAssembly, _context.LoadFromAssemblyPath(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName), loadedViaMetadataLoadContext: true);
MSBuild (2)
TypeLoader.cs (2)
204return _context.LoadFromAssemblyPath(path); 390LoadedType loadedType = new(publicType, _assemblyLoadInfo, loadedAssembly, _context.LoadFromAssemblyPath(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName), loadedViaMetadataLoadContext: true);
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);