summaryrefslogtreecommitdiff
path: root/tests/src/baseservices/exceptions/generics/try-fault-struct03.il
blob: 9f9d662dfc10c082723e166bf49bb5395114ea93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

//  Microsoft (R) .NET Framework IL Disassembler.  Version 1.2.2211.0
//  Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.



// Metadata version: v1.1.2211
.assembly extern legacy library mscorlib {}
.assembly extern System.Console
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
  .ver 4:0:0:0
}
.assembly 'try-fault-struct03'
{

  // --- The following custom attribute is added automatically, do not uncomment -------
  //  .custom instance void [mscorlib]System.Diagnostics.DebuggableAttribute::.ctor(bool,
  //                                                                                bool) = ( 01 00 00 01 00 00 ) 

  .hash algorithm 0x00008004
  .ver 0:0:0:0
}
.module 'try-fault-struct03.exe'
// MVID: {64D27B72-3BAB-4B06-AC5B-6ECC5A9F3FB9}
.imagebase 0x00400000
.subsystem 0x00000003
.file alignment 512
.corflags 0x00000001
// Image base: 0x02DB0000

// =============== CLASS MEMBERS DECLARATION ===================

.class public sequential ansi sealed beforefieldinit ValX0
       extends [mscorlib]System.ValueType
{
  .pack 0
  .size 1
} // end of class ValX0

.class public sequential ansi sealed beforefieldinit ValY0
       extends [mscorlib]System.ValueType
{
  .pack 0
  .size 1
} // end of class ValY0

.class public sequential ansi sealed beforefieldinit ValX1<([mscorlib]System.Object) T>
       extends [mscorlib]System.ValueType
{
  .pack 0
  .size 1
} // end of class ValX1

.class public sequential ansi sealed beforefieldinit ValY1<([mscorlib]System.Object) T>
       extends [mscorlib]System.ValueType
{
  .pack 0
  .size 1
} // end of class ValY1

.class public sequential ansi sealed beforefieldinit ValX2<([mscorlib]System.Object) T,([mscorlib]System.Object) U>
       extends [mscorlib]System.ValueType
{
  .pack 0
  .size 1
} // end of class ValX2

.class public sequential ansi sealed beforefieldinit ValY2<([mscorlib]System.Object) T,([mscorlib]System.Object) U>
       extends [mscorlib]System.ValueType
{
  .pack 0
  .size 1
} // end of class ValY2

.class public sequential ansi sealed beforefieldinit ValX3<([mscorlib]System.Object) T,([mscorlib]System.Object) U,([mscorlib]System.Object) V>
       extends [mscorlib]System.ValueType
{
  .pack 0
  .size 1
} // end of class ValX3

.class public sequential ansi sealed beforefieldinit ValY3<([mscorlib]System.Object) T,([mscorlib]System.Object) U,([mscorlib]System.Object) V>
       extends [mscorlib]System.ValueType
{
  .pack 0
  .size 1
} // end of class ValY3

.class public auto ansi beforefieldinit RefX0
       extends [mscorlib]System.Object
{
  .method public hidebysig specialname rtspecialname 
          instance void  .ctor() cil managed
  {
    // Code size       7 (0x7)
    .maxstack  8
    IL_0000:  ldarg.0
    IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
    IL_0006:  ret
  } // end of method RefX0::.ctor

} // end of class RefX0

.class public auto ansi beforefieldinit RefY0
       extends [mscorlib]System.Object
{
  .method public hidebysig specialname rtspecialname 
          instance void  .ctor() cil managed
  {
    // Code size       7 (0x7)
    .maxstack  8
    IL_0000:  ldarg.0
    IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
    IL_0006:  ret
  } // end of method RefY0::.ctor

} // end of class RefY0

.class public auto ansi beforefieldinit RefX1<([mscorlib]System.Object) T>
       extends [mscorlib]System.Object
{
  .method public hidebysig specialname rtspecialname 
          instance void  .ctor() cil managed
  {
    // Code size       7 (0x7)
    .maxstack  8
    IL_0000:  ldarg.0
    IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
    IL_0006:  ret
  } // end of method RefX1::.ctor

} // end of class RefX1

.class public auto ansi beforefieldinit RefY1<([mscorlib]System.Object) T>
       extends [mscorlib]System.Object
{
  .method public hidebysig specialname rtspecialname 
          instance void  .ctor() cil managed
  {
    // Code size       7 (0x7)
    .maxstack  8
    IL_0000:  ldarg.0
    IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
    IL_0006:  ret
  } // end of method RefY1::.ctor

} // end of class RefY1

.class public auto ansi beforefieldinit RefX2<([mscorlib]System.Object) T,([mscorlib]System.Object) U>
       extends [mscorlib]System.Object
{
  .method public hidebysig specialname rtspecialname 
          instance void  .ctor() cil managed
  {
    // Code size       7 (0x7)
    .maxstack  8
    IL_0000:  ldarg.0
    IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
    IL_0006:  ret
  } // end of method RefX2::.ctor

} // end of class RefX2

.class public auto ansi beforefieldinit RefY2<([mscorlib]System.Object) T,([mscorlib]System.Object) U>
       extends [mscorlib]System.Object
{
  .method public hidebysig specialname rtspecialname 
          instance void  .ctor() cil managed
  {
    // Code size       7 (0x7)
    .maxstack  8
    IL_0000:  ldarg.0
    IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
    IL_0006:  ret
  } // end of method RefY2::.ctor

} // end of class RefY2

