86ef9ede98
* #4 * Only replace if required * fix * private readonly IMapper _mapper; * CRLF
7 lines
204 B
C#
7 lines
204 B
C#
namespace ProxyInterfaceConsumer
|
|
{
|
|
// [ProxyInterfaceGenerator.Proxy(typeof(Microsoft.CodeAnalysis.GeneratorExecutionContext))]
|
|
public partial interface IGeneratorExecutionContext
|
|
{
|
|
}
|
|
} |