### VB.Net input code With _Data x = .x?.Name End With ### Erroneous output { var withBlock = _Data; x = .x?.Name; } ### Expected output { var withBlock = _Data; x = withBlock.x?.Name; } ### Details VS Extension 9.2.7.0