This commit is contained in:
Stef Heyenrath
2021-07-25 16:06:32 +02:00
parent 2531e8e688
commit b627e169a6
9 changed files with 192 additions and 160 deletions
+3 -1
View File
@@ -12,5 +12,7 @@ namespace ProxyInterfaceSourceGenerator
public List<ContextData> GeneratedData { get; } = new List<ContextData>();
public IDictionary<InterfaceDeclarationSyntax, ProxyData> CandidateInterfaces { get; init; }
}
public Dictionary<string, string> ReplacedTypes { get; } = new Dictionary<string, string>();
}
}