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