Order of the $ and @ tokens in interpolated verbatim strings can be any: both [email protected]"..." and @$"..." are valid interpolated verbatim strings. In earlier C# versions, the $ token must appear before the @ token.
$
@
[email protected]"..."
@$"..."