This code is unreachable as `columnEntriesNodeFound` is initialized `false` but then never assigned `true`. <https://github.com/PowerShell/PowerShell/blob/a6bd47f03155eeca52facd4ae5721bfaa41fe6ac/src/System.Management.Automation/FormatAndOutput/common/DisplayDatabase/typeDataXmlLoader_Table.cs#L377-L381> _See also comment by @iSazonov in https://github.com/PowerShell/PowerShell/pull/13217#discussion_r457822870_
This code is unreachable as
columnEntriesNodeFoundis initializedfalsebut then never assignedtrue.PowerShell/src/System.Management.Automation/FormatAndOutput/common/DisplayDatabase/typeDataXmlLoader_Table.cs
Lines 377 to 381 in a6bd47f
See also comment by @iSazonov in #13217 (comment)