mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02:00
In earlier versions of the Razor generator, a string literal was used instead of a `nameof` expression in order to indicate the name of the property being modified. This means we need to look up the property by name instead of using a more explicit access.