Example #1
0
 protected BaseCodeGenerator(ModuleScope moduleScope, GeneratorContext context)
 {
     _moduleScope = moduleScope;
     _context     = context;
 }
Example #2
0
 public InterfaceProxyGenerator(ModuleScope scope, GeneratorContext context) : base(scope, context)
 {
 }
Example #3
0
 protected BaseCodeGenerator(ModuleScope moduleScope)
     : this(moduleScope, new GeneratorContext())
 {
 }
Example #4
0
 public InterfaceProxyGenerator(ModuleScope scope) : base(scope)
 {
 }