public CecilLayerTests()
 {
     mscorlib = CecilReader.LoadAssembly(typeof(object).Assembly.Location, new ProjectContentRegistry());
 }
Ejemplo n.º 2
0
 public CecilLayerTests()
 {
     mscorlib = CecilReader.LoadAssembly(typeof(object).Assembly.Location, ParserService.DefaultProjectContentRegistry);
 }