This feature intends to allow developers to apply attributes directly to the backing fields of auto-implemented properties. ```C# [field: SomeAttribute] public int { get; set; } ``` - [X] Proposal added: [proposals/csharp-7.3/auto-prop-field-attrs.md](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-7.3/auto-prop-field-attrs.md) - [X] [Discussed in LDM](https://github.com/dotnet/csharplang/blob/master/meetings/2017/LDM-2017-02-21.md#declarations-in-embedded-statements) - [x] Decision in LDM - [x] Finalized (done, rejected, inactive) - [ ] Spec'ed Roslyn tracking issue: https://github.com/dotnet/roslyn/issues/22512