.class public auto ansi beforefieldinit RefX3<([mscorlib]System.Object) T,([mscorlib]System.Object) U,([mscorlib]System.Object) V>
       extends [mscorlib]System.Object
{
  .method public hidebysig specialname rtspecialname 
          instance void  .ctor() cil managed
  {
    // Code size       7 (0x7)
    .maxstack  8
    IL_0000:  ldarg.0
    IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
    IL_0006:  ret
  } // end of method RefX3::.ctor

} // end of class RefX3

.class public auto ansi beforefieldinit RefY3<([mscorlib]System.Object) T,([mscorlib]System.Object) U,([mscorlib]System.Object) V>
       extends [mscorlib]System.Object
{
  .method public hidebysig specialname rtspecialname 
          instance void  .ctor() cil managed
  {
    // Code size       7 (0x7)
    .maxstack  8
    IL_0000:  ldarg.0
    IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
    IL_0006:  ret
  } // end of method RefY3::.ctor

} // end of class RefY3

.class public auto ansi beforefieldinit GenException<([mscorlib]System.Object) T>
       extends [mscorlib]System.Exception
{
  .method public hidebysig specialname rtspecialname 
          instance void  .ctor() cil managed
  {
    // Code size       7 (0x7)
    .maxstack  8
    IL_0000:  ldarg.0
    IL_0001:  call       instance void [mscorlib]System.Exception::.ctor()
    IL_0006:  ret
  } // end of method GenException::.ctor

} // end of class GenException

.class public sequential ansi sealed beforefieldinit Gen<([mscorlib]System.Object) T>
       extends [mscorlib]System.ValueType
{
  .field public bool hit
  .method public hidebysig instance void 
          InternalExceptionTest(bool throwException) cil managed
  {
    // Code size       42 (0x2a)
    .maxstack  2
    IL_0000:  ldarg.0
    IL_0001:  ldc.i4.0
    IL_0002:  stfld      bool valuetype Gen<!0>::hit
    IL_0007:  ldarg.1
    IL_0008:  brfalse.s  IL_0010

    IL_000a:  newobj     instance void class GenException<!0>::.ctor()
    IL_000f:  throw

    IL_0010:  ldarg.1
    IL_0011:  ldc.i4.0
    IL_0012:  ceq
    IL_0014:  call       void Test::Eval(bool)
    IL_0019:  leave.s    IL_0028

    IL_001b:  ldarg.0
    IL_001c:  ldc.i4.1
    IL_001d:  stfld      bool valuetype Gen<!0>::hit
    IL_0022:  newobj     instance void class GenException<class RefX1<!0>>::.ctor()
    IL_0027:  throw

    IL_0028:  br.s       IL_0028
    IL_002a:  
    // Exception count 1
    .try IL_0007 to IL_001b fault handler IL_001b to IL_0028
  } // end of method Gen::InternalExceptionTest

  .method public hidebysig instance void 
          ExceptionTest(bool throwException) cil managed
  {
    // Code size       53 (0x35)
    .maxstack  2
    .locals init (class [mscorlib]System.Exception V_0)
    IL_0000:  ldarg.0
    IL_0001:  ldarg.1
    IL_0002:  call       instance void valuetype Gen<!0>::InternalExceptionTest(bool)
    IL_0007:  ldarg.1
    IL_0008:  ldc.i4.0
    IL_0009:  ceq
    IL_000b:  call       void Test::Eval(bool)
    IL_0010:  leave.s    IL_0034

    IL_0012:  stloc.0
    IL_0013:  ldarg.0
    IL_0014:  ldfld      bool valuetype Gen<!0>::hit
    IL_0019:  call       void Test::Eval(bool)
    IL_001e:  ldarg.1
    IL_001f:  call       void Test::Eval(bool)
    IL_0024:  ldloc.0
    IL_0025:  isinst     class GenException<class RefX1<!0>>
    IL_002a:  ldnull
    IL_002b:  cgt.un
    IL_002d:  call       void Test::Eval(bool)
    IL_0032:  leave.s    IL_0034

    IL_0034:  ret
    IL_0035:  
    // Exception count 1
    .try IL_0000 to IL_0012 catch [mscorlib]System.Exception handler IL_0012 to IL_0034
  } // end of method Gen::ExceptionTest

} // end of valuetype Gen

