6 references to LoadFromAssemblyPath
Microsoft.Build (2)
TypeLoader.cs (2)
207return _context.LoadFromAssemblyPath(path); 393LoadedType loadedType = new(publicType, _assemblyLoadInfo, loadedAssembly, _context.LoadFromAssemblyPath(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName), loadedViaMetadataLoadContext: true);
MSBuild (2)
TypeLoader.cs (2)
207return _context.LoadFromAssemblyPath(path); 393LoadedType 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)
557assembly = _metadataLoadContext.LoadFromAssemblyPath(fullPathToAssembly);
System.Reflection.MetadataLoadContext (1)
System\Reflection\PathAssemblyResolver.cs (1)
66Assembly assemblyFromPath = context.LoadFromAssemblyPath(path);