2 references to LoadFromAssemblyPath
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);