Files
codeql/csharp/ql/lib/semmle/code
Edward Minnix III 52b889f008 Support when a property is specified by a string literal instead of a nameof expression
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.
2025-03-28 16:04:36 +01:00
..
2024-01-22 09:11:35 +01:00