0f58ce480d
* Fix NS * .
7 lines
201 B
C#
7 lines
201 B
C#
namespace ProxyInterfaceConsumer
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(Microsoft.CodeAnalysis.GeneratorExecutionContext))]
|
|
public partial interface IGeneratorExecutionContext
|
|
{
|
|
}
|
|
} |