public void AfterCompile(AfterCompileContext context) { }
public void After(AfterCompileContext context) { Apply(context, x => AfterCompileContext = x, m => m.AfterCompile); }
public void AfterCompile(AfterCompileContext context) { foreach (var module in modules) module.AfterCompile(context); }