10 references to LoadFile
Microsoft.Build (1)
Utilities\NuGetFrameworkWrapper.cs (1)
64NuGetAssembly = Assembly.LoadFile(assemblyFilePath);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\DesktopAssemblyLoaderImpl.cs (1)
51var assembly = Assembly.LoadFile(path);
Microsoft.DotNet.Arcade.Sdk (1)
src\Common\Internal\AssemblyResolution.cs (1)
38sci = Assembly.LoadFile(fullPath);
Microsoft.DotNet.NuGetRepack.Tasks (1)
src\AssemblyResolution.cs (1)
38sci = Assembly.LoadFile(fullPath);
Microsoft.DotNet.SignCheckTask (1)
src\Common\Internal\AssemblyResolution.cs (1)
38sci = Assembly.LoadFile(fullPath);
Microsoft.DotNet.StrongName (1)
src\Common\Internal\AssemblyResolution.cs (1)
38sci = Assembly.LoadFile(fullPath);
System.CodeDom (1)
System\CodeDom\Compiler\CompilerResults.cs (1)
26_compiledAssembly = Assembly.LoadFile(PathToAssembly);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (1)
123Assembly assembly = Assembly.LoadFile(fullPath);
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
251assembly = Assembly.LoadFile(path);
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
446retassem = Assembly.LoadFile(assemblyPath);