#### Describe the issue Just as the title says, nothing gets generated when file scoped namespace is used. `namespace MyNamespace { }` works fine. #### Minimal Repro ```cs namespace MyNamespace; [AddINotifyPropertyChangedInterface] public partial class MyClass { } ```