.class public auto ansi beforefieldinit Test
       extends [mscorlib]System.Object
{
  .field public static int32 counter
  .field public static bool result
  .method public hidebysig static void  Eval(bool exp) cil managed
  {
    // Code size       47 (0x2f)
    .maxstack  8
    IL_0000:  ldsfld     int32 Test::counter
    IL_0005:  ldc.i4.1
    IL_0006:  add
    IL_0007:  stsfld     int32 Test::counter
    IL_000c:  ldarg.0
    IL_000d:  brtrue.s   IL_002e

    IL_000f:  ldarg.0
    IL_0010:  stsfld     bool Test::result
    IL_0015:  ldstr      "Test Failed at location: "
    IL_001a:  ldsfld     int32 Test::counter
    IL_001f:  box        [mscorlib]System.Int32
    IL_0024:  call       string [mscorlib]System.String::Concat(object,
                                                                object)
    IL_0029:  call       void [System.Console]System.Console::WriteLine(string)
    IL_002e:  ret
  } // end of method Test::Eval

.method public hidebysig static int32  Main() cil managed
{
  .entrypoint
  // Code size       1032 (0x408)
  .maxstack  2
  .locals init (int32 V_0,
           valuetype Gen<int32> V_1,
           valuetype Gen<float64> V_2,
           valuetype Gen<string> V_3,
           valuetype Gen<object> V_4,
           valuetype Gen<valuetype [mscorlib]System.Guid> V_5,
           valuetype Gen<int32[]> V_6,
           valuetype Gen<float64[0...,0...]> V_7,
           valuetype Gen<string[][][]> V_8,
           valuetype Gen<object[0...,0...,0...,0...]> V_9,
           valuetype Gen<valuetype [mscorlib]System.Guid[][0...,0...,0...,0...][]> V_10,
           valuetype Gen<class RefX1<int32>[]> V_11,
           valuetype Gen<class RefX1<float64>[0...,0...]> V_12,
           valuetype Gen<class RefX1<string>[][][]> V_13,
           valuetype Gen<class RefX1<object>[0...,0...,0...,0...]> V_14,
           valuetype Gen<class RefX1<valuetype [mscorlib]System.Guid>[][0...,0...,0...,0...][]> V_15,
           valuetype Gen<class RefX2<int32,int32>[]> V_16,
           valuetype Gen<class RefX2<float64,float64>[0...,0...]> V_17,
           valuetype Gen<class RefX2<string,string>[][][]> V_18,
           valuetype Gen<class RefX2<object,object>[0...,0...,0...,0...]> V_19,
           valuetype Gen<class RefX2<valuetype [mscorlib]System.Guid,valuetype [mscorlib]System.Guid>[][0...,0...,0...,0...][]> V_20,
           valuetype Gen<valuetype ValX1<int32>[]> V_21,
           valuetype Gen<valuetype ValX1<float64>[0...,0...]> V_22,
           valuetype Gen<valuetype ValX1<string>[][][]> V_23,
           valuetype Gen<valuetype ValX1<object>[0...,0...,0...,0...]> V_24,
           valuetype Gen<valuetype ValX1<valuetype [mscorlib]System.Guid>[][0...,0...,0...,0...][]> V_25,
           valuetype Gen<valuetype ValX2<int32,int32>[]> V_26,
           valuetype Gen<valuetype ValX2<float64,float64>[0...,0...]> V_27,
           valuetype Gen<valuetype ValX2<string,string>[][][]> V_28,
           valuetype Gen<valuetype ValX2<object,object>[0...,0...,0...,0...]> V_29,
           valuetype Gen<valuetype ValX2<valuetype [mscorlib]System.Guid,valuetype [mscorlib]System.Guid>[][0...,0...,0...,0...][]> V_30,
           valuetype Gen<class RefX1<int32>> V_31,
           valuetype Gen<class RefX1<valuetype ValX1<int32>>> V_32,
           valuetype Gen<class RefX2<int32,string>> V_33,
           valuetype Gen<class RefX3<int32,string,valuetype [mscorlib]System.Guid>> V_34,
           valuetype Gen<class RefX1<class RefX1<int32>>> V_35,
           valuetype Gen<class RefX1<class RefX1<class RefX1<string>>>> V_36,
           valuetype Gen<class RefX1<class RefX1<class RefX1<class RefX1<valuetype [mscorlib]System.Guid>>>>> V_37,
           valuetype Gen<class RefX1<class RefX2<int32,string>>> V_38,
           valuetype Gen<class RefX2<class RefX2<class RefX1<int32>,class RefX3<int32,string,class RefX1<class RefX2<int32,string>>>>,class RefX2<class RefX1<int32>,class RefX3<int32,string,class RefX1<class RefX2<int32,string>>>>>> V_39,
           valuetype Gen<class RefX3<class RefX1<int32[0...,0...,0...,0...][]>,class RefX2<object[][][0...,0...,0...,0...],valuetype [mscorlib]System.Guid[][][]>,class RefX3<float64[0...,0...,0...,0...,0...,0...,0...,0...,0...,0...,0...],valuetype [mscorlib]System.Guid[][][][0...,0...,0...,0...,0...][0...,0...,0...,0...,0...][][][],string[][][][][][][][][][][]>>> V_40,
           valuetype Gen<valuetype ValX1<int32>> V_41,
           valuetype Gen<valuetype ValX1<class RefX1<int32>>> V_42,
           valuetype Gen<valuetype ValX2<int32,string>> V_43,
           valuetype Gen<valuetype ValX3<int32,string,valuetype [mscorlib]System.Guid>> V_44,
           valuetype Gen<valuetype ValX1<valuetype ValX1<int32>>> V_45,
           valuetype Gen<valuetype ValX1<valuetype ValX1<valuetype ValX1<string>>>> V_46,
           valuetype Gen<valuetype ValX1<valuetype ValX1<valuetype ValX1<valuetype ValX1<valuetype [mscorlib]System.Guid>>>>> V_47,
           valuetype Gen<valuetype ValX1<valuetype ValX2<int32,string>>> V_48,
           valuetype Gen<valuetype ValX2<valuetype ValX2<valuetype ValX1<int32>,valuetype ValX3<int32,string,valuetype ValX1<valuetype ValX2<int32,string>>>>,valuetype ValX2<valuetype ValX1<int32>,valuetype ValX3<int32,string,valuetype ValX1<valuetype ValX2<int32,string>>>>>> V_49,
           valuetype Gen<valuetype ValX3<valuetype ValX1<int32[0...,0...,0...,0...][]>,valuetype ValX2<object[][][0...,0...,0...,0...],valuetype [mscorlib]System.Guid[][][]>,valuetype ValX3<float64[0...,0...,0...,0...,0...,0...,0...,0...,0...,0...,0...],valuetype [mscorlib]System.Guid[][][][0...,0...,0...,0...,0...][0...,0...,0...,0...,0...][][][],string[][][][][][][][][][][]>>> V_50)
  IL_0000:  ldloca.s   V_1
  IL_0002:  initobj    valuetype Gen<int32>
  IL_0008:  ldloc.1
  IL_0009:  stloc.1
  IL_000a:  ldloca.s   V_1
  IL_000c:  ldc.i4.1
  IL_000d:  call       instance void valuetype Gen<int32>::ExceptionTest(bool)
  IL_0012:  ldloca.s   V_2
  IL_0014:  initobj    valuetype Gen<float64>
  IL_001a:  ldloc.2
  IL_001b:  stloc.2
  IL_001c:  ldloca.s   V_2
  IL_001e:  ldc.i4.1
  IL_001f:  call       instance void valuetype Gen<float64>::ExceptionTest(bool)
  IL_0024:  ldloca.s   V_3
  IL_0026:  initobj    valuetype Gen<string>
  IL_002c:  ldloc.3
  IL_002d:  stloc.3
  IL_002e:  ldloca.s   V_3
  IL_0030:  ldc.i4.1
  IL_0031:  call       instance void valuetype Gen<string>::ExceptionTest(bool)
  IL_0036:  ldloca.s   V_4
  IL_0038:  initobj    valuetype Gen<object>
  IL_003e:  ldloc.s    V_4
  IL_0040:  stloc.s    V_4
  IL_0042:  ldloca.s   V_4
  IL_0044:  ldc.i4.1
  IL_0045:  call       instance void valuetype Gen<object>::ExceptionTest(bool)
  IL_004a:  ldloca.s   V_5
  IL_004c:  initobj    valuetype Gen<valuetype [mscorlib]System.Guid>
  IL_0052:  ldloc.s    V_5
  IL_0054:  stloc.s    V_5
  IL_0056:  ldloca.s   V_5
  IL_0058:  ldc.i4.1
  IL_0059:  call       instance void valuetype Gen<valuetype [mscorlib]System.Guid>::ExceptionTest(bool)
  IL_005e:  ldloca.s   V_6
  IL_0060:  initobj    valuetype Gen<int32[]>
  IL_0066:  ldloc.s    V_6
  IL_0068:  stloc.s    V_6
  IL_006a:  ldloca.s   V_6
  IL_006c:  ldc.i4.1
  IL_006d:  call       instance void valuetype Gen<int32[]>::ExceptionTest(bool)
  IL_0072:  ldloca.s   V_7
  IL_0074:  initobj    valuetype Gen<float64[0...,0...]>
  IL_007a:  ldloc.s    V_7
  IL_007c:  stloc.s    V_7
  IL_007e:  ldloca.s   V_7
  IL_0080:  ldc.i4.1
  IL_0081:  call       instance void valuetype Gen<float64[0...,0...]>::ExceptionTest(bool)
  IL_0086:  ldloca.s   V_8
  IL_0088:  initobj    valuetype Gen<string[][][]>
  IL_008e:  ldloc.s    V_8
  IL_0090:  stloc.s    V_8
  IL_0092:  ldloca.s   V_8
  IL_0094:  ldc.i4.1
  IL_0095:  call       instance void valuetype Gen<string[][][]>::ExceptionTest(bool)
  IL_009a:  ldloca.s   V_9
  IL_009c:  initobj    valuetype Gen<object[0...,0...,0...,0...]>
  IL_00a2:  ldloc.s    V_9
  IL_00a4:  stloc.s    V_9
  IL_00a6:  ldloca.s   V_9
  IL_00a8:  ldc.i4.1
  IL_00a9:  call       instance void valuetype Gen<object[0...,0...,0...,0...]>::ExceptionTest(bool)
  IL_00ae:  ldloca.s   V_10
  IL_00b0:  initobj    valuetype Gen<valuetype [mscorlib]System.Guid[][0...,0...,0...,0...][]>
  IL_00b6:  ldloc.s    V_10
  IL_00b8:  stloc.s    V_10
  IL_00ba:  ldloca.s   V_10
  IL_00bc:  ldc.i4.1
  IL_00bd:  call       instance void valuetype Gen<valuetype [mscorlib]System.Guid[][0...,0...,0...,0...][]>::ExceptionTest(bool)
  IL_00c2:  ldloca.s   V_11
  IL_00c4:  initobj    valuetype Gen<class RefX1<int32>[]>
  IL_00ca:  ldloc.s    V_11
  IL_00cc:  stloc.s    V_11
  IL_00ce:  ldloca.s   V_11
  IL_00d0:  ldc.i4.1
  IL_00d1:  call       instance void valuetype Gen<class RefX1<int32>[]>::ExceptionTest(bool)
  IL_00d6:  ldloca.s   V_12
  IL_00d8:  initobj    valuetype Gen<class RefX1<float64>[0...,0...]>
  IL_00de:  ldloc.s    V_12
  IL_00e0:  stloc.s    V_12
  IL_00e2:  ldloca.s   V_12
  IL_00e4:  ldc.i4.1
  IL_00e5:  call       instance void valuetype Gen<class RefX1<float64>[0...,0...]>::ExceptionTest(bool)
  IL_00ea:  ldloca.s   V_13
  IL_00ec:  initobj    valuetype Gen<class RefX1<string>[][][]>
  IL_00f2:  ldloc.s    V_13
  IL_00f4:  stloc.s    V_13
  IL_00f6:  ldloca.s   V_13
  IL_00f8:  ldc.i4.1
  IL_00f9:  call       instance void valuetype Gen<class RefX1<string>[][][]>::ExceptionTest(bool)
  IL_00fe:  ldloca.s   V_14
  IL_0100:  initobj    valuetype Gen<class RefX1<object>[0...,0...,0...,0...]>
  IL_0106:  ldloc.s    V_14
  IL_0108:  stloc.s    V_14
  IL_010a:  ldloca.s   V_14
  IL_010c:  ldc.i4.1
  IL_010d:  call       instance void valuetype Gen<class RefX1<object>[0...,0...,0...,0...]>::ExceptionTest(bool)
  IL_0112:  ldloca.s   V_15
  IL_0114:  initobj    valuetype Gen<class RefX1<valuetype [mscorlib]System.Guid>[][0...,0...,0...,0...][]>
  IL_011a:  ldloc.s    V_15
  IL_011c:  stloc.s    V_15
  IL_011e:  ldloca.s   V_15
  IL_0120:  ldc.i4.1
  IL_0121:  call       instance void valuetype Gen<class RefX1<valuetype [mscorlib]System.Guid>[][0...,0...,0...,0...][]>::ExceptionTest(bool)
  IL_0126:  ldloca.s   V_16
  IL_0128:  initobj    valuetype Gen<class RefX2<int32,int32>[]>
  IL_012e:  ldloc.s    V_16
  IL_0130:  stloc.s    V_16
  IL_0132:  ldloca.s   V_16
  IL_0134:  ldc.i4.1
  IL_0135:  call       instance void valuetype Gen<class RefX2<int32,int32>[]>::ExceptionTest(bool)
  IL_013a:  ldloca.s   V_17
  IL_013c:  initobj    valuetype Gen<class RefX2<float64,float64>[0...,0...]>
  IL_0142:  ldloc.s    V_17
  IL_0144:  stloc.s    V_17
  IL_0146:  ldloca.s   V_17
  IL_0148:  ldc.i4.1
  IL_0149:  call       instance void valuetype Gen<class RefX2<float64,float64>[0...,0...]>::ExceptionTest(bool)
  IL_014e:  ldloca.s   V_18
  IL_0150:  initobj    valuetype Gen<class RefX2<string,string>[][][]>
  IL_0156:  ldloc.s    V_18
  IL_0158:  stloc.s    V_18
  IL_015a:  ldloca.s   V_18
  IL_015c:  ldc.i4.1
  IL_015d:  call       instance void valuetype Gen<class RefX2<string,string>[][][]>::ExceptionTest(bool)
  IL_0162:  ldloca.s   V_19
  IL_0164:  initobj    valuetype Gen<class RefX2<object,object>[0...,0...,0...,0...]>
  IL_016a:  ldloc.s    V_19
  IL_016c:  stloc.s    V_19
  IL_016e:  ldloca.s   V_19
  IL_0170:  ldc.i4.1
  IL_0171:  call       instance void valuetype Gen<class RefX2<object,object>[0...,0...,0...,0...]>::ExceptionTest(bool)
  IL_0176:  ldloca.s   V_20
  IL_0178:  initobj    valuetype Gen<class RefX2<valuetype [mscorlib]System.Guid,valuetype [mscorlib]System.Guid>[][0...,0...,0...,0...][]>
  IL_017e:  ldloc.s    V_20
  IL_0180:  stloc.s    V_20
  IL_0182:  ldloca.s   V_20
  IL_0184:  ldc.i4.1
  IL_0185:  call       instance void valuetype Gen<class RefX2<valuetype [mscorlib]System.Guid,valuetype [mscorlib]System.Guid>[][0...,0...,0...,0...][]>::ExceptionTest(bool)
  IL_018a:  ldloca.s   V_21
  IL_018c:  initobj    valuetype Gen<valuetype ValX1<int32>[]>
  IL_0192:  ldloc.s    V_21
  IL_0194:  stloc.s    V_21
  IL_0196:  ldloca.s   V_21
  IL_0198:  ldc.i4.1
  IL_0199:  call       instance void valuetype Gen<valuetype ValX1<int32>[]>::ExceptionTest(bool)
  IL_019e:  ldloca.s   V_22
  IL_01a0:  initobj    valuetype Gen<valuetype ValX1<float64>[0...,0...]>
  IL_01a6:  ldloc.s    V_22
  IL_01a8:  stloc.s    V_22
  IL_01aa:  ldloca.s   V_22
  IL_01ac:  ldc.i4.1
  IL_01ad:  call       instance void valuetype Gen<valuetype ValX1<float64>[0...,0...]>::ExceptionTest(bool)
  IL_01b2:  ldloca.s   V_23
  IL_01b4:  initobj    valuetype Gen<valuetype ValX1<string>[][][]>
  IL_01ba:  ldloc.s    V_23
  IL_01bc:  stloc.s    V_23
  IL_01be:  ldloca.s   V_23
  IL_01c0:  ldc.i4.1
  IL_01c1:  call       instance void valuetype Gen<valuetype ValX1<string>[][][]>::ExceptionTest(bool)
  IL_01c6:  ldloca.s   V_24
  IL_01c8:  initobj    valuetype Gen<valuetype ValX1<object>[0...,0...,0...,0...]>
  IL_01ce:  ldloc.s    V_24
  IL_01d0:  stloc.s    V_24
  IL_01d2:  ldloca.s   V_24
  IL_01d4:  ldc.i4.1
  IL_01d5:  call       instance void valuetype Gen<valuetype ValX1<object>[0...,0...,0...,0...]>::ExceptionTest(bool)
  IL_01da:  ldloca.s   V_25
  IL_01dc:  initobj    valuetype Gen<valuetype ValX1<valuetype [mscorlib]System.Guid>[][0...,0...,0...,0...][]>
  IL_01e2:  ldloc.s    V_25
  IL_01e4:  stloc.s    V_25
  IL_01e6:  ldloca.s   V_25
  IL_01e8:  ldc.i4.1
  IL_01e9:  call       instance void valuetype Gen<valuetype ValX1<valuetype [mscorlib]System.Guid>[][0...,0...,0...,0...][]>::ExceptionTest(bool)
  IL_01ee:  ldloca.s   V_26
  IL_01f0:  initobj    valuetype Gen<valuetype ValX2<int32,int32>[]>
  IL_01f6:  ldloc.s    V_26
  IL_01f8:  stloc.s    V_26
  IL_01fa:  ldloca.s   V_26
  IL_01fc:  ldc.i4.1
  IL_01fd:  call       instance void valuetype Gen<valuetype ValX2<int32,int32>[]>::ExceptionTest(bool)
  IL_0202:  ldloca.s   V_27
  IL_0204:  initobj    valuetype Gen<valuetype ValX2<float64,float64>[0...,0...]>
  IL_020a:  ldloc.s    V_27
  IL_020c:  stloc.s    V_27
  IL_020e:  ldloca.s   V_27
  IL_0210:  ldc.i4.1
  IL_0211:  call       instance void valuetype Gen<valuetype ValX2<float64,float64>[0...,0...]>::ExceptionTest(bool)
  IL_0216:  ldloca.s   V_28
  IL_0218:  initobj    valuetype Gen<valuetype ValX2<string,string>[][][]>
  IL_021e:  ldloc.s    V_28
  IL_0220:  stloc.s    V_28
  IL_0222:  ldloca.s   V_28
  IL_0224:  ldc.i4.1
  IL_0225:  call       instance void valuetype Gen<valuetype ValX2<string,string>[][][]>::ExceptionTest(bool)
  IL_022a:  ldloca.s   V_29
  IL_022c:  initobj    valuetype Gen<valuetype ValX2<object,object>[0...,0...,0...,0...]>
  IL_0232:  ldloc.s    V_29
  IL_0234:  stloc.s    V_29
  IL_0236:  ldloca.s   V_29
  IL_0238:  ldc.i4.1
  IL_0239:  call       instance void valuetype Gen<valuetype ValX2<object,object>[0...,0...,0...,0...]>::ExceptionTest(bool)
  IL_023e:  ldloca.s   V_30
  IL_0240:  initobj    valuetype Gen<valuetype ValX2<valuetype [mscorlib]System.Guid,valuetype [mscorlib]System.Guid>[][0...,0...,0...,0...][]>
  IL_0246:  ldloc.s    V_30
  IL_0248:  stloc.s    V_30
  IL_024a:  ldloca.s   V_30
  IL_024c:  ldc.i4.1
  IL_024d:  call       instance void valuetype Gen<valuetype ValX2<valuetype [mscorlib]System.Guid,valuetype [mscorlib]System.Guid>[][0...,0...,0...,0...][]>::ExceptionTest(bool)
  IL_0252:  ldloca.s   V_31
  IL_0254:  initobj    valuetype Gen<class RefX1<int32>>
  IL_025a:  ldloc.s    V_31
  IL_025c:  stloc.s    V_31
  IL_025e:  ldloca.s   V_31
  IL_0260:  ldc.i4.1
  IL_0261:  call       instance void valuetype Gen<class RefX1<int32>>::ExceptionTest(bool)
  IL_0266:  ldloca.s   V_32
  IL_0268:  initobj    valuetype Gen<class RefX1<valuetype ValX1<int32>>>
  IL_026e:  ldloc.s    V_32
  IL_0270:  stloc.s    V_32
  IL_0272:  ldloca.s   V_32
  IL_0274:  ldc.i4.1
  IL_0275:  call       instance void valuetype Gen<class RefX1<valuetype ValX1<int32>>>::ExceptionTest(bool)
  IL_027a:  ldloca.s   V_33
  IL_027c:  initobj    valuetype Gen<class RefX2<int32,string>>
  IL_0282:  ldloc.s    V_33
  IL_0284:  stloc.s    V_33
  IL_0286:  ldloca.s   V_33
  IL_0288:  ldc.i4.1
  IL_0289:  call       instance void valuetype Gen<class RefX2<int32,string>>::ExceptionTest(bool)
  IL_028e:  ldloca.s   V_34
  IL_0290:  initobj    valuetype Gen<class RefX3<int32,string,valuetype [mscorlib]System.Guid>>
  IL_0296:  ldloc.s    V_34
  IL_0298:  stloc.s    V_34
  IL_029a:  ldloca.s   V_34
  IL_029c:  ldc.i4.1
  IL_029d:  call       instance void valuetype Gen<class RefX3<int32,string,valuetype [mscorlib]System.Guid>>::ExceptionTest(bool)
  IL_02a2:  ldloca.s   V_35
  IL_02a4:  initobj    valuetype Gen<class RefX1<class RefX1<int32>>>
  IL_02aa:  ldloc.s    V_35
  IL_02ac:  stloc.s    V_35
  IL_02ae:  ldloca.s   V_35
  IL_02b0:  ldc.i4.1
  IL_02b1:  call       instance void valuetype Gen<class RefX1<class RefX1<int32>>>::ExceptionTest(bool)
  IL_02b6:  ldloca.s   V_36
  IL_02b8:  initobj    valuetype Gen<class RefX1<class RefX1<class RefX1<string>>>>
  IL_02be:  ldloc.s    V_36
  IL_02c0:  stloc.s    V_36
  IL_02c2:  ldloca.s   V_36
  IL_02c4:  ldc.i4.1
  IL_02c5:  call       instance void valuetype Gen<class RefX1<class RefX1<class RefX1<string>>>>::ExceptionTest(bool)
  IL_02ca:  ldloca.s   V_37
  IL_02cc:  initobj    valuetype Gen<class RefX1<class RefX1<class RefX1<class RefX1<valuetype [mscorlib]System.Guid>>>>>
  IL_02d2:  ldloc.s    V_37
  IL_02d4:  stloc.s    V_37
  IL_02d6:  ldloca.s   V_37
  IL_02d8:  ldc.i4.1
  IL_02d9:  call       instance void valuetype Gen<class RefX1<class RefX1<class RefX1<class RefX1<valuetype [mscorlib]System.Guid>>>>>::ExceptionTest(bool)
  IL_02de:  ldloca.s   V_38
  IL_02e0:  initobj    valuetype Gen<class RefX1<class RefX2<int32,string>>>
  IL_02e6:  ldloc.s    V_38
  IL_02e8:  stloc.s    V_38
  IL_02ea:  ldloca.s   V_38
  IL_02ec:  ldc.i4.1
  IL_02ed:  call       instance void valuetype Gen<class RefX1<class RefX2<int32,string>>>::ExceptionTest(bool)
  IL_02f2:  ldloca.s   V_39
  IL_02f4:  initobj    valuetype Gen<class RefX2<class RefX2<class RefX1<int32>,class RefX3<int32,string,class RefX1<class RefX2<int32,string>>>>,class RefX2<class RefX1<int32>,class RefX3<int32,string,class RefX1<class RefX2<int32,string>>>>>>
  IL_02fa:  ldloc.s    V_39
  IL_02fc:  stloc.s    V_39
  IL_02fe:  ldloca.s   V_39
  IL_0300:  ldc.i4.1
  IL_0301:  call       instance void valuetype Gen<class RefX2<class RefX2<class RefX1<int32>,class RefX3<int32,string,class RefX1<class RefX2<int32,string>>>>,class RefX2<class RefX1<int32>,class RefX3<int32,string,class RefX1<class RefX2<int32,string>>>>>>::ExceptionTest(bool)
  IL_0306:  ldloca.s   V_40
  IL_0308:  initobj    valuetype Gen<class RefX3<class RefX1<int32[0...,0...,0...,0...][]>,class RefX2<object[][][0...,0...,0...,0...],valuetype [mscorlib]System.Guid[][][]>,class RefX3<float64[0...,0...,0...,0...,0...,0...,0...,0...,0...,0...,0...],valuetype [mscorlib]System.Guid[][][][0...,0...,0...,0...,0...][0...,0...,0...,0...,0...][][][],string[][][][][][][][][][][]>>>
  IL_030e:  ldloc.s    V_40
  IL_0310:  stloc.s    V_40
  IL_0312:  ldloca.s   V_40
  IL_0314:  ldc.i4.1
  IL_0315:  call       instance void valuetype Gen<class RefX3<class RefX1<int32[0...,0...,0...,0...][]>,class RefX2<object[][][0...,0...,0...,0...],valuetype [mscorlib]System.Guid[][][]>,class RefX3<float64[0...,0...,0...,0...,0...,0...,0...,0...,0...,0...,0...],valuetype [mscorlib]System.Guid[][][][0...,0...,0...,0...,0...][0...,0...,0...,0...,0...][][][],string[][][][][][][][][][][]>>>::ExceptionTest(bool)
  IL_031a:  ldloca.s   V_41
  IL_031c:  initobj    valuetype Gen<valuetype ValX1<int32>>
  IL_0322:  ldloc.s    V_41
  IL_0324:  stloc.s    V_41
  IL_0326:  ldloca.s   V_41
  IL_0328:  ldc.i4.1
  IL_0329:  call       instance void valuetype Gen<valuetype ValX1<int32>>::ExceptionTest(bool)
  IL_032e:  ldloca.s   V_42
  IL_0330:  initobj    valuetype Gen<valuetype ValX1<class RefX1<int32>>>
  IL_0336:  ldloc.s    V_42
  IL_0338:  stloc.s    V_42
  IL_033a:  ldloca.s   V_42
  IL_033c:  ldc.i4.1
  IL_033d:  call       instance void valuetype Gen<valuetype ValX1<class RefX1<int32>>>::ExceptionTest(bool)
  IL_0342:  ldloca.s   V_43
  IL_0344:  initobj    valuetype Gen<valuetype ValX2<int32,string>>
  IL_034a:  ldloc.s    V_43
  IL_034c:  stloc.s    V_43
  IL_034e:  ldloca.s   V_43
  IL_0350:  ldc.i4.1
  IL_0351:  call       instance void valuetype Gen<valuetype ValX2<int32,string>>::ExceptionTest(bool)
  IL_0356:  ldloca.s   V_44
  IL_0358:  initobj    valuetype Gen<valuetype ValX3<int32,string,valuetype [mscorlib]System.Guid>>
  IL_035e:  ldloc.s    V_44
  IL_0360:  stloc.s    V_44
  IL_0362:  ldloca.s   V_44
  IL_0364:  ldc.i4.1
  IL_0365:  call       instance void valuetype Gen<valuetype ValX3<int32,string,valuetype [mscorlib]System.Guid>>::ExceptionTest(bool)
  IL_036a:  ldloca.s   V_45
  IL_036c:  initobj    valuetype Gen<valuetype ValX1<valuetype ValX1<int32>>>
  IL_0372:  ldloc.s    V_45
  IL_0374:  stloc.s    V_45
  IL_0376:  ldloca.s   V_45
  IL_0378:  ldc.i4.1
  IL_0379:  call       instance void valuetype Gen<valuetype ValX1<valuetype ValX1<int32>>>::ExceptionTest(bool)
  IL_037e:  ldloca.s   V_46
  IL_0380:  initobj    valuetype Gen<valuetype ValX1<valuetype ValX1<valuetype ValX1<string>>>>
  IL_0386:  ldloc.s    V_46
  IL_0388:  stloc.s    V_46
  IL_038a:  ldloca.s   V_46
  IL_038c:  ldc.i4.1
  IL_038d:  call       instance void valuetype Gen<valuetype ValX1<valuetype ValX1<valuetype ValX1<string>>>>::ExceptionTest(bool)
  IL_0392:  ldloca.s   V_47
  IL_0394:  initobj    valuetype Gen<valuetype ValX1<valuetype ValX1<valuetype ValX1<valuetype ValX1<valuetype [mscorlib]System.Guid>>>>>
  IL_039a:  ldloc.s    V_47
  IL_039c:  stloc.s    V_47
  IL_039e:  ldloca.s   V_47
  IL_03a0:  ldc.i4.1
  IL_03a1:  call       instance void valuetype Gen<valuetype ValX1<valuetype ValX1<valuetype ValX1<valuetype ValX1<valuetype [mscorlib]System.Guid>>>>>::ExceptionTest(bool)
  IL_03a6:  ldloca.s   V_48
  IL_03a8:  initobj    valuetype Gen<valuetype ValX1<valuetype ValX2<int32,string>>>
  IL_03ae:  ldloc.s    V_48
  IL_03b0:  stloc.s    V_48
  IL_03b2:  ldloca.s   V_48
  IL_03b4:  ldc.i4.1
  IL_03b5:  call       instance void valuetype Gen<valuetype ValX1<valuetype ValX2<int32,string>>>::ExceptionTest(bool)
  IL_03ba:  ldloca.s   V_49
  IL_03bc:  initobj    valuetype Gen<valuetype ValX2<valuetype ValX2<valuetype ValX1<int32>,valuetype ValX3<int32,string,valuetype ValX1<valuetype ValX2<int32,string>>>>,valuetype ValX2<valuetype ValX1<int32>,valuetype ValX3<int32,string,valuetype ValX1<valuetype ValX2<int32,string>>>>>>
  IL_03c2:  ldloc.s    V_49
  IL_03c4:  stloc.s    V_49
  IL_03c6:  ldloca.s   V_49
  IL_03c8:  ldc.i4.1
  IL_03c9:  call       instance void valuetype Gen<valuetype ValX2<valuetype ValX2<valuetype ValX1<int32>,valuetype ValX3<int32,string,valuetype ValX1<valuetype ValX2<int32,string>>>>,valuetype ValX2<valuetype ValX1<int32>,valuetype ValX3<int32,string,valuetype ValX1<valuetype ValX2<int32,string>>>>>>::ExceptionTest(bool)
  IL_03ce:  ldloca.s   V_50
  IL_03d0:  initobj    valuetype Gen<valuetype ValX3<valuetype ValX1<int32[0...,0...,0...,0...][]>,valuetype ValX2<object[][][0...,0...,0...,0...],valuetype [mscorlib]System.Guid[][][]>,valuetype ValX3<float64[0...,0...,0...,0...,0...,0...,0...,0...,0...,0...,0...],valuetype [mscorlib]System.Guid[][][][0...,0...,0...,0...,0...][0...,0...,0...,0...,0...][][][],string[][][][][][][][][][][]>>>
  IL_03d6:  ldloc.s    V_50
  IL_03d8:  stloc.s    V_50
  IL_03da:  ldloca.s   V_50
  IL_03dc:  ldc.i4.1
  IL_03dd:  call       instance void valuetype Gen<valuetype ValX3<valuetype ValX1<int32[0...,0...,0...,0...][]>,valuetype ValX2<object[][][0...,0...,0...,0...],valuetype [mscorlib]System.Guid[][][]>,valuetype ValX3<float64[0...,0...,0...,0...,0...,0...,0...,0...,0...,0...,0...],valuetype [mscorlib]System.Guid[][][][0...,0...,0...,0...,0...][0...,0...,0...,0...,0...][][][],string[][][][][][][][][][][]>>>::ExceptionTest(bool)
  IL_03e2:  ldsfld     bool Test::result
  IL_03e7:  brfalse.s  IL_03f8
  IL_03e9:  ldstr      "Test Passed"
  IL_03ee:  call       void [System.Console]System.Console::WriteLine(string)
  IL_03f3:  ldc.i4.s   100
  IL_03f5:  stloc.0
  IL_03f6:  br.s       IL_0406
  IL_03f8:  ldstr      "Test Failed"
  IL_03fd:  call       void [System.Console]System.Console::WriteLine(string)
  IL_0402:  ldc.i4.1
  IL_0403:  stloc.0
  IL_0404:  br.s       IL_0406
  IL_0406:  ldloc.0
  IL_0407:  ret
} // end of method Test::Main



  .method private hidebysig specialname rtspecialname static 
          void  .cctor() cil managed
  {
    // Code size       13 (0xd)
    .maxstack  8
    IL_0000:  ldc.i4.0
    IL_0001:  stsfld     int32 Test::counter
    IL_0006:  ldc.i4.1
    IL_0007:  stsfld     bool Test::result
    IL_000c:  ret
  } // end of method Test::.cctor

  .method public hidebysig specialname rtspecialname 
          instance void  .ctor() cil managed
  {
    // Code size       7 (0x7)
    .maxstack  8
    IL_0000:  ldarg.0
    IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
    IL_0006:  ret
  } // end of method Test::.ctor

} // end of class Test


// =============================================================


//*********** DISASSEMBLY COMPLETE ***********************
// WARNING: Created Win32 resource file try-fault03.res