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