8 references to LoadFile
dotnet-Microsoft.XmlSerializer.Generator (1)
Sgen.cs (1)
480assembly = Assembly.LoadFile(path);
Microsoft.Build (1)
Utilities\NuGetFrameworkWrapper.cs (1)
64NuGetAssembly = Assembly.LoadFile(assemblyFilePath);
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\MetadataReaderHelper.cs (1)
58assemblyToAnalyze = Assembly.LoadFile(assemblyFilePath);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Navigation\PortableSymbolReader.cs (1)
103asm = Assembly.LoadFile(binaryPath);
System.CodeDom (1)
System\CodeDom\Compiler\CompilerResults.cs (1)
26_compiledAssembly = Assembly.LoadFile(PathToAssembly);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (1)
132Assembly assembly = Assembly.LoadFile(fullPath);
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
251assembly = Assembly.LoadFile(path);
System.Xaml (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
446retassem = Assembly.LoadFile(assemblyPath);