Fix InterfaceName + update Properties, add private Fields

This commit is contained in:
Stef Heyenrath
2021-07-24 09:23:02 +02:00
parent 36fdd645b1
commit afe1710816
12 changed files with 98 additions and 56 deletions
@@ -26,7 +26,7 @@ namespace SourceGeneratorInterface
//
}
public Compilation Compilation { get; }
public Compilation Compilation { get; set; }
public INamedTypeSymbol MyNamedTypeSymbol { get;set; }
}