7 references to LoadFromAssemblyPath
Microsoft.Build (2)
TypeLoader.cs (2)
209
return _context.
LoadFromAssemblyPath
(path);
440
var taskItemType = _context.
LoadFromAssemblyPath
(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName);
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToRunILLink.cs (1)
2359
Assembly assembly = mlc.
LoadFromAssemblyPath
(Path.Combine(publishCommand.GetOutputDirectory(targetFramework: targetFramework, runtimeIdentifier: rid).FullName, "System.Private.CoreLib.dll"));
MSBuild (2)
TypeLoader.cs (2)
209
return _context.
LoadFromAssemblyPath
(path);
440
var taskItemType = _context.
LoadFromAssemblyPath
(microsoftBuildFrameworkPath).GetType(typeof(ITaskItem).FullName);
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
556
assembly = _metadataLoadContext.
LoadFromAssemblyPath
(fullPathToAssembly);
System.Reflection.MetadataLoadContext (1)
System\Reflection\PathAssemblyResolver.cs (1)
65
Assembly assemblyFromPath = context.
LoadFromAssemblyPath
(path);