3 references to FileNotFoundException
Microsoft.Build (1)
src\msbuild\src\Shared\TypeLoader.cs (1)
260
throw new
FileNotFoundException
(null, assemblyLoadInfo.AssemblyLocation, e);
Microsoft.CodeAnalysis (1)
FileSystem\ICommonCompilerFileSystem.cs (1)
40
throw new
FileNotFoundException
(e.Message, filePath, e);
MSBuild (1)
src\msbuild\src\Shared\TypeLoader.cs (1)
260
throw new
FileNotFoundException
(null, assemblyLoadInfo.AssemblyLocation, e);