11arguments
2+ | Assembly1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | 0 | 1 |
3+ | Assembly1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | 1 | array creation of type Object[] |
4+ | Assembly1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | 2 | typeof(...) |
5+ | Assembly1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | 3 | (...) ... |
6+ | Assembly1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | 4 | null |
7+ | Assembly1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | 5 | array creation of type Object[] |
28| Class1 | 0 | 3 |
39| Class1 | 1 | array creation of type Int32[] |
410| Class1 | 2 | null |
@@ -12,6 +18,7 @@ arguments
1218| Method1 | 4 | array creation of type Int32[] |
1319| Method1 | 5 | array creation of type Object[] |
1420literals
21+ | 1 | Int32 | 1 |
1522| 3 | Int32 | 3 |
1623| 42 | Int32 | 42 |
1724| null | null | null |
2027| (...) ... | 43 | access to type Enum1 | 43 |
2128typeof
2229| typeof(...) | access to type Class1 |
30+ | typeof(...) | access to type CustomAttribute |
2331array
2432| array creation of type Int32[] | 3 | 0 | 1 |
2533| array creation of type Int32[] | 3 | 1 | 2 |
2634| array creation of type Int32[] | 3 | 2 | 3 |
2735| array creation of type Object[] | 2 | 0 | 1 |
2836| array creation of type Object[] | 2 | 1 | typeof(...) |
37+ | array creation of type Object[] | 3 | 0 | 1 |
38+ | array creation of type Object[] | 3 | 1 | 2 |
39+ | array creation of type Object[] | 3 | 2 | null |
0 commit comments