8
Can assignment be used with null conditional operators?
(programming.dev)
A community about the C# programming language
Getting started
Useful resources
IDEs and code editors
Tools
Rules
Related communities
Assignment is not member access nor element access, hence not part of the chain.
Bummer, thought that might be the case, but was wishing it wasn't because it seemed quite nice to avoid the ifs there as well.