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