Imported Upstream version 5.20.0.200

Former-commit-id: 26e7a1bceb8741cfda74fd14619f6b84153c2192
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-02-10 08:25:51 +00:00
parent 335b1cf07f
commit eb2abbf955
46 changed files with 44 additions and 39 deletions

View File

@@ -690,7 +690,12 @@ namespace Microsoft.Win32 {
public void DirtyTimeout (object state)
{
Flush ();
try {
Flush ();
} catch {
// This was identified as a crasher under some scenarios
// Internal MS issue: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/787119
}
}
public void Flush ()