4 references to FileNotFoundException
Microsoft.Build (1)
TypeLoader.cs (1)
182
throw new
FileNotFoundException
(null, assemblyLoadInfo.AssemblyLocation, e);
Microsoft.CodeAnalysis (1)
FileSystem\ICommonCompilerFileSystem.cs (1)
40
throw new
FileNotFoundException
(e.Message, filePath, e);
MSBuild (1)
TypeLoader.cs (1)
182
throw new
FileNotFoundException
(null, assemblyLoadInfo.AssemblyLocation, e);
MSBuildTaskHost (1)
TypeLoader.cs (1)
312
throw new
FileNotFoundException
(null, _assemblyLoadInfo.AssemblyLocation, e);