Advertisement
Pix___

Untitled

Feb 27th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.54 KB | None | 0 0
  1. if (FactoryTests.<>o__570.<>p__0 == null)
  2.     {
  3.         FactoryTests.<>o__570.<>p__0 = CallSite<Func<CallSite, object, Action, object>>.Create(Binder.SetMember(CSharpBinderFlags.None, "Method", typeof(FactoryTests), new CSharpArgumentInfo[]
  4.         {
  5.             CSharpArgumentInfo.Create(CSharpArgumentInfoFlags.None, null),
  6.             CSharpArgumentInfo.Create(CSharpArgumentInfoFlags.UseCompileTimeType, null)
  7.         }));
  8.     }
  9.     Func<CallSite, object, Action, object> arg_A1_0 = FactoryTests.<>o__570.<>p__0.Target;
  10.     CallSite arg_A1_1 = FactoryTests.<>o__570.<>p__0;
  11.     object arg_A1_2 = expando;
  12.     Action arg_A1_3;
  13.     if ((arg_A1_3 = FactoryTests.<>c.<>9__570_0) == null)
  14.     {
  15.         arg_A1_3 = (FactoryTests.<>c.<>9__570_0 = new Action(FactoryTests.<>c.<>9.<DynamicObjectAsFactoryInput>b__570_0));
  16.     }
  17.     arg_A1_0(arg_A1_1, arg_A1_2, arg_A1_3);
  18.     if (FactoryTests.<>o__570.<>p__1 == null)
  19.     {
  20.         FactoryTests.<>o__570.<>p__1 = CallSite<Action<CallSite, Factory, ModuleBuilder, string, object>>.Create(Binder.InvokeMember(CSharpBinderFlags.ResultDiscarded, "CreateType", null, typeof(FactoryTests), new CSharpArgumentInfo[]
  21.         {
  22.             CSharpArgumentInfo.Create(CSharpArgumentInfoFlags.UseCompileTimeType, null),
  23.             CSharpArgumentInfo.Create(CSharpArgumentInfoFlags.UseCompileTimeType, null),
  24.             CSharpArgumentInfo.Create(CSharpArgumentInfoFlags.UseCompileTimeType | CSharpArgumentInfoFlags.Constant, null),
  25.             CSharpArgumentInfo.Create(CSharpArgumentInfoFlags.None, null)
  26.         }));
  27.     }
  28.     FactoryTests.<>o__570.<>p__1.Target(FactoryTests.<>o__570.<>p__1, artifacts.Factory, artifacts.Module, "name", expando);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement