Imported Upstream version 5.0.0.48

Former-commit-id: 820b1abb8b0084602f3170cd587a99c905e1dae5
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2017-04-11 11:25:27 +00:00
parent 6bdd276d05
commit 5005e1465f
2770 changed files with 311123 additions and 147 deletions

View File

@@ -1022,8 +1022,9 @@ namespace Mono.Cecil {
if (!symbol_reader.ProcessDebugHeader (directory, header))
throw new InvalidOperationException ();
} finally {
} catch {
symbol_reader = null;
throw;
}
}