EG:
[Required]
[Display(Name = "Id", ResourceType = typeof(Localization.Strings))]
public Int32 Id { get; set; }
This doesn't count as a code reference.
It also has trouble detecting code references inside Razor web templates:
EG:
<input type="datetime-local" placeholder="@Localization.Strings.CustomDateFormat" name="start">
Comments: Associated with changeset 34413: Fix regular expressions
[Required]
[Display(Name = "Id", ResourceType = typeof(Localization.Strings))]
public Int32 Id { get; set; }
This doesn't count as a code reference.
It also has trouble detecting code references inside Razor web templates:
EG:
<input type="datetime-local" placeholder="@Localization.Strings.CustomDateFormat" name="start">
Comments: Associated with changeset 34413: Fix regular expressions