Ejemplo n.º 1
0
 public static IMethodBody ParseRawIL(this byte[] rawIL, IEnumerable<ExceptionHandlingClause> rawEhc, ParserContext ctx)
 {
     return new Impl.MethodBody(rawIL, rawEhc, ctx);
 }
Ejemplo n.º 2
0
 public static IMethodBody ParseRawIL(this byte[] rawIL, ParserContext ctx)
 {
     return new Impl.MethodBody(rawIL, ctx);
 }