Warning: CS0162 - line 347 (1953) - Unreachable code detected

I am confused that it has Warning: CS0162 - line 347 (1953) - Unreachable code detected. But there is nothing at line 347. Any idea???

When code is unreachable its typically because something is returned above it prematurely. Can you provide a screenshot of the whole method?

Thank you