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