public CecilLayerTests()
 {
     mscorlib = CecilReader.LoadAssembly(typeof(object).Assembly.Location, new ProjectContentRegistry());
 }
예제 #2
0
 public CecilLayerTests()
 {
     mscorlib = CecilReader.LoadAssembly(typeof(object).Assembly.Location, ParserService.DefaultProjectContentRegistry);
 }