2 references to NotExpectedIoOrXmlException
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
2122catch (Exception ex) when (!ExceptionHandling.NotExpectedIoOrXmlException(ex))
Microsoft.Build.Tasks.Core (1)
GenerateResource.cs (1)
1544catch (Exception e) when (!ExceptionHandling.NotExpectedIoOrXmlException(e) || e is MSBuildResXException)