summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Directed/nullabletypes/isinst2.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Directed/nullabletypes/isinst2.cs')
-rw-r--r--tests/src/JIT/Directed/nullabletypes/isinst2.cs8640
1 files changed, 4320 insertions, 4320 deletions
diff --git a/tests/src/JIT/Directed/nullabletypes/isinst2.cs b/tests/src/JIT/Directed/nullabletypes/isinst2.cs
index 83b8b00fb5..e0db60b351 100644
--- a/tests/src/JIT/Directed/nullabletypes/isinst2.cs
+++ b/tests/src/JIT/Directed/nullabletypes/isinst2.cs
@@ -28,26 +28,26 @@ internal class Program
Eval(17646, v is NotEmptyStruct[], false);
Eval(17647, v is NotEmptyStruct?, false);
Eval(17648, v is NotEmptyStruct?[], false);
- Eval(17649, v is EmptyStructGen<int>, false);
- Eval(17650, v is EmptyStructGen<int>[], false);
- Eval(17651, v is EmptyStructGen<int>?, false);
- Eval(17652, v is EmptyStructGen<int>?[], false);
- Eval(17653, v is NotEmptyStructGen<Guid>, false);
- Eval(17654, v is NotEmptyStructGen<Guid>[], false);
- Eval(17655, v is NotEmptyStructGen<Guid>?, false);
- Eval(17656, v is NotEmptyStructGen<Guid>?[], false);
- Eval(17657, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(17658, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(17659, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(17660, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(17649, v is EmptyStructGen<int>, false);
+// Eval(17650, v is EmptyStructGen<int>[], false);
+// Eval(17651, v is EmptyStructGen<int>?, false);
+// Eval(17652, v is EmptyStructGen<int>?[], false);
+// Eval(17653, v is NotEmptyStructGen<Guid>, false);
+// Eval(17654, v is NotEmptyStructGen<Guid>[], false);
+// Eval(17655, v is NotEmptyStructGen<Guid>?, false);
+// Eval(17656, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(17657, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(17658, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(17659, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(17660, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(17661, v is NestedStruct, false);
Eval(17662, v is NestedStruct[], false);
Eval(17663, v is NestedStruct?, false);
Eval(17664, v is NestedStruct?[], false);
- Eval(17665, v is NestedStructGen<Decimal>, false);
- Eval(17666, v is NestedStructGen<Decimal>[], false);
- Eval(17667, v is NestedStructGen<Decimal>?, false);
- Eval(17668, v is NestedStructGen<Decimal>?[], false);
+// Eval(17665, v is NestedStructGen<Decimal>, false);
+// Eval(17666, v is NestedStructGen<Decimal>[], false);
+// Eval(17667, v is NestedStructGen<Decimal>?, false);
+// Eval(17668, v is NestedStructGen<Decimal>?[], false);
Eval(17669, v is ExplicitFieldOffsetStruct, false);
Eval(17670, v is ExplicitFieldOffsetStruct[], false);
Eval(17671, v is ExplicitFieldOffsetStruct?, false);
@@ -64,18 +64,18 @@ internal class Program
Eval(17690, v is ImplementTwoInterface[], false);
Eval(17691, v is ImplementTwoInterface?, false);
Eval(17692, v is ImplementTwoInterface?[], false);
- Eval(17693, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(17694, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(17695, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(17696, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(17697, v is ImplementTwoInterfaceGen<int>, false);
- Eval(17698, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(17699, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(17700, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(17701, v is ImplementAllInterface<int>, false);
- Eval(17702, v is ImplementAllInterface<int>[], false);
- Eval(17703, v is ImplementAllInterface<int>?, false);
- Eval(17704, v is ImplementAllInterface<int>?[], false);
+// Eval(17693, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(17694, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(17695, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(17696, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(17697, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(17698, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(17699, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(17700, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(17701, v is ImplementAllInterface<int>, false);
+// Eval(17702, v is ImplementAllInterface<int>[], false);
+// Eval(17703, v is ImplementAllInterface<int>?, false);
+// Eval(17704, v is ImplementAllInterface<int>?[], false);
Eval(17705, v is IntE, false);
Eval(17706, v is IntE[], false);
Eval(17707, v is IntE?, false);
@@ -174,38 +174,38 @@ internal class Program
Eval(17800, v is IEmpty[], false);
Eval(17801, v is INotEmpty, false);
Eval(17802, v is INotEmpty[], false);
- Eval(17803, v is IEmptyGen<int>, false);
- Eval(17804, v is IEmptyGen<int>[], false);
- Eval(17805, v is INotEmptyGen<int>, false);
- Eval(17806, v is INotEmptyGen<int>[], false);
+// Eval(17803, v is IEmptyGen<int>, false);
+// Eval(17804, v is IEmptyGen<int>[], false);
+// Eval(17805, v is INotEmptyGen<int>, false);
+// Eval(17806, v is INotEmptyGen<int>[], false);
Eval(17807, v is SimpleDelegate, false);
Eval(17808, v is SimpleDelegate[], false);
- Eval(17809, v is GenericDelegate<int>, false);
- Eval(17810, v is GenericDelegate<int>[], false);
+// Eval(17809, v is GenericDelegate<int>, false);
+// Eval(17810, v is GenericDelegate<int>[], false);
Eval(17811, v is EmptyClass, false);
Eval(17812, v is EmptyClass[], false);
Eval(17813, v is NotEmptyClass, false);
Eval(17814, v is NotEmptyClass[], false);
- Eval(17815, v is EmptyClassGen<int>, false);
- Eval(17816, v is EmptyClassGen<int>[], false);
- Eval(17817, v is NotEmptyClassGen<Guid>, false);
- Eval(17818, v is NotEmptyClassGen<Guid>[], false);
- Eval(17819, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(17820, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(17815, v is EmptyClassGen<int>, false);
+// Eval(17816, v is EmptyClassGen<int>[], false);
+// Eval(17817, v is NotEmptyClassGen<Guid>, false);
+// Eval(17818, v is NotEmptyClassGen<Guid>[], false);
+// Eval(17819, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(17820, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(17821, v is NestedClass, false);
Eval(17822, v is NestedClass[], false);
- Eval(17823, v is NestedClassGen<Decimal>, false);
- Eval(17824, v is NestedClassGen<Decimal>[], false);
+// Eval(17823, v is NestedClassGen<Decimal>, false);
+// Eval(17824, v is NestedClassGen<Decimal>[], false);
Eval(17825, v is ImplementOneInterfaceC, false);
Eval(17826, v is ImplementOneInterfaceC[], false);
Eval(17827, v is ImplementTwoInterfaceC, false);
Eval(17828, v is ImplementTwoInterfaceC[], false);
- Eval(17829, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(17830, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(17831, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(17832, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(17833, v is ImplementAllInterfaceC<int>, false);
- Eval(17834, v is ImplementAllInterfaceC<int>[], false);
+// Eval(17829, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(17830, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(17831, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(17832, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(17833, v is ImplementAllInterfaceC<int>, false);
+// Eval(17834, v is ImplementAllInterfaceC<int>[], false);
Eval(17835, v is SealedClass, false);
Eval(17836, v is SealedClass[], false);
}
@@ -219,26 +219,26 @@ internal class Program
Eval(17842, v is NotEmptyStruct[], false);
Eval(17843, v is NotEmptyStruct?, false);
Eval(17844, v is NotEmptyStruct?[], false);
- Eval(17845, v is EmptyStructGen<int>, false);
- Eval(17846, v is EmptyStructGen<int>[], false);
- Eval(17847, v is EmptyStructGen<int>?, false);
- Eval(17848, v is EmptyStructGen<int>?[], false);
- Eval(17849, v is NotEmptyStructGen<Guid>, false);
- Eval(17850, v is NotEmptyStructGen<Guid>[], false);
- Eval(17851, v is NotEmptyStructGen<Guid>?, false);
- Eval(17852, v is NotEmptyStructGen<Guid>?[], false);
- Eval(17853, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(17854, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(17855, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(17856, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(17845, v is EmptyStructGen<int>, false);
+// Eval(17846, v is EmptyStructGen<int>[], false);
+// Eval(17847, v is EmptyStructGen<int>?, false);
+// Eval(17848, v is EmptyStructGen<int>?[], false);
+// Eval(17849, v is NotEmptyStructGen<Guid>, false);
+// Eval(17850, v is NotEmptyStructGen<Guid>[], false);
+// Eval(17851, v is NotEmptyStructGen<Guid>?, false);
+// Eval(17852, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(17853, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(17854, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(17855, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(17856, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(17857, v is NestedStruct, false);
Eval(17858, v is NestedStruct[], false);
Eval(17859, v is NestedStruct?, false);
Eval(17860, v is NestedStruct?[], false);
- Eval(17861, v is NestedStructGen<Decimal>, false);
- Eval(17862, v is NestedStructGen<Decimal>[], false);
- Eval(17863, v is NestedStructGen<Decimal>?, false);
- Eval(17864, v is NestedStructGen<Decimal>?[], false);
+// Eval(17861, v is NestedStructGen<Decimal>, false);
+// Eval(17862, v is NestedStructGen<Decimal>[], false);
+// Eval(17863, v is NestedStructGen<Decimal>?, false);
+// Eval(17864, v is NestedStructGen<Decimal>?[], false);
Eval(17865, v is ExplicitFieldOffsetStruct, false);
Eval(17866, v is ExplicitFieldOffsetStruct[], false);
Eval(17867, v is ExplicitFieldOffsetStruct?, false);
@@ -255,18 +255,18 @@ internal class Program
Eval(17886, v is ImplementTwoInterface[], false);
Eval(17887, v is ImplementTwoInterface?, false);
Eval(17888, v is ImplementTwoInterface?[], false);
- Eval(17889, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(17890, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(17891, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(17892, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(17893, v is ImplementTwoInterfaceGen<int>, false);
- Eval(17894, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(17895, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(17896, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(17897, v is ImplementAllInterface<int>, false);
- Eval(17898, v is ImplementAllInterface<int>[], false);
- Eval(17899, v is ImplementAllInterface<int>?, false);
- Eval(17900, v is ImplementAllInterface<int>?[], false);
+// Eval(17889, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(17890, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(17891, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(17892, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(17893, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(17894, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(17895, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(17896, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(17897, v is ImplementAllInterface<int>, false);
+// Eval(17898, v is ImplementAllInterface<int>[], false);
+// Eval(17899, v is ImplementAllInterface<int>?, false);
+// Eval(17900, v is ImplementAllInterface<int>?[], false);
Eval(17901, v is IntE, false);
Eval(17902, v is IntE[], false);
Eval(17903, v is IntE?, false);
@@ -365,38 +365,38 @@ internal class Program
Eval(17996, v is IEmpty[], false);
Eval(17997, v is INotEmpty, false);
Eval(17998, v is INotEmpty[], false);
- Eval(17999, v is IEmptyGen<int>, false);
- Eval(18000, v is IEmptyGen<int>[], false);
- Eval(18001, v is INotEmptyGen<int>, false);
- Eval(18002, v is INotEmptyGen<int>[], false);
+// Eval(17999, v is IEmptyGen<int>, false);
+// Eval(18000, v is IEmptyGen<int>[], false);
+// Eval(18001, v is INotEmptyGen<int>, false);
+// Eval(18002, v is INotEmptyGen<int>[], false);
Eval(18003, v is SimpleDelegate, false);
Eval(18004, v is SimpleDelegate[], false);
- Eval(18005, v is GenericDelegate<int>, false);
- Eval(18006, v is GenericDelegate<int>[], false);
+// Eval(18005, v is GenericDelegate<int>, false);
+// Eval(18006, v is GenericDelegate<int>[], false);
Eval(18007, v is EmptyClass, false);
Eval(18008, v is EmptyClass[], false);
Eval(18009, v is NotEmptyClass, false);
Eval(18010, v is NotEmptyClass[], false);
- Eval(18011, v is EmptyClassGen<int>, false);
- Eval(18012, v is EmptyClassGen<int>[], false);
- Eval(18013, v is NotEmptyClassGen<Guid>, false);
- Eval(18014, v is NotEmptyClassGen<Guid>[], false);
- Eval(18015, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(18016, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(18011, v is EmptyClassGen<int>, false);
+// Eval(18012, v is EmptyClassGen<int>[], false);
+// Eval(18013, v is NotEmptyClassGen<Guid>, false);
+// Eval(18014, v is NotEmptyClassGen<Guid>[], false);
+// Eval(18015, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(18016, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(18017, v is NestedClass, false);
Eval(18018, v is NestedClass[], false);
- Eval(18019, v is NestedClassGen<Decimal>, false);
- Eval(18020, v is NestedClassGen<Decimal>[], false);
+// Eval(18019, v is NestedClassGen<Decimal>, false);
+// Eval(18020, v is NestedClassGen<Decimal>[], false);
Eval(18021, v is ImplementOneInterfaceC, false);
Eval(18022, v is ImplementOneInterfaceC[], false);
Eval(18023, v is ImplementTwoInterfaceC, false);
Eval(18024, v is ImplementTwoInterfaceC[], false);
- Eval(18025, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(18026, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(18027, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(18028, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(18029, v is ImplementAllInterfaceC<int>, false);
- Eval(18030, v is ImplementAllInterfaceC<int>[], false);
+// Eval(18025, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(18026, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(18027, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(18028, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(18029, v is ImplementAllInterfaceC<int>, false);
+// Eval(18030, v is ImplementAllInterfaceC<int>[], false);
Eval(18031, v is SealedClass, false);
Eval(18032, v is SealedClass[], false);
}
@@ -410,26 +410,26 @@ internal class Program
Eval(18038, v is NotEmptyStruct[], false);
Eval(18039, v is NotEmptyStruct?, false);
Eval(18040, v is NotEmptyStruct?[], false);
- Eval(18041, v is EmptyStructGen<int>, false);
- Eval(18042, v is EmptyStructGen<int>[], false);
- Eval(18043, v is EmptyStructGen<int>?, false);
- Eval(18044, v is EmptyStructGen<int>?[], false);
- Eval(18045, v is NotEmptyStructGen<Guid>, false);
- Eval(18046, v is NotEmptyStructGen<Guid>[], false);
- Eval(18047, v is NotEmptyStructGen<Guid>?, false);
- Eval(18048, v is NotEmptyStructGen<Guid>?[], false);
- Eval(18049, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(18050, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(18051, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(18052, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(18041, v is EmptyStructGen<int>, false);
+// Eval(18042, v is EmptyStructGen<int>[], false);
+// Eval(18043, v is EmptyStructGen<int>?, false);
+// Eval(18044, v is EmptyStructGen<int>?[], false);
+// Eval(18045, v is NotEmptyStructGen<Guid>, false);
+// Eval(18046, v is NotEmptyStructGen<Guid>[], false);
+// Eval(18047, v is NotEmptyStructGen<Guid>?, false);
+// Eval(18048, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(18049, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(18050, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(18051, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(18052, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(18053, v is NestedStruct, false);
Eval(18054, v is NestedStruct[], false);
Eval(18055, v is NestedStruct?, false);
Eval(18056, v is NestedStruct?[], false);
- Eval(18057, v is NestedStructGen<Decimal>, false);
- Eval(18058, v is NestedStructGen<Decimal>[], false);
- Eval(18059, v is NestedStructGen<Decimal>?, false);
- Eval(18060, v is NestedStructGen<Decimal>?[], false);
+// Eval(18057, v is NestedStructGen<Decimal>, false);
+// Eval(18058, v is NestedStructGen<Decimal>[], false);
+// Eval(18059, v is NestedStructGen<Decimal>?, false);
+// Eval(18060, v is NestedStructGen<Decimal>?[], false);
Eval(18061, v is ExplicitFieldOffsetStruct, false);
Eval(18062, v is ExplicitFieldOffsetStruct[], false);
Eval(18063, v is ExplicitFieldOffsetStruct?, false);
@@ -446,18 +446,18 @@ internal class Program
Eval(18082, v is ImplementTwoInterface[], false);
Eval(18083, v is ImplementTwoInterface?, false);
Eval(18084, v is ImplementTwoInterface?[], false);
- Eval(18085, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(18086, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(18087, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(18088, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(18089, v is ImplementTwoInterfaceGen<int>, false);
- Eval(18090, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(18091, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(18092, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(18093, v is ImplementAllInterface<int>, false);
- Eval(18094, v is ImplementAllInterface<int>[], false);
- Eval(18095, v is ImplementAllInterface<int>?, false);
- Eval(18096, v is ImplementAllInterface<int>?[], false);
+// Eval(18085, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(18086, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(18087, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(18088, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(18089, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(18090, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(18091, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(18092, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(18093, v is ImplementAllInterface<int>, false);
+// Eval(18094, v is ImplementAllInterface<int>[], false);
+// Eval(18095, v is ImplementAllInterface<int>?, false);
+// Eval(18096, v is ImplementAllInterface<int>?[], false);
Eval(18097, v is IntE, false);
Eval(18098, v is IntE[], false);
Eval(18099, v is IntE?, false);
@@ -556,38 +556,38 @@ internal class Program
Eval(18192, v is IEmpty[], false);
Eval(18193, v is INotEmpty, false);
Eval(18194, v is INotEmpty[], false);
- Eval(18195, v is IEmptyGen<int>, false);
- Eval(18196, v is IEmptyGen<int>[], false);
- Eval(18197, v is INotEmptyGen<int>, false);
- Eval(18198, v is INotEmptyGen<int>[], false);
+// Eval(18195, v is IEmptyGen<int>, false);
+// Eval(18196, v is IEmptyGen<int>[], false);
+// Eval(18197, v is INotEmptyGen<int>, false);
+// Eval(18198, v is INotEmptyGen<int>[], false);
Eval(18199, v is SimpleDelegate, false);
Eval(18200, v is SimpleDelegate[], false);
- Eval(18201, v is GenericDelegate<int>, false);
- Eval(18202, v is GenericDelegate<int>[], false);
+// Eval(18201, v is GenericDelegate<int>, false);
+// Eval(18202, v is GenericDelegate<int>[], false);
Eval(18203, v is EmptyClass, false);
Eval(18204, v is EmptyClass[], false);
Eval(18205, v is NotEmptyClass, false);
Eval(18206, v is NotEmptyClass[], false);
- Eval(18207, v is EmptyClassGen<int>, false);
- Eval(18208, v is EmptyClassGen<int>[], false);
- Eval(18209, v is NotEmptyClassGen<Guid>, false);
- Eval(18210, v is NotEmptyClassGen<Guid>[], false);
- Eval(18211, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(18212, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(18207, v is EmptyClassGen<int>, false);
+// Eval(18208, v is EmptyClassGen<int>[], false);
+// Eval(18209, v is NotEmptyClassGen<Guid>, false);
+// Eval(18210, v is NotEmptyClassGen<Guid>[], false);
+// Eval(18211, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(18212, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(18213, v is NestedClass, false);
Eval(18214, v is NestedClass[], false);
- Eval(18215, v is NestedClassGen<Decimal>, false);
- Eval(18216, v is NestedClassGen<Decimal>[], false);
+// Eval(18215, v is NestedClassGen<Decimal>, false);
+// Eval(18216, v is NestedClassGen<Decimal>[], false);
Eval(18217, v is ImplementOneInterfaceC, false);
Eval(18218, v is ImplementOneInterfaceC[], false);
Eval(18219, v is ImplementTwoInterfaceC, false);
Eval(18220, v is ImplementTwoInterfaceC[], false);
- Eval(18221, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(18222, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(18223, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(18224, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(18225, v is ImplementAllInterfaceC<int>, false);
- Eval(18226, v is ImplementAllInterfaceC<int>[], false);
+// Eval(18221, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(18222, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(18223, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(18224, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(18225, v is ImplementAllInterfaceC<int>, false);
+// Eval(18226, v is ImplementAllInterfaceC<int>[], false);
Eval(18227, v is SealedClass, false);
Eval(18228, v is SealedClass[], false);
}
@@ -601,26 +601,26 @@ internal class Program
Eval(18234, v is NotEmptyStruct[], false);
Eval(18235, v is NotEmptyStruct?, false);
Eval(18236, v is NotEmptyStruct?[], false);
- Eval(18237, v is EmptyStructGen<int>, false);
- Eval(18238, v is EmptyStructGen<int>[], false);
- Eval(18239, v is EmptyStructGen<int>?, false);
- Eval(18240, v is EmptyStructGen<int>?[], false);
- Eval(18241, v is NotEmptyStructGen<Guid>, false);
- Eval(18242, v is NotEmptyStructGen<Guid>[], false);
- Eval(18243, v is NotEmptyStructGen<Guid>?, false);
- Eval(18244, v is NotEmptyStructGen<Guid>?[], false);
- Eval(18245, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(18246, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(18247, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(18248, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(18237, v is EmptyStructGen<int>, false);
+// Eval(18238, v is EmptyStructGen<int>[], false);
+// Eval(18239, v is EmptyStructGen<int>?, false);
+// Eval(18240, v is EmptyStructGen<int>?[], false);
+// Eval(18241, v is NotEmptyStructGen<Guid>, false);
+// Eval(18242, v is NotEmptyStructGen<Guid>[], false);
+// Eval(18243, v is NotEmptyStructGen<Guid>?, false);
+// Eval(18244, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(18245, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(18246, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(18247, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(18248, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(18249, v is NestedStruct, false);
Eval(18250, v is NestedStruct[], false);
Eval(18251, v is NestedStruct?, false);
Eval(18252, v is NestedStruct?[], false);
- Eval(18253, v is NestedStructGen<Decimal>, false);
- Eval(18254, v is NestedStructGen<Decimal>[], false);
- Eval(18255, v is NestedStructGen<Decimal>?, false);
- Eval(18256, v is NestedStructGen<Decimal>?[], false);
+// Eval(18253, v is NestedStructGen<Decimal>, false);
+// Eval(18254, v is NestedStructGen<Decimal>[], false);
+// Eval(18255, v is NestedStructGen<Decimal>?, false);
+// Eval(18256, v is NestedStructGen<Decimal>?[], false);
Eval(18257, v is ExplicitFieldOffsetStruct, false);
Eval(18258, v is ExplicitFieldOffsetStruct[], false);
Eval(18259, v is ExplicitFieldOffsetStruct?, false);
@@ -637,18 +637,18 @@ internal class Program
Eval(18278, v is ImplementTwoInterface[], false);
Eval(18279, v is ImplementTwoInterface?, false);
Eval(18280, v is ImplementTwoInterface?[], false);
- Eval(18281, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(18282, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(18283, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(18284, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(18285, v is ImplementTwoInterfaceGen<int>, false);
- Eval(18286, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(18287, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(18288, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(18289, v is ImplementAllInterface<int>, false);
- Eval(18290, v is ImplementAllInterface<int>[], false);
- Eval(18291, v is ImplementAllInterface<int>?, false);
- Eval(18292, v is ImplementAllInterface<int>?[], false);
+// Eval(18281, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(18282, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(18283, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(18284, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(18285, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(18286, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(18287, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(18288, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(18289, v is ImplementAllInterface<int>, false);
+// Eval(18290, v is ImplementAllInterface<int>[], false);
+// Eval(18291, v is ImplementAllInterface<int>?, false);
+// Eval(18292, v is ImplementAllInterface<int>?[], false);
Eval(18293, v is IntE, false);
Eval(18294, v is IntE[], false);
Eval(18295, v is IntE?, false);
@@ -747,38 +747,38 @@ internal class Program
Eval(18388, v is IEmpty[], false);
Eval(18389, v is INotEmpty, false);
Eval(18390, v is INotEmpty[], false);
- Eval(18391, v is IEmptyGen<int>, false);
- Eval(18392, v is IEmptyGen<int>[], false);
- Eval(18393, v is INotEmptyGen<int>, false);
- Eval(18394, v is INotEmptyGen<int>[], false);
+// Eval(18391, v is IEmptyGen<int>, false);
+// Eval(18392, v is IEmptyGen<int>[], false);
+// Eval(18393, v is INotEmptyGen<int>, false);
+// Eval(18394, v is INotEmptyGen<int>[], false);
Eval(18395, v is SimpleDelegate, false);
Eval(18396, v is SimpleDelegate[], false);
- Eval(18397, v is GenericDelegate<int>, false);
- Eval(18398, v is GenericDelegate<int>[], false);
+// Eval(18397, v is GenericDelegate<int>, false);
+// Eval(18398, v is GenericDelegate<int>[], false);
Eval(18399, v is EmptyClass, false);
Eval(18400, v is EmptyClass[], false);
Eval(18401, v is NotEmptyClass, false);
Eval(18402, v is NotEmptyClass[], false);
- Eval(18403, v is EmptyClassGen<int>, false);
- Eval(18404, v is EmptyClassGen<int>[], false);
- Eval(18405, v is NotEmptyClassGen<Guid>, false);
- Eval(18406, v is NotEmptyClassGen<Guid>[], false);
- Eval(18407, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(18408, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(18403, v is EmptyClassGen<int>, false);
+// Eval(18404, v is EmptyClassGen<int>[], false);
+// Eval(18405, v is NotEmptyClassGen<Guid>, false);
+// Eval(18406, v is NotEmptyClassGen<Guid>[], false);
+// Eval(18407, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(18408, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(18409, v is NestedClass, false);
Eval(18410, v is NestedClass[], false);
- Eval(18411, v is NestedClassGen<Decimal>, false);
- Eval(18412, v is NestedClassGen<Decimal>[], false);
+// Eval(18411, v is NestedClassGen<Decimal>, false);
+// Eval(18412, v is NestedClassGen<Decimal>[], false);
Eval(18413, v is ImplementOneInterfaceC, false);
Eval(18414, v is ImplementOneInterfaceC[], false);
Eval(18415, v is ImplementTwoInterfaceC, false);
Eval(18416, v is ImplementTwoInterfaceC[], false);
- Eval(18417, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(18418, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(18419, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(18420, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(18421, v is ImplementAllInterfaceC<int>, false);
- Eval(18422, v is ImplementAllInterfaceC<int>[], false);
+// Eval(18417, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(18418, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(18419, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(18420, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(18421, v is ImplementAllInterfaceC<int>, false);
+// Eval(18422, v is ImplementAllInterfaceC<int>[], false);
Eval(18423, v is SealedClass, false);
Eval(18424, v is SealedClass[], false);
}
@@ -792,26 +792,26 @@ internal class Program
Eval(18430, v is NotEmptyStruct[], false);
Eval(18431, v is NotEmptyStruct?, false);
Eval(18432, v is NotEmptyStruct?[], false);
- Eval(18433, v is EmptyStructGen<int>, false);
- Eval(18434, v is EmptyStructGen<int>[], false);
- Eval(18435, v is EmptyStructGen<int>?, false);
- Eval(18436, v is EmptyStructGen<int>?[], false);
- Eval(18437, v is NotEmptyStructGen<Guid>, false);
- Eval(18438, v is NotEmptyStructGen<Guid>[], false);
- Eval(18439, v is NotEmptyStructGen<Guid>?, false);
- Eval(18440, v is NotEmptyStructGen<Guid>?[], false);
- Eval(18441, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(18442, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(18443, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(18444, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(18433, v is EmptyStructGen<int>, false);
+// Eval(18434, v is EmptyStructGen<int>[], false);
+// Eval(18435, v is EmptyStructGen<int>?, false);
+// Eval(18436, v is EmptyStructGen<int>?[], false);
+// Eval(18437, v is NotEmptyStructGen<Guid>, false);
+// Eval(18438, v is NotEmptyStructGen<Guid>[], false);
+// Eval(18439, v is NotEmptyStructGen<Guid>?, false);
+// Eval(18440, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(18441, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(18442, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(18443, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(18444, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(18445, v is NestedStruct, false);
Eval(18446, v is NestedStruct[], false);
Eval(18447, v is NestedStruct?, false);
Eval(18448, v is NestedStruct?[], false);
- Eval(18449, v is NestedStructGen<Decimal>, false);
- Eval(18450, v is NestedStructGen<Decimal>[], false);
- Eval(18451, v is NestedStructGen<Decimal>?, false);
- Eval(18452, v is NestedStructGen<Decimal>?[], false);
+// Eval(18449, v is NestedStructGen<Decimal>, false);
+// Eval(18450, v is NestedStructGen<Decimal>[], false);
+// Eval(18451, v is NestedStructGen<Decimal>?, false);
+// Eval(18452, v is NestedStructGen<Decimal>?[], false);
Eval(18453, v is ExplicitFieldOffsetStruct, false);
Eval(18454, v is ExplicitFieldOffsetStruct[], false);
Eval(18455, v is ExplicitFieldOffsetStruct?, false);
@@ -828,18 +828,18 @@ internal class Program
Eval(18474, v is ImplementTwoInterface[], false);
Eval(18475, v is ImplementTwoInterface?, false);
Eval(18476, v is ImplementTwoInterface?[], false);
- Eval(18477, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(18478, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(18479, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(18480, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(18481, v is ImplementTwoInterfaceGen<int>, false);
- Eval(18482, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(18483, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(18484, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(18485, v is ImplementAllInterface<int>, false);
- Eval(18486, v is ImplementAllInterface<int>[], false);
- Eval(18487, v is ImplementAllInterface<int>?, false);
- Eval(18488, v is ImplementAllInterface<int>?[], false);
+// Eval(18477, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(18478, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(18479, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(18480, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(18481, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(18482, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(18483, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(18484, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(18485, v is ImplementAllInterface<int>, false);
+// Eval(18486, v is ImplementAllInterface<int>[], false);
+// Eval(18487, v is ImplementAllInterface<int>?, false);
+// Eval(18488, v is ImplementAllInterface<int>?[], false);
Eval(18489, v is IntE, false);
Eval(18490, v is IntE[], false);
Eval(18491, v is IntE?, false);
@@ -938,38 +938,38 @@ internal class Program
Eval(18584, v is IEmpty[], false);
Eval(18585, v is INotEmpty, false);
Eval(18586, v is INotEmpty[], false);
- Eval(18587, v is IEmptyGen<int>, false);
- Eval(18588, v is IEmptyGen<int>[], false);
- Eval(18589, v is INotEmptyGen<int>, false);
- Eval(18590, v is INotEmptyGen<int>[], false);
+// Eval(18587, v is IEmptyGen<int>, false);
+// Eval(18588, v is IEmptyGen<int>[], false);
+// Eval(18589, v is INotEmptyGen<int>, false);
+// Eval(18590, v is INotEmptyGen<int>[], false);
Eval(18591, v is SimpleDelegate, false);
Eval(18592, v is SimpleDelegate[], false);
- Eval(18593, v is GenericDelegate<int>, false);
- Eval(18594, v is GenericDelegate<int>[], false);
+// Eval(18593, v is GenericDelegate<int>, false);
+// Eval(18594, v is GenericDelegate<int>[], false);
Eval(18595, v is EmptyClass, false);
Eval(18596, v is EmptyClass[], false);
Eval(18597, v is NotEmptyClass, false);
Eval(18598, v is NotEmptyClass[], false);
- Eval(18599, v is EmptyClassGen<int>, false);
- Eval(18600, v is EmptyClassGen<int>[], false);
- Eval(18601, v is NotEmptyClassGen<Guid>, false);
- Eval(18602, v is NotEmptyClassGen<Guid>[], false);
- Eval(18603, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(18604, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(18599, v is EmptyClassGen<int>, false);
+// Eval(18600, v is EmptyClassGen<int>[], false);
+// Eval(18601, v is NotEmptyClassGen<Guid>, false);
+// Eval(18602, v is NotEmptyClassGen<Guid>[], false);
+// Eval(18603, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(18604, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(18605, v is NestedClass, false);
Eval(18606, v is NestedClass[], false);
- Eval(18607, v is NestedClassGen<Decimal>, false);
- Eval(18608, v is NestedClassGen<Decimal>[], false);
+// Eval(18607, v is NestedClassGen<Decimal>, false);
+// Eval(18608, v is NestedClassGen<Decimal>[], false);
Eval(18609, v is ImplementOneInterfaceC, false);
Eval(18610, v is ImplementOneInterfaceC[], false);
Eval(18611, v is ImplementTwoInterfaceC, false);
Eval(18612, v is ImplementTwoInterfaceC[], false);
- Eval(18613, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(18614, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(18615, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(18616, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(18617, v is ImplementAllInterfaceC<int>, false);
- Eval(18618, v is ImplementAllInterfaceC<int>[], false);
+// Eval(18613, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(18614, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(18615, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(18616, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(18617, v is ImplementAllInterfaceC<int>, false);
+// Eval(18618, v is ImplementAllInterfaceC<int>[], false);
Eval(18619, v is SealedClass, false);
Eval(18620, v is SealedClass[], false);
}
@@ -986,26 +986,26 @@ internal class Program
Eval(18626, v is NotEmptyStruct[], false);
Eval(18627, v is NotEmptyStruct?, false);
Eval(18628, v is NotEmptyStruct?[], false);
- Eval(18629, v is EmptyStructGen<int>, false);
- Eval(18630, v is EmptyStructGen<int>[], false);
- Eval(18631, v is EmptyStructGen<int>?, false);
- Eval(18632, v is EmptyStructGen<int>?[], false);
- Eval(18633, v is NotEmptyStructGen<Guid>, false);
- Eval(18634, v is NotEmptyStructGen<Guid>[], false);
- Eval(18635, v is NotEmptyStructGen<Guid>?, false);
- Eval(18636, v is NotEmptyStructGen<Guid>?[], false);
- Eval(18637, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(18638, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(18639, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(18640, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(18629, v is EmptyStructGen<int>, false);
+// Eval(18630, v is EmptyStructGen<int>[], false);
+// Eval(18631, v is EmptyStructGen<int>?, false);
+// Eval(18632, v is EmptyStructGen<int>?[], false);
+// Eval(18633, v is NotEmptyStructGen<Guid>, false);
+// Eval(18634, v is NotEmptyStructGen<Guid>[], false);
+// Eval(18635, v is NotEmptyStructGen<Guid>?, false);
+// Eval(18636, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(18637, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(18638, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(18639, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(18640, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(18641, v is NestedStruct, false);
Eval(18642, v is NestedStruct[], false);
Eval(18643, v is NestedStruct?, false);
Eval(18644, v is NestedStruct?[], false);
- Eval(18645, v is NestedStructGen<Decimal>, false);
- Eval(18646, v is NestedStructGen<Decimal>[], false);
- Eval(18647, v is NestedStructGen<Decimal>?, false);
- Eval(18648, v is NestedStructGen<Decimal>?[], false);
+// Eval(18645, v is NestedStructGen<Decimal>, false);
+// Eval(18646, v is NestedStructGen<Decimal>[], false);
+// Eval(18647, v is NestedStructGen<Decimal>?, false);
+// Eval(18648, v is NestedStructGen<Decimal>?[], false);
Eval(18649, v is ExplicitFieldOffsetStruct, false);
Eval(18650, v is ExplicitFieldOffsetStruct[], false);
Eval(18651, v is ExplicitFieldOffsetStruct?, false);
@@ -1022,18 +1022,18 @@ internal class Program
Eval(18670, v is ImplementTwoInterface[], false);
Eval(18671, v is ImplementTwoInterface?, false);
Eval(18672, v is ImplementTwoInterface?[], false);
- Eval(18673, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(18674, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(18675, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(18676, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(18677, v is ImplementTwoInterfaceGen<int>, false);
- Eval(18678, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(18679, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(18680, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(18681, v is ImplementAllInterface<int>, false);
- Eval(18682, v is ImplementAllInterface<int>[], false);
- Eval(18683, v is ImplementAllInterface<int>?, false);
- Eval(18684, v is ImplementAllInterface<int>?[], false);
+// Eval(18673, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(18674, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(18675, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(18676, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(18677, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(18678, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(18679, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(18680, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(18681, v is ImplementAllInterface<int>, false);
+// Eval(18682, v is ImplementAllInterface<int>[], false);
+// Eval(18683, v is ImplementAllInterface<int>?, false);
+// Eval(18684, v is ImplementAllInterface<int>?[], false);
Eval(18685, v is IntE, false);
Eval(18686, v is IntE[], false);
Eval(18687, v is IntE?, false);
@@ -1132,38 +1132,38 @@ internal class Program
Eval(18780, v is IEmpty[], false);
Eval(18781, v is INotEmpty, false);
Eval(18782, v is INotEmpty[], false);
- Eval(18783, v is IEmptyGen<int>, false);
- Eval(18784, v is IEmptyGen<int>[], false);
- Eval(18785, v is INotEmptyGen<int>, false);
- Eval(18786, v is INotEmptyGen<int>[], false);
+// Eval(18783, v is IEmptyGen<int>, false);
+// Eval(18784, v is IEmptyGen<int>[], false);
+// Eval(18785, v is INotEmptyGen<int>, false);
+// Eval(18786, v is INotEmptyGen<int>[], false);
Eval(18787, v is SimpleDelegate, false);
Eval(18788, v is SimpleDelegate[], false);
- Eval(18789, v is GenericDelegate<int>, false);
- Eval(18790, v is GenericDelegate<int>[], false);
+// Eval(18789, v is GenericDelegate<int>, false);
+// Eval(18790, v is GenericDelegate<int>[], false);
Eval(18791, v is EmptyClass, false);
Eval(18792, v is EmptyClass[], false);
Eval(18793, v is NotEmptyClass, false);
Eval(18794, v is NotEmptyClass[], false);
- Eval(18795, v is EmptyClassGen<int>, false);
- Eval(18796, v is EmptyClassGen<int>[], false);
- Eval(18797, v is NotEmptyClassGen<Guid>, false);
- Eval(18798, v is NotEmptyClassGen<Guid>[], false);
- Eval(18799, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(18800, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(18795, v is EmptyClassGen<int>, false);
+// Eval(18796, v is EmptyClassGen<int>[], false);
+// Eval(18797, v is NotEmptyClassGen<Guid>, false);
+// Eval(18798, v is NotEmptyClassGen<Guid>[], false);
+// Eval(18799, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(18800, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(18801, v is NestedClass, false);
Eval(18802, v is NestedClass[], false);
- Eval(18803, v is NestedClassGen<Decimal>, false);
- Eval(18804, v is NestedClassGen<Decimal>[], false);
+// Eval(18803, v is NestedClassGen<Decimal>, false);
+// Eval(18804, v is NestedClassGen<Decimal>[], false);
Eval(18805, v is ImplementOneInterfaceC, false);
Eval(18806, v is ImplementOneInterfaceC[], false);
Eval(18807, v is ImplementTwoInterfaceC, false);
Eval(18808, v is ImplementTwoInterfaceC[], false);
- Eval(18809, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(18810, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(18811, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(18812, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(18813, v is ImplementAllInterfaceC<int>, false);
- Eval(18814, v is ImplementAllInterfaceC<int>[], false);
+// Eval(18809, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(18810, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(18811, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(18812, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(18813, v is ImplementAllInterfaceC<int>, false);
+// Eval(18814, v is ImplementAllInterfaceC<int>[], false);
Eval(18815, v is SealedClass, false);
Eval(18816, v is SealedClass[], false);
}
@@ -1177,26 +1177,26 @@ internal class Program
Eval(18822, v is NotEmptyStruct[], false);
Eval(18823, v is NotEmptyStruct?, false);
Eval(18824, v is NotEmptyStruct?[], false);
- Eval(18825, v is EmptyStructGen<int>, false);
- Eval(18826, v is EmptyStructGen<int>[], false);
- Eval(18827, v is EmptyStructGen<int>?, false);
- Eval(18828, v is EmptyStructGen<int>?[], false);
- Eval(18829, v is NotEmptyStructGen<Guid>, false);
- Eval(18830, v is NotEmptyStructGen<Guid>[], false);
- Eval(18831, v is NotEmptyStructGen<Guid>?, false);
- Eval(18832, v is NotEmptyStructGen<Guid>?[], false);
- Eval(18833, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(18834, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(18835, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(18836, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(18825, v is EmptyStructGen<int>, false);
+// Eval(18826, v is EmptyStructGen<int>[], false);
+// Eval(18827, v is EmptyStructGen<int>?, false);
+// Eval(18828, v is EmptyStructGen<int>?[], false);
+// Eval(18829, v is NotEmptyStructGen<Guid>, false);
+// Eval(18830, v is NotEmptyStructGen<Guid>[], false);
+// Eval(18831, v is NotEmptyStructGen<Guid>?, false);
+// Eval(18832, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(18833, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(18834, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(18835, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(18836, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(18837, v is NestedStruct, false);
Eval(18838, v is NestedStruct[], false);
Eval(18839, v is NestedStruct?, false);
Eval(18840, v is NestedStruct?[], false);
- Eval(18841, v is NestedStructGen<Decimal>, false);
- Eval(18842, v is NestedStructGen<Decimal>[], false);
- Eval(18843, v is NestedStructGen<Decimal>?, false);
- Eval(18844, v is NestedStructGen<Decimal>?[], false);
+// Eval(18841, v is NestedStructGen<Decimal>, false);
+// Eval(18842, v is NestedStructGen<Decimal>[], false);
+// Eval(18843, v is NestedStructGen<Decimal>?, false);
+// Eval(18844, v is NestedStructGen<Decimal>?[], false);
Eval(18845, v is ExplicitFieldOffsetStruct, false);
Eval(18846, v is ExplicitFieldOffsetStruct[], false);
Eval(18847, v is ExplicitFieldOffsetStruct?, false);
@@ -1213,18 +1213,18 @@ internal class Program
Eval(18866, v is ImplementTwoInterface[], false);
Eval(18867, v is ImplementTwoInterface?, false);
Eval(18868, v is ImplementTwoInterface?[], false);
- Eval(18869, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(18870, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(18871, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(18872, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(18873, v is ImplementTwoInterfaceGen<int>, false);
- Eval(18874, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(18875, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(18876, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(18877, v is ImplementAllInterface<int>, false);
- Eval(18878, v is ImplementAllInterface<int>[], false);
- Eval(18879, v is ImplementAllInterface<int>?, false);
- Eval(18880, v is ImplementAllInterface<int>?[], false);
+// Eval(18869, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(18870, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(18871, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(18872, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(18873, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(18874, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(18875, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(18876, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(18877, v is ImplementAllInterface<int>, false);
+// Eval(18878, v is ImplementAllInterface<int>[], false);
+// Eval(18879, v is ImplementAllInterface<int>?, false);
+// Eval(18880, v is ImplementAllInterface<int>?[], false);
Eval(18881, v is IntE, false);
Eval(18882, v is IntE[], false);
Eval(18883, v is IntE?, false);
@@ -1323,38 +1323,38 @@ internal class Program
Eval(18976, v is IEmpty[], false);
Eval(18977, v is INotEmpty, false);
Eval(18978, v is INotEmpty[], false);
- Eval(18979, v is IEmptyGen<int>, false);
- Eval(18980, v is IEmptyGen<int>[], false);
- Eval(18981, v is INotEmptyGen<int>, false);
- Eval(18982, v is INotEmptyGen<int>[], false);
+// Eval(18979, v is IEmptyGen<int>, false);
+// Eval(18980, v is IEmptyGen<int>[], false);
+// Eval(18981, v is INotEmptyGen<int>, false);
+// Eval(18982, v is INotEmptyGen<int>[], false);
Eval(18983, v is SimpleDelegate, false);
Eval(18984, v is SimpleDelegate[], false);
- Eval(18985, v is GenericDelegate<int>, false);
- Eval(18986, v is GenericDelegate<int>[], false);
+// Eval(18985, v is GenericDelegate<int>, false);
+// Eval(18986, v is GenericDelegate<int>[], false);
Eval(18987, v is EmptyClass, false);
Eval(18988, v is EmptyClass[], false);
Eval(18989, v is NotEmptyClass, false);
Eval(18990, v is NotEmptyClass[], false);
- Eval(18991, v is EmptyClassGen<int>, false);
- Eval(18992, v is EmptyClassGen<int>[], false);
- Eval(18993, v is NotEmptyClassGen<Guid>, false);
- Eval(18994, v is NotEmptyClassGen<Guid>[], false);
- Eval(18995, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(18996, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(18991, v is EmptyClassGen<int>, false);
+// Eval(18992, v is EmptyClassGen<int>[], false);
+// Eval(18993, v is NotEmptyClassGen<Guid>, false);
+// Eval(18994, v is NotEmptyClassGen<Guid>[], false);
+// Eval(18995, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(18996, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(18997, v is NestedClass, false);
Eval(18998, v is NestedClass[], false);
- Eval(18999, v is NestedClassGen<Decimal>, false);
- Eval(19000, v is NestedClassGen<Decimal>[], false);
+// Eval(18999, v is NestedClassGen<Decimal>, false);
+// Eval(19000, v is NestedClassGen<Decimal>[], false);
Eval(19001, v is ImplementOneInterfaceC, false);
Eval(19002, v is ImplementOneInterfaceC[], false);
Eval(19003, v is ImplementTwoInterfaceC, false);
Eval(19004, v is ImplementTwoInterfaceC[], false);
- Eval(19005, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(19006, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(19007, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(19008, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(19009, v is ImplementAllInterfaceC<int>, false);
- Eval(19010, v is ImplementAllInterfaceC<int>[], false);
+// Eval(19005, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(19006, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(19007, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(19008, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(19009, v is ImplementAllInterfaceC<int>, false);
+// Eval(19010, v is ImplementAllInterfaceC<int>[], false);
Eval(19011, v is SealedClass, false);
Eval(19012, v is SealedClass[], false);
}
@@ -1368,26 +1368,26 @@ internal class Program
Eval(19018, v is NotEmptyStruct[], false);
Eval(19019, v is NotEmptyStruct?, false);
Eval(19020, v is NotEmptyStruct?[], false);
- Eval(19021, v is EmptyStructGen<int>, false);
- Eval(19022, v is EmptyStructGen<int>[], false);
- Eval(19023, v is EmptyStructGen<int>?, false);
- Eval(19024, v is EmptyStructGen<int>?[], false);
- Eval(19025, v is NotEmptyStructGen<Guid>, false);
- Eval(19026, v is NotEmptyStructGen<Guid>[], false);
- Eval(19027, v is NotEmptyStructGen<Guid>?, false);
- Eval(19028, v is NotEmptyStructGen<Guid>?[], false);
- Eval(19029, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(19030, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(19031, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(19032, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(19021, v is EmptyStructGen<int>, false);
+// Eval(19022, v is EmptyStructGen<int>[], false);
+// Eval(19023, v is EmptyStructGen<int>?, false);
+// Eval(19024, v is EmptyStructGen<int>?[], false);
+// Eval(19025, v is NotEmptyStructGen<Guid>, false);
+// Eval(19026, v is NotEmptyStructGen<Guid>[], false);
+// Eval(19027, v is NotEmptyStructGen<Guid>?, false);
+// Eval(19028, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(19029, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(19030, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(19031, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(19032, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(19033, v is NestedStruct, false);
Eval(19034, v is NestedStruct[], false);
Eval(19035, v is NestedStruct?, false);
Eval(19036, v is NestedStruct?[], false);
- Eval(19037, v is NestedStructGen<Decimal>, false);
- Eval(19038, v is NestedStructGen<Decimal>[], false);
- Eval(19039, v is NestedStructGen<Decimal>?, false);
- Eval(19040, v is NestedStructGen<Decimal>?[], false);
+// Eval(19037, v is NestedStructGen<Decimal>, false);
+// Eval(19038, v is NestedStructGen<Decimal>[], false);
+// Eval(19039, v is NestedStructGen<Decimal>?, false);
+// Eval(19040, v is NestedStructGen<Decimal>?[], false);
Eval(19041, v is ExplicitFieldOffsetStruct, false);
Eval(19042, v is ExplicitFieldOffsetStruct[], false);
Eval(19043, v is ExplicitFieldOffsetStruct?, false);
@@ -1404,18 +1404,18 @@ internal class Program
Eval(19062, v is ImplementTwoInterface[], false);
Eval(19063, v is ImplementTwoInterface?, false);
Eval(19064, v is ImplementTwoInterface?[], false);
- Eval(19065, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(19066, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(19067, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(19068, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(19069, v is ImplementTwoInterfaceGen<int>, false);
- Eval(19070, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(19071, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(19072, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(19073, v is ImplementAllInterface<int>, false);
- Eval(19074, v is ImplementAllInterface<int>[], false);
- Eval(19075, v is ImplementAllInterface<int>?, false);
- Eval(19076, v is ImplementAllInterface<int>?[], false);
+// Eval(19065, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(19066, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(19067, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(19068, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(19069, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(19070, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(19071, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(19072, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(19073, v is ImplementAllInterface<int>, false);
+// Eval(19074, v is ImplementAllInterface<int>[], false);
+// Eval(19075, v is ImplementAllInterface<int>?, false);
+// Eval(19076, v is ImplementAllInterface<int>?[], false);
Eval(19077, v is IntE, false);
Eval(19078, v is IntE[], false);
Eval(19079, v is IntE?, false);
@@ -1514,38 +1514,38 @@ internal class Program
Eval(19172, v is IEmpty[], false);
Eval(19173, v is INotEmpty, false);
Eval(19174, v is INotEmpty[], false);
- Eval(19175, v is IEmptyGen<int>, false);
- Eval(19176, v is IEmptyGen<int>[], false);
- Eval(19177, v is INotEmptyGen<int>, false);
- Eval(19178, v is INotEmptyGen<int>[], false);
+// Eval(19175, v is IEmptyGen<int>, false);
+// Eval(19176, v is IEmptyGen<int>[], false);
+// Eval(19177, v is INotEmptyGen<int>, false);
+// Eval(19178, v is INotEmptyGen<int>[], false);
Eval(19179, v is SimpleDelegate, false);
Eval(19180, v is SimpleDelegate[], false);
- Eval(19181, v is GenericDelegate<int>, false);
- Eval(19182, v is GenericDelegate<int>[], false);
+// Eval(19181, v is GenericDelegate<int>, false);
+// Eval(19182, v is GenericDelegate<int>[], false);
Eval(19183, v is EmptyClass, false);
Eval(19184, v is EmptyClass[], false);
Eval(19185, v is NotEmptyClass, false);
Eval(19186, v is NotEmptyClass[], false);
- Eval(19187, v is EmptyClassGen<int>, false);
- Eval(19188, v is EmptyClassGen<int>[], false);
- Eval(19189, v is NotEmptyClassGen<Guid>, false);
- Eval(19190, v is NotEmptyClassGen<Guid>[], false);
- Eval(19191, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(19192, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(19187, v is EmptyClassGen<int>, false);
+// Eval(19188, v is EmptyClassGen<int>[], false);
+// Eval(19189, v is NotEmptyClassGen<Guid>, false);
+// Eval(19190, v is NotEmptyClassGen<Guid>[], false);
+// Eval(19191, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(19192, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(19193, v is NestedClass, false);
Eval(19194, v is NestedClass[], false);
- Eval(19195, v is NestedClassGen<Decimal>, false);
- Eval(19196, v is NestedClassGen<Decimal>[], false);
+// Eval(19195, v is NestedClassGen<Decimal>, false);
+// Eval(19196, v is NestedClassGen<Decimal>[], false);
Eval(19197, v is ImplementOneInterfaceC, false);
Eval(19198, v is ImplementOneInterfaceC[], false);
Eval(19199, v is ImplementTwoInterfaceC, false);
Eval(19200, v is ImplementTwoInterfaceC[], false);
- Eval(19201, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(19202, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(19203, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(19204, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(19205, v is ImplementAllInterfaceC<int>, false);
- Eval(19206, v is ImplementAllInterfaceC<int>[], false);
+// Eval(19201, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(19202, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(19203, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(19204, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(19205, v is ImplementAllInterfaceC<int>, false);
+// Eval(19206, v is ImplementAllInterfaceC<int>[], false);
Eval(19207, v is SealedClass, false);
Eval(19208, v is SealedClass[], false);
}
@@ -1559,26 +1559,26 @@ internal class Program
Eval(19214, v is NotEmptyStruct[], false);
Eval(19215, v is NotEmptyStruct?, false);
Eval(19216, v is NotEmptyStruct?[], false);
- Eval(19217, v is EmptyStructGen<int>, false);
- Eval(19218, v is EmptyStructGen<int>[], false);
- Eval(19219, v is EmptyStructGen<int>?, false);
- Eval(19220, v is EmptyStructGen<int>?[], false);
- Eval(19221, v is NotEmptyStructGen<Guid>, false);
- Eval(19222, v is NotEmptyStructGen<Guid>[], false);
- Eval(19223, v is NotEmptyStructGen<Guid>?, false);
- Eval(19224, v is NotEmptyStructGen<Guid>?[], false);
- Eval(19225, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(19226, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(19227, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(19228, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(19217, v is EmptyStructGen<int>, false);
+// Eval(19218, v is EmptyStructGen<int>[], false);
+// Eval(19219, v is EmptyStructGen<int>?, false);
+// Eval(19220, v is EmptyStructGen<int>?[], false);
+// Eval(19221, v is NotEmptyStructGen<Guid>, false);
+// Eval(19222, v is NotEmptyStructGen<Guid>[], false);
+// Eval(19223, v is NotEmptyStructGen<Guid>?, false);
+// Eval(19224, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(19225, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(19226, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(19227, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(19228, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(19229, v is NestedStruct, false);
Eval(19230, v is NestedStruct[], false);
Eval(19231, v is NestedStruct?, false);
Eval(19232, v is NestedStruct?[], false);
- Eval(19233, v is NestedStructGen<Decimal>, false);
- Eval(19234, v is NestedStructGen<Decimal>[], false);
- Eval(19235, v is NestedStructGen<Decimal>?, false);
- Eval(19236, v is NestedStructGen<Decimal>?[], false);
+// Eval(19233, v is NestedStructGen<Decimal>, false);
+// Eval(19234, v is NestedStructGen<Decimal>[], false);
+// Eval(19235, v is NestedStructGen<Decimal>?, false);
+// Eval(19236, v is NestedStructGen<Decimal>?[], false);
Eval(19237, v is ExplicitFieldOffsetStruct, false);
Eval(19238, v is ExplicitFieldOffsetStruct[], false);
Eval(19239, v is ExplicitFieldOffsetStruct?, false);
@@ -1595,18 +1595,18 @@ internal class Program
Eval(19258, v is ImplementTwoInterface[], false);
Eval(19259, v is ImplementTwoInterface?, false);
Eval(19260, v is ImplementTwoInterface?[], false);
- Eval(19261, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(19262, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(19263, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(19264, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(19265, v is ImplementTwoInterfaceGen<int>, false);
- Eval(19266, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(19267, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(19268, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(19269, v is ImplementAllInterface<int>, false);
- Eval(19270, v is ImplementAllInterface<int>[], false);
- Eval(19271, v is ImplementAllInterface<int>?, false);
- Eval(19272, v is ImplementAllInterface<int>?[], false);
+// Eval(19261, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(19262, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(19263, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(19264, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(19265, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(19266, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(19267, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(19268, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(19269, v is ImplementAllInterface<int>, false);
+// Eval(19270, v is ImplementAllInterface<int>[], false);
+// Eval(19271, v is ImplementAllInterface<int>?, false);
+// Eval(19272, v is ImplementAllInterface<int>?[], false);
Eval(19273, v is IntE, false);
Eval(19274, v is IntE[], false);
Eval(19275, v is IntE?, false);
@@ -1705,38 +1705,38 @@ internal class Program
Eval(19368, v is IEmpty[], false);
Eval(19369, v is INotEmpty, false);
Eval(19370, v is INotEmpty[], false);
- Eval(19371, v is IEmptyGen<int>, false);
- Eval(19372, v is IEmptyGen<int>[], false);
- Eval(19373, v is INotEmptyGen<int>, false);
- Eval(19374, v is INotEmptyGen<int>[], false);
+// Eval(19371, v is IEmptyGen<int>, false);
+// Eval(19372, v is IEmptyGen<int>[], false);
+// Eval(19373, v is INotEmptyGen<int>, false);
+// Eval(19374, v is INotEmptyGen<int>[], false);
Eval(19375, v is SimpleDelegate, false);
Eval(19376, v is SimpleDelegate[], false);
- Eval(19377, v is GenericDelegate<int>, false);
- Eval(19378, v is GenericDelegate<int>[], false);
+// Eval(19377, v is GenericDelegate<int>, false);
+// Eval(19378, v is GenericDelegate<int>[], false);
Eval(19379, v is EmptyClass, false);
Eval(19380, v is EmptyClass[], false);
Eval(19381, v is NotEmptyClass, false);
Eval(19382, v is NotEmptyClass[], false);
- Eval(19383, v is EmptyClassGen<int>, false);
- Eval(19384, v is EmptyClassGen<int>[], false);
- Eval(19385, v is NotEmptyClassGen<Guid>, false);
- Eval(19386, v is NotEmptyClassGen<Guid>[], false);
- Eval(19387, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(19388, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(19383, v is EmptyClassGen<int>, false);
+// Eval(19384, v is EmptyClassGen<int>[], false);
+// Eval(19385, v is NotEmptyClassGen<Guid>, false);
+// Eval(19386, v is NotEmptyClassGen<Guid>[], false);
+// Eval(19387, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(19388, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(19389, v is NestedClass, false);
Eval(19390, v is NestedClass[], false);
- Eval(19391, v is NestedClassGen<Decimal>, false);
- Eval(19392, v is NestedClassGen<Decimal>[], false);
+// Eval(19391, v is NestedClassGen<Decimal>, false);
+// Eval(19392, v is NestedClassGen<Decimal>[], false);
Eval(19393, v is ImplementOneInterfaceC, false);
Eval(19394, v is ImplementOneInterfaceC[], false);
Eval(19395, v is ImplementTwoInterfaceC, false);
Eval(19396, v is ImplementTwoInterfaceC[], false);
- Eval(19397, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(19398, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(19399, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(19400, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(19401, v is ImplementAllInterfaceC<int>, false);
- Eval(19402, v is ImplementAllInterfaceC<int>[], false);
+// Eval(19397, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(19398, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(19399, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(19400, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(19401, v is ImplementAllInterfaceC<int>, false);
+// Eval(19402, v is ImplementAllInterfaceC<int>[], false);
Eval(19403, v is SealedClass, false);
Eval(19404, v is SealedClass[], false);
}
@@ -1750,26 +1750,26 @@ internal class Program
Eval(19410, v is NotEmptyStruct[], false);
Eval(19411, v is NotEmptyStruct?, false);
Eval(19412, v is NotEmptyStruct?[], false);
- Eval(19413, v is EmptyStructGen<int>, false);
- Eval(19414, v is EmptyStructGen<int>[], false);
- Eval(19415, v is EmptyStructGen<int>?, false);
- Eval(19416, v is EmptyStructGen<int>?[], false);
- Eval(19417, v is NotEmptyStructGen<Guid>, false);
- Eval(19418, v is NotEmptyStructGen<Guid>[], false);
- Eval(19419, v is NotEmptyStructGen<Guid>?, false);
- Eval(19420, v is NotEmptyStructGen<Guid>?[], false);
- Eval(19421, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(19422, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(19423, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(19424, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(19413, v is EmptyStructGen<int>, false);
+// Eval(19414, v is EmptyStructGen<int>[], false);
+// Eval(19415, v is EmptyStructGen<int>?, false);
+// Eval(19416, v is EmptyStructGen<int>?[], false);
+// Eval(19417, v is NotEmptyStructGen<Guid>, false);
+// Eval(19418, v is NotEmptyStructGen<Guid>[], false);
+// Eval(19419, v is NotEmptyStructGen<Guid>?, false);
+// Eval(19420, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(19421, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(19422, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(19423, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(19424, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(19425, v is NestedStruct, false);
Eval(19426, v is NestedStruct[], false);
Eval(19427, v is NestedStruct?, false);
Eval(19428, v is NestedStruct?[], false);
- Eval(19429, v is NestedStructGen<Decimal>, false);
- Eval(19430, v is NestedStructGen<Decimal>[], false);
- Eval(19431, v is NestedStructGen<Decimal>?, false);
- Eval(19432, v is NestedStructGen<Decimal>?[], false);
+// Eval(19429, v is NestedStructGen<Decimal>, false);
+// Eval(19430, v is NestedStructGen<Decimal>[], false);
+// Eval(19431, v is NestedStructGen<Decimal>?, false);
+// Eval(19432, v is NestedStructGen<Decimal>?[], false);
Eval(19433, v is ExplicitFieldOffsetStruct, false);
Eval(19434, v is ExplicitFieldOffsetStruct[], false);
Eval(19435, v is ExplicitFieldOffsetStruct?, false);
@@ -1786,18 +1786,18 @@ internal class Program
Eval(19454, v is ImplementTwoInterface[], false);
Eval(19455, v is ImplementTwoInterface?, false);
Eval(19456, v is ImplementTwoInterface?[], false);
- Eval(19457, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(19458, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(19459, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(19460, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(19461, v is ImplementTwoInterfaceGen<int>, false);
- Eval(19462, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(19463, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(19464, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(19465, v is ImplementAllInterface<int>, false);
- Eval(19466, v is ImplementAllInterface<int>[], false);
- Eval(19467, v is ImplementAllInterface<int>?, false);
- Eval(19468, v is ImplementAllInterface<int>?[], false);
+// Eval(19457, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(19458, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(19459, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(19460, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(19461, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(19462, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(19463, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(19464, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(19465, v is ImplementAllInterface<int>, false);
+// Eval(19466, v is ImplementAllInterface<int>[], false);
+// Eval(19467, v is ImplementAllInterface<int>?, false);
+// Eval(19468, v is ImplementAllInterface<int>?[], false);
Eval(19469, v is IntE, false);
Eval(19470, v is IntE[], false);
Eval(19471, v is IntE?, false);
@@ -1896,38 +1896,38 @@ internal class Program
Eval(19564, v is IEmpty[], false);
Eval(19565, v is INotEmpty, false);
Eval(19566, v is INotEmpty[], false);
- Eval(19567, v is IEmptyGen<int>, false);
- Eval(19568, v is IEmptyGen<int>[], false);
- Eval(19569, v is INotEmptyGen<int>, false);
- Eval(19570, v is INotEmptyGen<int>[], false);
+// Eval(19567, v is IEmptyGen<int>, false);
+// Eval(19568, v is IEmptyGen<int>[], false);
+// Eval(19569, v is INotEmptyGen<int>, false);
+// Eval(19570, v is INotEmptyGen<int>[], false);
Eval(19571, v is SimpleDelegate, false);
Eval(19572, v is SimpleDelegate[], false);
- Eval(19573, v is GenericDelegate<int>, false);
- Eval(19574, v is GenericDelegate<int>[], false);
+// Eval(19573, v is GenericDelegate<int>, false);
+// Eval(19574, v is GenericDelegate<int>[], false);
Eval(19575, v is EmptyClass, false);
Eval(19576, v is EmptyClass[], false);
Eval(19577, v is NotEmptyClass, false);
Eval(19578, v is NotEmptyClass[], false);
- Eval(19579, v is EmptyClassGen<int>, false);
- Eval(19580, v is EmptyClassGen<int>[], false);
- Eval(19581, v is NotEmptyClassGen<Guid>, false);
- Eval(19582, v is NotEmptyClassGen<Guid>[], false);
- Eval(19583, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(19584, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(19579, v is EmptyClassGen<int>, false);
+// Eval(19580, v is EmptyClassGen<int>[], false);
+// Eval(19581, v is NotEmptyClassGen<Guid>, false);
+// Eval(19582, v is NotEmptyClassGen<Guid>[], false);
+// Eval(19583, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(19584, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(19585, v is NestedClass, false);
Eval(19586, v is NestedClass[], false);
- Eval(19587, v is NestedClassGen<Decimal>, false);
- Eval(19588, v is NestedClassGen<Decimal>[], false);
+// Eval(19587, v is NestedClassGen<Decimal>, false);
+// Eval(19588, v is NestedClassGen<Decimal>[], false);
Eval(19589, v is ImplementOneInterfaceC, false);
Eval(19590, v is ImplementOneInterfaceC[], false);
Eval(19591, v is ImplementTwoInterfaceC, false);
Eval(19592, v is ImplementTwoInterfaceC[], false);
- Eval(19593, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(19594, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(19595, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(19596, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(19597, v is ImplementAllInterfaceC<int>, false);
- Eval(19598, v is ImplementAllInterfaceC<int>[], false);
+// Eval(19593, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(19594, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(19595, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(19596, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(19597, v is ImplementAllInterfaceC<int>, false);
+// Eval(19598, v is ImplementAllInterfaceC<int>[], false);
Eval(19599, v is SealedClass, false);
Eval(19600, v is SealedClass[], false);
}
@@ -1944,26 +1944,26 @@ internal class Program
Eval(19606, v is NotEmptyStruct[], false);
Eval(19607, v is NotEmptyStruct?, false);
Eval(19608, v is NotEmptyStruct?[], false);
- Eval(19609, v is EmptyStructGen<int>, false);
- Eval(19610, v is EmptyStructGen<int>[], false);
- Eval(19611, v is EmptyStructGen<int>?, false);
- Eval(19612, v is EmptyStructGen<int>?[], false);
- Eval(19613, v is NotEmptyStructGen<Guid>, false);
- Eval(19614, v is NotEmptyStructGen<Guid>[], false);
- Eval(19615, v is NotEmptyStructGen<Guid>?, false);
- Eval(19616, v is NotEmptyStructGen<Guid>?[], false);
- Eval(19617, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(19618, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(19619, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(19620, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(19609, v is EmptyStructGen<int>, false);
+// Eval(19610, v is EmptyStructGen<int>[], false);
+// Eval(19611, v is EmptyStructGen<int>?, false);
+// Eval(19612, v is EmptyStructGen<int>?[], false);
+// Eval(19613, v is NotEmptyStructGen<Guid>, false);
+// Eval(19614, v is NotEmptyStructGen<Guid>[], false);
+// Eval(19615, v is NotEmptyStructGen<Guid>?, false);
+// Eval(19616, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(19617, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(19618, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(19619, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(19620, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(19621, v is NestedStruct, false);
Eval(19622, v is NestedStruct[], false);
Eval(19623, v is NestedStruct?, false);
Eval(19624, v is NestedStruct?[], false);
- Eval(19625, v is NestedStructGen<Decimal>, false);
- Eval(19626, v is NestedStructGen<Decimal>[], false);
- Eval(19627, v is NestedStructGen<Decimal>?, false);
- Eval(19628, v is NestedStructGen<Decimal>?[], false);
+// Eval(19625, v is NestedStructGen<Decimal>, false);
+// Eval(19626, v is NestedStructGen<Decimal>[], false);
+// Eval(19627, v is NestedStructGen<Decimal>?, false);
+// Eval(19628, v is NestedStructGen<Decimal>?[], false);
Eval(19629, v is ExplicitFieldOffsetStruct, false);
Eval(19630, v is ExplicitFieldOffsetStruct[], false);
Eval(19631, v is ExplicitFieldOffsetStruct?, false);
@@ -1980,18 +1980,18 @@ internal class Program
Eval(19650, v is ImplementTwoInterface[], false);
Eval(19651, v is ImplementTwoInterface?, false);
Eval(19652, v is ImplementTwoInterface?[], false);
- Eval(19653, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(19654, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(19655, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(19656, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(19657, v is ImplementTwoInterfaceGen<int>, false);
- Eval(19658, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(19659, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(19660, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(19661, v is ImplementAllInterface<int>, false);
- Eval(19662, v is ImplementAllInterface<int>[], false);
- Eval(19663, v is ImplementAllInterface<int>?, false);
- Eval(19664, v is ImplementAllInterface<int>?[], false);
+// Eval(19653, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(19654, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(19655, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(19656, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(19657, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(19658, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(19659, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(19660, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(19661, v is ImplementAllInterface<int>, false);
+// Eval(19662, v is ImplementAllInterface<int>[], false);
+// Eval(19663, v is ImplementAllInterface<int>?, false);
+// Eval(19664, v is ImplementAllInterface<int>?[], false);
Eval(19665, v is IntE, false);
Eval(19666, v is IntE[], false);
Eval(19667, v is IntE?, false);
@@ -2090,38 +2090,38 @@ internal class Program
Eval(19760, v is IEmpty[], false);
Eval(19761, v is INotEmpty, false);
Eval(19762, v is INotEmpty[], false);
- Eval(19763, v is IEmptyGen<int>, false);
- Eval(19764, v is IEmptyGen<int>[], false);
- Eval(19765, v is INotEmptyGen<int>, false);
- Eval(19766, v is INotEmptyGen<int>[], false);
+// Eval(19763, v is IEmptyGen<int>, false);
+// Eval(19764, v is IEmptyGen<int>[], false);
+// Eval(19765, v is INotEmptyGen<int>, false);
+// Eval(19766, v is INotEmptyGen<int>[], false);
Eval(19767, v is SimpleDelegate, false);
Eval(19768, v is SimpleDelegate[], false);
- Eval(19769, v is GenericDelegate<int>, false);
- Eval(19770, v is GenericDelegate<int>[], false);
+// Eval(19769, v is GenericDelegate<int>, false);
+// Eval(19770, v is GenericDelegate<int>[], false);
Eval(19771, v is EmptyClass, false);
Eval(19772, v is EmptyClass[], false);
Eval(19773, v is NotEmptyClass, false);
Eval(19774, v is NotEmptyClass[], false);
- Eval(19775, v is EmptyClassGen<int>, false);
- Eval(19776, v is EmptyClassGen<int>[], false);
- Eval(19777, v is NotEmptyClassGen<Guid>, false);
- Eval(19778, v is NotEmptyClassGen<Guid>[], false);
- Eval(19779, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(19780, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(19775, v is EmptyClassGen<int>, false);
+// Eval(19776, v is EmptyClassGen<int>[], false);
+// Eval(19777, v is NotEmptyClassGen<Guid>, false);
+// Eval(19778, v is NotEmptyClassGen<Guid>[], false);
+// Eval(19779, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(19780, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(19781, v is NestedClass, false);
Eval(19782, v is NestedClass[], false);
- Eval(19783, v is NestedClassGen<Decimal>, false);
- Eval(19784, v is NestedClassGen<Decimal>[], false);
+// Eval(19783, v is NestedClassGen<Decimal>, false);
+// Eval(19784, v is NestedClassGen<Decimal>[], false);
Eval(19785, v is ImplementOneInterfaceC, false);
Eval(19786, v is ImplementOneInterfaceC[], false);
Eval(19787, v is ImplementTwoInterfaceC, false);
Eval(19788, v is ImplementTwoInterfaceC[], false);
- Eval(19789, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(19790, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(19791, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(19792, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(19793, v is ImplementAllInterfaceC<int>, false);
- Eval(19794, v is ImplementAllInterfaceC<int>[], false);
+// Eval(19789, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(19790, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(19791, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(19792, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(19793, v is ImplementAllInterfaceC<int>, false);
+// Eval(19794, v is ImplementAllInterfaceC<int>[], false);
Eval(19795, v is SealedClass, false);
Eval(19796, v is SealedClass[], false);
}
@@ -2135,26 +2135,26 @@ internal class Program
Eval(19802, v is NotEmptyStruct[], false);
Eval(19803, v is NotEmptyStruct?, false);
Eval(19804, v is NotEmptyStruct?[], false);
- Eval(19805, v is EmptyStructGen<int>, false);
- Eval(19806, v is EmptyStructGen<int>[], false);
- Eval(19807, v is EmptyStructGen<int>?, false);
- Eval(19808, v is EmptyStructGen<int>?[], false);
- Eval(19809, v is NotEmptyStructGen<Guid>, false);
- Eval(19810, v is NotEmptyStructGen<Guid>[], false);
- Eval(19811, v is NotEmptyStructGen<Guid>?, false);
- Eval(19812, v is NotEmptyStructGen<Guid>?[], false);
- Eval(19813, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(19814, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(19815, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(19816, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(19805, v is EmptyStructGen<int>, false);
+// Eval(19806, v is EmptyStructGen<int>[], false);
+// Eval(19807, v is EmptyStructGen<int>?, false);
+// Eval(19808, v is EmptyStructGen<int>?[], false);
+// Eval(19809, v is NotEmptyStructGen<Guid>, false);
+// Eval(19810, v is NotEmptyStructGen<Guid>[], false);
+// Eval(19811, v is NotEmptyStructGen<Guid>?, false);
+// Eval(19812, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(19813, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(19814, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(19815, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(19816, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(19817, v is NestedStruct, false);
Eval(19818, v is NestedStruct[], false);
Eval(19819, v is NestedStruct?, false);
Eval(19820, v is NestedStruct?[], false);
- Eval(19821, v is NestedStructGen<Decimal>, false);
- Eval(19822, v is NestedStructGen<Decimal>[], false);
- Eval(19823, v is NestedStructGen<Decimal>?, false);
- Eval(19824, v is NestedStructGen<Decimal>?[], false);
+// Eval(19821, v is NestedStructGen<Decimal>, false);
+// Eval(19822, v is NestedStructGen<Decimal>[], false);
+// Eval(19823, v is NestedStructGen<Decimal>?, false);
+// Eval(19824, v is NestedStructGen<Decimal>?[], false);
Eval(19825, v is ExplicitFieldOffsetStruct, false);
Eval(19826, v is ExplicitFieldOffsetStruct[], false);
Eval(19827, v is ExplicitFieldOffsetStruct?, false);
@@ -2171,18 +2171,18 @@ internal class Program
Eval(19846, v is ImplementTwoInterface[], false);
Eval(19847, v is ImplementTwoInterface?, false);
Eval(19848, v is ImplementTwoInterface?[], false);
- Eval(19849, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(19850, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(19851, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(19852, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(19853, v is ImplementTwoInterfaceGen<int>, false);
- Eval(19854, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(19855, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(19856, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(19857, v is ImplementAllInterface<int>, false);
- Eval(19858, v is ImplementAllInterface<int>[], false);
- Eval(19859, v is ImplementAllInterface<int>?, false);
- Eval(19860, v is ImplementAllInterface<int>?[], false);
+// Eval(19849, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(19850, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(19851, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(19852, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(19853, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(19854, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(19855, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(19856, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(19857, v is ImplementAllInterface<int>, false);
+// Eval(19858, v is ImplementAllInterface<int>[], false);
+// Eval(19859, v is ImplementAllInterface<int>?, false);
+// Eval(19860, v is ImplementAllInterface<int>?[], false);
Eval(19861, v is IntE, false);
Eval(19862, v is IntE[], false);
Eval(19863, v is IntE?, false);
@@ -2281,38 +2281,38 @@ internal class Program
Eval(19956, v is IEmpty[], false);
Eval(19957, v is INotEmpty, false);
Eval(19958, v is INotEmpty[], false);
- Eval(19959, v is IEmptyGen<int>, false);
- Eval(19960, v is IEmptyGen<int>[], false);
- Eval(19961, v is INotEmptyGen<int>, false);
- Eval(19962, v is INotEmptyGen<int>[], false);
+// Eval(19959, v is IEmptyGen<int>, false);
+// Eval(19960, v is IEmptyGen<int>[], false);
+// Eval(19961, v is INotEmptyGen<int>, false);
+// Eval(19962, v is INotEmptyGen<int>[], false);
Eval(19963, v is SimpleDelegate, false);
Eval(19964, v is SimpleDelegate[], false);
- Eval(19965, v is GenericDelegate<int>, false);
- Eval(19966, v is GenericDelegate<int>[], false);
+// Eval(19965, v is GenericDelegate<int>, false);
+// Eval(19966, v is GenericDelegate<int>[], false);
Eval(19967, v is EmptyClass, false);
Eval(19968, v is EmptyClass[], false);
Eval(19969, v is NotEmptyClass, false);
Eval(19970, v is NotEmptyClass[], false);
- Eval(19971, v is EmptyClassGen<int>, false);
- Eval(19972, v is EmptyClassGen<int>[], false);
- Eval(19973, v is NotEmptyClassGen<Guid>, false);
- Eval(19974, v is NotEmptyClassGen<Guid>[], false);
- Eval(19975, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(19976, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(19971, v is EmptyClassGen<int>, false);
+// Eval(19972, v is EmptyClassGen<int>[], false);
+// Eval(19973, v is NotEmptyClassGen<Guid>, false);
+// Eval(19974, v is NotEmptyClassGen<Guid>[], false);
+// Eval(19975, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(19976, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(19977, v is NestedClass, false);
Eval(19978, v is NestedClass[], false);
- Eval(19979, v is NestedClassGen<Decimal>, false);
- Eval(19980, v is NestedClassGen<Decimal>[], false);
+// Eval(19979, v is NestedClassGen<Decimal>, false);
+// Eval(19980, v is NestedClassGen<Decimal>[], false);
Eval(19981, v is ImplementOneInterfaceC, false);
Eval(19982, v is ImplementOneInterfaceC[], false);
Eval(19983, v is ImplementTwoInterfaceC, false);
Eval(19984, v is ImplementTwoInterfaceC[], false);
- Eval(19985, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(19986, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(19987, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(19988, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(19989, v is ImplementAllInterfaceC<int>, false);
- Eval(19990, v is ImplementAllInterfaceC<int>[], false);
+// Eval(19985, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(19986, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(19987, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(19988, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(19989, v is ImplementAllInterfaceC<int>, false);
+// Eval(19990, v is ImplementAllInterfaceC<int>[], false);
Eval(19991, v is SealedClass, false);
Eval(19992, v is SealedClass[], false);
}
@@ -2326,26 +2326,26 @@ internal class Program
Eval(19998, v is NotEmptyStruct[], false);
Eval(19999, v is NotEmptyStruct?, false);
Eval(20000, v is NotEmptyStruct?[], false);
- Eval(20001, v is EmptyStructGen<int>, false);
- Eval(20002, v is EmptyStructGen<int>[], false);
- Eval(20003, v is EmptyStructGen<int>?, false);
- Eval(20004, v is EmptyStructGen<int>?[], false);
- Eval(20005, v is NotEmptyStructGen<Guid>, false);
- Eval(20006, v is NotEmptyStructGen<Guid>[], false);
- Eval(20007, v is NotEmptyStructGen<Guid>?, false);
- Eval(20008, v is NotEmptyStructGen<Guid>?[], false);
- Eval(20009, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(20010, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(20011, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(20012, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(20001, v is EmptyStructGen<int>, false);
+// Eval(20002, v is EmptyStructGen<int>[], false);
+// Eval(20003, v is EmptyStructGen<int>?, false);
+// Eval(20004, v is EmptyStructGen<int>?[], false);
+// Eval(20005, v is NotEmptyStructGen<Guid>, false);
+// Eval(20006, v is NotEmptyStructGen<Guid>[], false);
+// Eval(20007, v is NotEmptyStructGen<Guid>?, false);
+// Eval(20008, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(20009, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(20010, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(20011, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(20012, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(20013, v is NestedStruct, false);
Eval(20014, v is NestedStruct[], false);
Eval(20015, v is NestedStruct?, false);
Eval(20016, v is NestedStruct?[], false);
- Eval(20017, v is NestedStructGen<Decimal>, false);
- Eval(20018, v is NestedStructGen<Decimal>[], false);
- Eval(20019, v is NestedStructGen<Decimal>?, false);
- Eval(20020, v is NestedStructGen<Decimal>?[], false);
+// Eval(20017, v is NestedStructGen<Decimal>, false);
+// Eval(20018, v is NestedStructGen<Decimal>[], false);
+// Eval(20019, v is NestedStructGen<Decimal>?, false);
+// Eval(20020, v is NestedStructGen<Decimal>?[], false);
Eval(20021, v is ExplicitFieldOffsetStruct, false);
Eval(20022, v is ExplicitFieldOffsetStruct[], false);
Eval(20023, v is ExplicitFieldOffsetStruct?, false);
@@ -2362,18 +2362,18 @@ internal class Program
Eval(20042, v is ImplementTwoInterface[], false);
Eval(20043, v is ImplementTwoInterface?, false);
Eval(20044, v is ImplementTwoInterface?[], false);
- Eval(20045, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(20046, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(20047, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(20048, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(20049, v is ImplementTwoInterfaceGen<int>, false);
- Eval(20050, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(20051, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(20052, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(20053, v is ImplementAllInterface<int>, false);
- Eval(20054, v is ImplementAllInterface<int>[], false);
- Eval(20055, v is ImplementAllInterface<int>?, false);
- Eval(20056, v is ImplementAllInterface<int>?[], false);
+// Eval(20045, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(20046, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(20047, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(20048, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(20049, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(20050, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(20051, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(20052, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(20053, v is ImplementAllInterface<int>, false);
+// Eval(20054, v is ImplementAllInterface<int>[], false);
+// Eval(20055, v is ImplementAllInterface<int>?, false);
+// Eval(20056, v is ImplementAllInterface<int>?[], false);
Eval(20057, v is IntE, false);
Eval(20058, v is IntE[], false);
Eval(20059, v is IntE?, false);
@@ -2472,38 +2472,38 @@ internal class Program
Eval(20152, v is IEmpty[], false);
Eval(20153, v is INotEmpty, false);
Eval(20154, v is INotEmpty[], false);
- Eval(20155, v is IEmptyGen<int>, false);
- Eval(20156, v is IEmptyGen<int>[], false);
- Eval(20157, v is INotEmptyGen<int>, false);
- Eval(20158, v is INotEmptyGen<int>[], false);
+// Eval(20155, v is IEmptyGen<int>, false);
+// Eval(20156, v is IEmptyGen<int>[], false);
+// Eval(20157, v is INotEmptyGen<int>, false);
+// Eval(20158, v is INotEmptyGen<int>[], false);
Eval(20159, v is SimpleDelegate, false);
Eval(20160, v is SimpleDelegate[], false);
- Eval(20161, v is GenericDelegate<int>, false);
- Eval(20162, v is GenericDelegate<int>[], false);
+// Eval(20161, v is GenericDelegate<int>, false);
+// Eval(20162, v is GenericDelegate<int>[], false);
Eval(20163, v is EmptyClass, false);
Eval(20164, v is EmptyClass[], false);
Eval(20165, v is NotEmptyClass, false);
Eval(20166, v is NotEmptyClass[], false);
- Eval(20167, v is EmptyClassGen<int>, false);
- Eval(20168, v is EmptyClassGen<int>[], false);
- Eval(20169, v is NotEmptyClassGen<Guid>, false);
- Eval(20170, v is NotEmptyClassGen<Guid>[], false);
- Eval(20171, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(20172, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(20167, v is EmptyClassGen<int>, false);
+// Eval(20168, v is EmptyClassGen<int>[], false);
+// Eval(20169, v is NotEmptyClassGen<Guid>, false);
+// Eval(20170, v is NotEmptyClassGen<Guid>[], false);
+// Eval(20171, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(20172, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(20173, v is NestedClass, false);
Eval(20174, v is NestedClass[], false);
- Eval(20175, v is NestedClassGen<Decimal>, false);
- Eval(20176, v is NestedClassGen<Decimal>[], false);
+// Eval(20175, v is NestedClassGen<Decimal>, false);
+// Eval(20176, v is NestedClassGen<Decimal>[], false);
Eval(20177, v is ImplementOneInterfaceC, false);
Eval(20178, v is ImplementOneInterfaceC[], false);
Eval(20179, v is ImplementTwoInterfaceC, false);
Eval(20180, v is ImplementTwoInterfaceC[], false);
- Eval(20181, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(20182, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(20183, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(20184, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(20185, v is ImplementAllInterfaceC<int>, false);
- Eval(20186, v is ImplementAllInterfaceC<int>[], false);
+// Eval(20181, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(20182, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(20183, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(20184, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(20185, v is ImplementAllInterfaceC<int>, false);
+// Eval(20186, v is ImplementAllInterfaceC<int>[], false);
Eval(20187, v is SealedClass, false);
Eval(20188, v is SealedClass[], false);
}
@@ -2517,26 +2517,26 @@ internal class Program
Eval(20194, v is NotEmptyStruct[], false);
Eval(20195, v is NotEmptyStruct?, false);
Eval(20196, v is NotEmptyStruct?[], false);
- Eval(20197, v is EmptyStructGen<int>, false);
- Eval(20198, v is EmptyStructGen<int>[], false);
- Eval(20199, v is EmptyStructGen<int>?, false);
- Eval(20200, v is EmptyStructGen<int>?[], false);
- Eval(20201, v is NotEmptyStructGen<Guid>, false);
- Eval(20202, v is NotEmptyStructGen<Guid>[], false);
- Eval(20203, v is NotEmptyStructGen<Guid>?, false);
- Eval(20204, v is NotEmptyStructGen<Guid>?[], false);
- Eval(20205, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(20206, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(20207, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(20208, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(20197, v is EmptyStructGen<int>, false);
+// Eval(20198, v is EmptyStructGen<int>[], false);
+// Eval(20199, v is EmptyStructGen<int>?, false);
+// Eval(20200, v is EmptyStructGen<int>?[], false);
+// Eval(20201, v is NotEmptyStructGen<Guid>, false);
+// Eval(20202, v is NotEmptyStructGen<Guid>[], false);
+// Eval(20203, v is NotEmptyStructGen<Guid>?, false);
+// Eval(20204, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(20205, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(20206, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(20207, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(20208, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(20209, v is NestedStruct, false);
Eval(20210, v is NestedStruct[], false);
Eval(20211, v is NestedStruct?, false);
Eval(20212, v is NestedStruct?[], false);
- Eval(20213, v is NestedStructGen<Decimal>, false);
- Eval(20214, v is NestedStructGen<Decimal>[], false);
- Eval(20215, v is NestedStructGen<Decimal>?, false);
- Eval(20216, v is NestedStructGen<Decimal>?[], false);
+// Eval(20213, v is NestedStructGen<Decimal>, false);
+// Eval(20214, v is NestedStructGen<Decimal>[], false);
+// Eval(20215, v is NestedStructGen<Decimal>?, false);
+// Eval(20216, v is NestedStructGen<Decimal>?[], false);
Eval(20217, v is ExplicitFieldOffsetStruct, false);
Eval(20218, v is ExplicitFieldOffsetStruct[], false);
Eval(20219, v is ExplicitFieldOffsetStruct?, false);
@@ -2553,18 +2553,18 @@ internal class Program
Eval(20238, v is ImplementTwoInterface[], false);
Eval(20239, v is ImplementTwoInterface?, false);
Eval(20240, v is ImplementTwoInterface?[], false);
- Eval(20241, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(20242, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(20243, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(20244, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(20245, v is ImplementTwoInterfaceGen<int>, false);
- Eval(20246, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(20247, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(20248, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(20249, v is ImplementAllInterface<int>, false);
- Eval(20250, v is ImplementAllInterface<int>[], false);
- Eval(20251, v is ImplementAllInterface<int>?, false);
- Eval(20252, v is ImplementAllInterface<int>?[], false);
+// Eval(20241, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(20242, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(20243, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(20244, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(20245, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(20246, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(20247, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(20248, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(20249, v is ImplementAllInterface<int>, false);
+// Eval(20250, v is ImplementAllInterface<int>[], false);
+// Eval(20251, v is ImplementAllInterface<int>?, false);
+// Eval(20252, v is ImplementAllInterface<int>?[], false);
Eval(20253, v is IntE, false);
Eval(20254, v is IntE[], false);
Eval(20255, v is IntE?, false);
@@ -2663,38 +2663,38 @@ internal class Program
Eval(20348, v is IEmpty[], false);
Eval(20349, v is INotEmpty, false);
Eval(20350, v is INotEmpty[], false);
- Eval(20351, v is IEmptyGen<int>, false);
- Eval(20352, v is IEmptyGen<int>[], false);
- Eval(20353, v is INotEmptyGen<int>, false);
- Eval(20354, v is INotEmptyGen<int>[], false);
+// Eval(20351, v is IEmptyGen<int>, false);
+// Eval(20352, v is IEmptyGen<int>[], false);
+// Eval(20353, v is INotEmptyGen<int>, false);
+// Eval(20354, v is INotEmptyGen<int>[], false);
Eval(20355, v is SimpleDelegate, false);
Eval(20356, v is SimpleDelegate[], false);
- Eval(20357, v is GenericDelegate<int>, false);
- Eval(20358, v is GenericDelegate<int>[], false);
+// Eval(20357, v is GenericDelegate<int>, false);
+// Eval(20358, v is GenericDelegate<int>[], false);
Eval(20359, v is EmptyClass, false);
Eval(20360, v is EmptyClass[], false);
Eval(20361, v is NotEmptyClass, false);
Eval(20362, v is NotEmptyClass[], false);
- Eval(20363, v is EmptyClassGen<int>, false);
- Eval(20364, v is EmptyClassGen<int>[], false);
- Eval(20365, v is NotEmptyClassGen<Guid>, false);
- Eval(20366, v is NotEmptyClassGen<Guid>[], false);
- Eval(20367, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(20368, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(20363, v is EmptyClassGen<int>, false);
+// Eval(20364, v is EmptyClassGen<int>[], false);
+// Eval(20365, v is NotEmptyClassGen<Guid>, false);
+// Eval(20366, v is NotEmptyClassGen<Guid>[], false);
+// Eval(20367, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(20368, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(20369, v is NestedClass, false);
Eval(20370, v is NestedClass[], false);
- Eval(20371, v is NestedClassGen<Decimal>, false);
- Eval(20372, v is NestedClassGen<Decimal>[], false);
+// Eval(20371, v is NestedClassGen<Decimal>, false);
+// Eval(20372, v is NestedClassGen<Decimal>[], false);
Eval(20373, v is ImplementOneInterfaceC, false);
Eval(20374, v is ImplementOneInterfaceC[], false);
Eval(20375, v is ImplementTwoInterfaceC, false);
Eval(20376, v is ImplementTwoInterfaceC[], false);
- Eval(20377, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(20378, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(20379, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(20380, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(20381, v is ImplementAllInterfaceC<int>, false);
- Eval(20382, v is ImplementAllInterfaceC<int>[], false);
+// Eval(20377, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(20378, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(20379, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(20380, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(20381, v is ImplementAllInterfaceC<int>, false);
+// Eval(20382, v is ImplementAllInterfaceC<int>[], false);
Eval(20383, v is SealedClass, false);
Eval(20384, v is SealedClass[], false);
}
@@ -2708,26 +2708,26 @@ internal class Program
Eval(20390, v is NotEmptyStruct[], false);
Eval(20391, v is NotEmptyStruct?, false);
Eval(20392, v is NotEmptyStruct?[], false);
- Eval(20393, v is EmptyStructGen<int>, false);
- Eval(20394, v is EmptyStructGen<int>[], false);
- Eval(20395, v is EmptyStructGen<int>?, false);
- Eval(20396, v is EmptyStructGen<int>?[], false);
- Eval(20397, v is NotEmptyStructGen<Guid>, false);
- Eval(20398, v is NotEmptyStructGen<Guid>[], false);
- Eval(20399, v is NotEmptyStructGen<Guid>?, false);
- Eval(20400, v is NotEmptyStructGen<Guid>?[], false);
- Eval(20401, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(20402, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(20403, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(20404, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(20393, v is EmptyStructGen<int>, false);
+// Eval(20394, v is EmptyStructGen<int>[], false);
+// Eval(20395, v is EmptyStructGen<int>?, false);
+// Eval(20396, v is EmptyStructGen<int>?[], false);
+// Eval(20397, v is NotEmptyStructGen<Guid>, false);
+// Eval(20398, v is NotEmptyStructGen<Guid>[], false);
+// Eval(20399, v is NotEmptyStructGen<Guid>?, false);
+// Eval(20400, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(20401, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(20402, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(20403, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(20404, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(20405, v is NestedStruct, false);
Eval(20406, v is NestedStruct[], false);
Eval(20407, v is NestedStruct?, false);
Eval(20408, v is NestedStruct?[], false);
- Eval(20409, v is NestedStructGen<Decimal>, false);
- Eval(20410, v is NestedStructGen<Decimal>[], false);
- Eval(20411, v is NestedStructGen<Decimal>?, false);
- Eval(20412, v is NestedStructGen<Decimal>?[], false);
+// Eval(20409, v is NestedStructGen<Decimal>, false);
+// Eval(20410, v is NestedStructGen<Decimal>[], false);
+// Eval(20411, v is NestedStructGen<Decimal>?, false);
+// Eval(20412, v is NestedStructGen<Decimal>?[], false);
Eval(20413, v is ExplicitFieldOffsetStruct, false);
Eval(20414, v is ExplicitFieldOffsetStruct[], false);
Eval(20415, v is ExplicitFieldOffsetStruct?, false);
@@ -2744,18 +2744,18 @@ internal class Program
Eval(20434, v is ImplementTwoInterface[], false);
Eval(20435, v is ImplementTwoInterface?, false);
Eval(20436, v is ImplementTwoInterface?[], false);
- Eval(20437, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(20438, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(20439, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(20440, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(20441, v is ImplementTwoInterfaceGen<int>, false);
- Eval(20442, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(20443, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(20444, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(20445, v is ImplementAllInterface<int>, false);
- Eval(20446, v is ImplementAllInterface<int>[], false);
- Eval(20447, v is ImplementAllInterface<int>?, false);
- Eval(20448, v is ImplementAllInterface<int>?[], false);
+// Eval(20437, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(20438, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(20439, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(20440, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(20441, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(20442, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(20443, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(20444, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(20445, v is ImplementAllInterface<int>, false);
+// Eval(20446, v is ImplementAllInterface<int>[], false);
+// Eval(20447, v is ImplementAllInterface<int>?, false);
+// Eval(20448, v is ImplementAllInterface<int>?[], false);
Eval(20449, v is IntE, false);
Eval(20450, v is IntE[], false);
Eval(20451, v is IntE?, false);
@@ -2854,38 +2854,38 @@ internal class Program
Eval(20544, v is IEmpty[], false);
Eval(20545, v is INotEmpty, false);
Eval(20546, v is INotEmpty[], false);
- Eval(20547, v is IEmptyGen<int>, false);
- Eval(20548, v is IEmptyGen<int>[], false);
- Eval(20549, v is INotEmptyGen<int>, false);
- Eval(20550, v is INotEmptyGen<int>[], false);
+// Eval(20547, v is IEmptyGen<int>, false);
+// Eval(20548, v is IEmptyGen<int>[], false);
+// Eval(20549, v is INotEmptyGen<int>, false);
+// Eval(20550, v is INotEmptyGen<int>[], false);
Eval(20551, v is SimpleDelegate, false);
Eval(20552, v is SimpleDelegate[], false);
- Eval(20553, v is GenericDelegate<int>, false);
- Eval(20554, v is GenericDelegate<int>[], false);
+// Eval(20553, v is GenericDelegate<int>, false);
+// Eval(20554, v is GenericDelegate<int>[], false);
Eval(20555, v is EmptyClass, false);
Eval(20556, v is EmptyClass[], false);
Eval(20557, v is NotEmptyClass, false);
Eval(20558, v is NotEmptyClass[], false);
- Eval(20559, v is EmptyClassGen<int>, false);
- Eval(20560, v is EmptyClassGen<int>[], false);
- Eval(20561, v is NotEmptyClassGen<Guid>, false);
- Eval(20562, v is NotEmptyClassGen<Guid>[], false);
- Eval(20563, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(20564, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(20559, v is EmptyClassGen<int>, false);
+// Eval(20560, v is EmptyClassGen<int>[], false);
+// Eval(20561, v is NotEmptyClassGen<Guid>, false);
+// Eval(20562, v is NotEmptyClassGen<Guid>[], false);
+// Eval(20563, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(20564, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(20565, v is NestedClass, false);
Eval(20566, v is NestedClass[], false);
- Eval(20567, v is NestedClassGen<Decimal>, false);
- Eval(20568, v is NestedClassGen<Decimal>[], false);
+// Eval(20567, v is NestedClassGen<Decimal>, false);
+// Eval(20568, v is NestedClassGen<Decimal>[], false);
Eval(20569, v is ImplementOneInterfaceC, false);
Eval(20570, v is ImplementOneInterfaceC[], false);
Eval(20571, v is ImplementTwoInterfaceC, false);
Eval(20572, v is ImplementTwoInterfaceC[], false);
- Eval(20573, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(20574, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(20575, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(20576, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(20577, v is ImplementAllInterfaceC<int>, false);
- Eval(20578, v is ImplementAllInterfaceC<int>[], false);
+// Eval(20573, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(20574, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(20575, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(20576, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(20577, v is ImplementAllInterfaceC<int>, false);
+// Eval(20578, v is ImplementAllInterfaceC<int>[], false);
Eval(20579, v is SealedClass, false);
Eval(20580, v is SealedClass[], false);
}
@@ -2902,26 +2902,26 @@ internal class Program
Eval(20586, v is NotEmptyStruct[], false);
Eval(20587, v is NotEmptyStruct?, false);
Eval(20588, v is NotEmptyStruct?[], false);
- Eval(20589, v is EmptyStructGen<int>, false);
- Eval(20590, v is EmptyStructGen<int>[], false);
- Eval(20591, v is EmptyStructGen<int>?, false);
- Eval(20592, v is EmptyStructGen<int>?[], false);
- Eval(20593, v is NotEmptyStructGen<Guid>, false);
- Eval(20594, v is NotEmptyStructGen<Guid>[], false);
- Eval(20595, v is NotEmptyStructGen<Guid>?, false);
- Eval(20596, v is NotEmptyStructGen<Guid>?[], false);
- Eval(20597, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(20598, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(20599, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(20600, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(20589, v is EmptyStructGen<int>, false);
+// Eval(20590, v is EmptyStructGen<int>[], false);
+// Eval(20591, v is EmptyStructGen<int>?, false);
+// Eval(20592, v is EmptyStructGen<int>?[], false);
+// Eval(20593, v is NotEmptyStructGen<Guid>, false);
+// Eval(20594, v is NotEmptyStructGen<Guid>[], false);
+// Eval(20595, v is NotEmptyStructGen<Guid>?, false);
+// Eval(20596, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(20597, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(20598, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(20599, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(20600, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(20601, v is NestedStruct, false);
Eval(20602, v is NestedStruct[], false);
Eval(20603, v is NestedStruct?, false);
Eval(20604, v is NestedStruct?[], false);
- Eval(20605, v is NestedStructGen<Decimal>, false);
- Eval(20606, v is NestedStructGen<Decimal>[], false);
- Eval(20607, v is NestedStructGen<Decimal>?, false);
- Eval(20608, v is NestedStructGen<Decimal>?[], false);
+// Eval(20605, v is NestedStructGen<Decimal>, false);
+// Eval(20606, v is NestedStructGen<Decimal>[], false);
+// Eval(20607, v is NestedStructGen<Decimal>?, false);
+// Eval(20608, v is NestedStructGen<Decimal>?[], false);
Eval(20609, v is ExplicitFieldOffsetStruct, false);
Eval(20610, v is ExplicitFieldOffsetStruct[], false);
Eval(20611, v is ExplicitFieldOffsetStruct?, false);
@@ -2938,18 +2938,18 @@ internal class Program
Eval(20630, v is ImplementTwoInterface[], false);
Eval(20631, v is ImplementTwoInterface?, false);
Eval(20632, v is ImplementTwoInterface?[], false);
- Eval(20633, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(20634, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(20635, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(20636, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(20637, v is ImplementTwoInterfaceGen<int>, false);
- Eval(20638, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(20639, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(20640, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(20641, v is ImplementAllInterface<int>, false);
- Eval(20642, v is ImplementAllInterface<int>[], false);
- Eval(20643, v is ImplementAllInterface<int>?, false);
- Eval(20644, v is ImplementAllInterface<int>?[], false);
+// Eval(20633, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(20634, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(20635, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(20636, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(20637, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(20638, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(20639, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(20640, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(20641, v is ImplementAllInterface<int>, false);
+// Eval(20642, v is ImplementAllInterface<int>[], false);
+// Eval(20643, v is ImplementAllInterface<int>?, false);
+// Eval(20644, v is ImplementAllInterface<int>?[], false);
Eval(20645, v is IntE, false);
Eval(20646, v is IntE[], false);
Eval(20647, v is IntE?, false);
@@ -3048,38 +3048,38 @@ internal class Program
Eval(20740, v is IEmpty[], false);
Eval(20741, v is INotEmpty, false);
Eval(20742, v is INotEmpty[], false);
- Eval(20743, v is IEmptyGen<int>, false);
- Eval(20744, v is IEmptyGen<int>[], false);
- Eval(20745, v is INotEmptyGen<int>, false);
- Eval(20746, v is INotEmptyGen<int>[], false);
+// Eval(20743, v is IEmptyGen<int>, false);
+// Eval(20744, v is IEmptyGen<int>[], false);
+// Eval(20745, v is INotEmptyGen<int>, false);
+// Eval(20746, v is INotEmptyGen<int>[], false);
Eval(20747, v is SimpleDelegate, false);
Eval(20748, v is SimpleDelegate[], false);
- Eval(20749, v is GenericDelegate<int>, false);
- Eval(20750, v is GenericDelegate<int>[], false);
+// Eval(20749, v is GenericDelegate<int>, false);
+// Eval(20750, v is GenericDelegate<int>[], false);
Eval(20751, v is EmptyClass, false);
Eval(20752, v is EmptyClass[], false);
Eval(20753, v is NotEmptyClass, false);
Eval(20754, v is NotEmptyClass[], false);
- Eval(20755, v is EmptyClassGen<int>, false);
- Eval(20756, v is EmptyClassGen<int>[], false);
- Eval(20757, v is NotEmptyClassGen<Guid>, false);
- Eval(20758, v is NotEmptyClassGen<Guid>[], false);
- Eval(20759, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(20760, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(20755, v is EmptyClassGen<int>, false);
+// Eval(20756, v is EmptyClassGen<int>[], false);
+// Eval(20757, v is NotEmptyClassGen<Guid>, false);
+// Eval(20758, v is NotEmptyClassGen<Guid>[], false);
+// Eval(20759, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(20760, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(20761, v is NestedClass, false);
Eval(20762, v is NestedClass[], false);
- Eval(20763, v is NestedClassGen<Decimal>, false);
- Eval(20764, v is NestedClassGen<Decimal>[], false);
+// Eval(20763, v is NestedClassGen<Decimal>, false);
+// Eval(20764, v is NestedClassGen<Decimal>[], false);
Eval(20765, v is ImplementOneInterfaceC, false);
Eval(20766, v is ImplementOneInterfaceC[], false);
Eval(20767, v is ImplementTwoInterfaceC, false);
Eval(20768, v is ImplementTwoInterfaceC[], false);
- Eval(20769, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(20770, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(20771, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(20772, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(20773, v is ImplementAllInterfaceC<int>, false);
- Eval(20774, v is ImplementAllInterfaceC<int>[], false);
+// Eval(20769, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(20770, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(20771, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(20772, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(20773, v is ImplementAllInterfaceC<int>, false);
+// Eval(20774, v is ImplementAllInterfaceC<int>[], false);
Eval(20775, v is SealedClass, false);
Eval(20776, v is SealedClass[], false);
}
@@ -3093,26 +3093,26 @@ internal class Program
Eval(20782, v is NotEmptyStruct[], false);
Eval(20783, v is NotEmptyStruct?, false);
Eval(20784, v is NotEmptyStruct?[], false);
- Eval(20785, v is EmptyStructGen<int>, false);
- Eval(20786, v is EmptyStructGen<int>[], false);
- Eval(20787, v is EmptyStructGen<int>?, false);
- Eval(20788, v is EmptyStructGen<int>?[], false);
- Eval(20789, v is NotEmptyStructGen<Guid>, false);
- Eval(20790, v is NotEmptyStructGen<Guid>[], false);
- Eval(20791, v is NotEmptyStructGen<Guid>?, false);
- Eval(20792, v is NotEmptyStructGen<Guid>?[], false);
- Eval(20793, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(20794, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(20795, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(20796, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(20785, v is EmptyStructGen<int>, false);
+// Eval(20786, v is EmptyStructGen<int>[], false);
+// Eval(20787, v is EmptyStructGen<int>?, false);
+// Eval(20788, v is EmptyStructGen<int>?[], false);
+// Eval(20789, v is NotEmptyStructGen<Guid>, false);
+// Eval(20790, v is NotEmptyStructGen<Guid>[], false);
+// Eval(20791, v is NotEmptyStructGen<Guid>?, false);
+// Eval(20792, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(20793, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(20794, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(20795, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(20796, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(20797, v is NestedStruct, false);
Eval(20798, v is NestedStruct[], false);
Eval(20799, v is NestedStruct?, false);
Eval(20800, v is NestedStruct?[], false);
- Eval(20801, v is NestedStructGen<Decimal>, false);
- Eval(20802, v is NestedStructGen<Decimal>[], false);
- Eval(20803, v is NestedStructGen<Decimal>?, false);
- Eval(20804, v is NestedStructGen<Decimal>?[], false);
+// Eval(20801, v is NestedStructGen<Decimal>, false);
+// Eval(20802, v is NestedStructGen<Decimal>[], false);
+// Eval(20803, v is NestedStructGen<Decimal>?, false);
+// Eval(20804, v is NestedStructGen<Decimal>?[], false);
Eval(20805, v is ExplicitFieldOffsetStruct, false);
Eval(20806, v is ExplicitFieldOffsetStruct[], false);
Eval(20807, v is ExplicitFieldOffsetStruct?, false);
@@ -3129,18 +3129,18 @@ internal class Program
Eval(20826, v is ImplementTwoInterface[], false);
Eval(20827, v is ImplementTwoInterface?, false);
Eval(20828, v is ImplementTwoInterface?[], false);
- Eval(20829, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(20830, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(20831, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(20832, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(20833, v is ImplementTwoInterfaceGen<int>, false);
- Eval(20834, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(20835, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(20836, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(20837, v is ImplementAllInterface<int>, false);
- Eval(20838, v is ImplementAllInterface<int>[], false);
- Eval(20839, v is ImplementAllInterface<int>?, false);
- Eval(20840, v is ImplementAllInterface<int>?[], false);
+// Eval(20829, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(20830, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(20831, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(20832, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(20833, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(20834, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(20835, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(20836, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(20837, v is ImplementAllInterface<int>, false);
+// Eval(20838, v is ImplementAllInterface<int>[], false);
+// Eval(20839, v is ImplementAllInterface<int>?, false);
+// Eval(20840, v is ImplementAllInterface<int>?[], false);
Eval(20841, v is IntE, false);
Eval(20842, v is IntE[], false);
Eval(20843, v is IntE?, false);
@@ -3239,38 +3239,38 @@ internal class Program
Eval(20936, v is IEmpty[], false);
Eval(20937, v is INotEmpty, false);
Eval(20938, v is INotEmpty[], false);
- Eval(20939, v is IEmptyGen<int>, false);
- Eval(20940, v is IEmptyGen<int>[], false);
- Eval(20941, v is INotEmptyGen<int>, false);
- Eval(20942, v is INotEmptyGen<int>[], false);
+// Eval(20939, v is IEmptyGen<int>, false);
+// Eval(20940, v is IEmptyGen<int>[], false);
+// Eval(20941, v is INotEmptyGen<int>, false);
+// Eval(20942, v is INotEmptyGen<int>[], false);
Eval(20943, v is SimpleDelegate, false);
Eval(20944, v is SimpleDelegate[], false);
- Eval(20945, v is GenericDelegate<int>, false);
- Eval(20946, v is GenericDelegate<int>[], false);
+// Eval(20945, v is GenericDelegate<int>, false);
+// Eval(20946, v is GenericDelegate<int>[], false);
Eval(20947, v is EmptyClass, false);
Eval(20948, v is EmptyClass[], false);
Eval(20949, v is NotEmptyClass, false);
Eval(20950, v is NotEmptyClass[], false);
- Eval(20951, v is EmptyClassGen<int>, false);
- Eval(20952, v is EmptyClassGen<int>[], false);
- Eval(20953, v is NotEmptyClassGen<Guid>, false);
- Eval(20954, v is NotEmptyClassGen<Guid>[], false);
- Eval(20955, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(20956, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(20951, v is EmptyClassGen<int>, false);
+// Eval(20952, v is EmptyClassGen<int>[], false);
+// Eval(20953, v is NotEmptyClassGen<Guid>, false);
+// Eval(20954, v is NotEmptyClassGen<Guid>[], false);
+// Eval(20955, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(20956, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(20957, v is NestedClass, false);
Eval(20958, v is NestedClass[], false);
- Eval(20959, v is NestedClassGen<Decimal>, false);
- Eval(20960, v is NestedClassGen<Decimal>[], false);
+// Eval(20959, v is NestedClassGen<Decimal>, false);
+// Eval(20960, v is NestedClassGen<Decimal>[], false);
Eval(20961, v is ImplementOneInterfaceC, false);
Eval(20962, v is ImplementOneInterfaceC[], false);
Eval(20963, v is ImplementTwoInterfaceC, false);
Eval(20964, v is ImplementTwoInterfaceC[], false);
- Eval(20965, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(20966, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(20967, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(20968, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(20969, v is ImplementAllInterfaceC<int>, false);
- Eval(20970, v is ImplementAllInterfaceC<int>[], false);
+// Eval(20965, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(20966, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(20967, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(20968, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(20969, v is ImplementAllInterfaceC<int>, false);
+// Eval(20970, v is ImplementAllInterfaceC<int>[], false);
Eval(20971, v is SealedClass, false);
Eval(20972, v is SealedClass[], false);
}
@@ -3284,26 +3284,26 @@ internal class Program
Eval(20978, v is NotEmptyStruct[], false);
Eval(20979, v is NotEmptyStruct?, false);
Eval(20980, v is NotEmptyStruct?[], false);
- Eval(20981, v is EmptyStructGen<int>, false);
- Eval(20982, v is EmptyStructGen<int>[], false);
- Eval(20983, v is EmptyStructGen<int>?, false);
- Eval(20984, v is EmptyStructGen<int>?[], false);
- Eval(20985, v is NotEmptyStructGen<Guid>, false);
- Eval(20986, v is NotEmptyStructGen<Guid>[], false);
- Eval(20987, v is NotEmptyStructGen<Guid>?, false);
- Eval(20988, v is NotEmptyStructGen<Guid>?[], false);
- Eval(20989, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(20990, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(20991, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(20992, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(20981, v is EmptyStructGen<int>, false);
+// Eval(20982, v is EmptyStructGen<int>[], false);
+// Eval(20983, v is EmptyStructGen<int>?, false);
+// Eval(20984, v is EmptyStructGen<int>?[], false);
+// Eval(20985, v is NotEmptyStructGen<Guid>, false);
+// Eval(20986, v is NotEmptyStructGen<Guid>[], false);
+// Eval(20987, v is NotEmptyStructGen<Guid>?, false);
+// Eval(20988, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(20989, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(20990, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(20991, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(20992, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(20993, v is NestedStruct, false);
Eval(20994, v is NestedStruct[], false);
Eval(20995, v is NestedStruct?, false);
Eval(20996, v is NestedStruct?[], false);
- Eval(20997, v is NestedStructGen<Decimal>, false);
- Eval(20998, v is NestedStructGen<Decimal>[], false);
- Eval(20999, v is NestedStructGen<Decimal>?, false);
- Eval(21000, v is NestedStructGen<Decimal>?[], false);
+// Eval(20997, v is NestedStructGen<Decimal>, false);
+// Eval(20998, v is NestedStructGen<Decimal>[], false);
+// Eval(20999, v is NestedStructGen<Decimal>?, false);
+// Eval(21000, v is NestedStructGen<Decimal>?[], false);
Eval(21001, v is ExplicitFieldOffsetStruct, false);
Eval(21002, v is ExplicitFieldOffsetStruct[], false);
Eval(21003, v is ExplicitFieldOffsetStruct?, false);
@@ -3320,18 +3320,18 @@ internal class Program
Eval(21022, v is ImplementTwoInterface[], false);
Eval(21023, v is ImplementTwoInterface?, false);
Eval(21024, v is ImplementTwoInterface?[], false);
- Eval(21025, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(21026, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(21027, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(21028, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(21029, v is ImplementTwoInterfaceGen<int>, false);
- Eval(21030, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(21031, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(21032, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(21033, v is ImplementAllInterface<int>, false);
- Eval(21034, v is ImplementAllInterface<int>[], false);
- Eval(21035, v is ImplementAllInterface<int>?, false);
- Eval(21036, v is ImplementAllInterface<int>?[], false);
+// Eval(21025, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(21026, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(21027, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(21028, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(21029, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(21030, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(21031, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(21032, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(21033, v is ImplementAllInterface<int>, false);
+// Eval(21034, v is ImplementAllInterface<int>[], false);
+// Eval(21035, v is ImplementAllInterface<int>?, false);
+// Eval(21036, v is ImplementAllInterface<int>?[], false);
Eval(21037, v is IntE, false);
Eval(21038, v is IntE[], false);
Eval(21039, v is IntE?, false);
@@ -3430,38 +3430,38 @@ internal class Program
Eval(21132, v is IEmpty[], false);
Eval(21133, v is INotEmpty, false);
Eval(21134, v is INotEmpty[], false);
- Eval(21135, v is IEmptyGen<int>, false);
- Eval(21136, v is IEmptyGen<int>[], false);
- Eval(21137, v is INotEmptyGen<int>, false);
- Eval(21138, v is INotEmptyGen<int>[], false);
+// Eval(21135, v is IEmptyGen<int>, false);
+// Eval(21136, v is IEmptyGen<int>[], false);
+// Eval(21137, v is INotEmptyGen<int>, false);
+// Eval(21138, v is INotEmptyGen<int>[], false);
Eval(21139, v is SimpleDelegate, false);
Eval(21140, v is SimpleDelegate[], false);
- Eval(21141, v is GenericDelegate<int>, false);
- Eval(21142, v is GenericDelegate<int>[], false);
+// Eval(21141, v is GenericDelegate<int>, false);
+// Eval(21142, v is GenericDelegate<int>[], false);
Eval(21143, v is EmptyClass, false);
Eval(21144, v is EmptyClass[], false);
Eval(21145, v is NotEmptyClass, false);
Eval(21146, v is NotEmptyClass[], false);
- Eval(21147, v is EmptyClassGen<int>, false);
- Eval(21148, v is EmptyClassGen<int>[], false);
- Eval(21149, v is NotEmptyClassGen<Guid>, false);
- Eval(21150, v is NotEmptyClassGen<Guid>[], false);
- Eval(21151, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(21152, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(21147, v is EmptyClassGen<int>, false);
+// Eval(21148, v is EmptyClassGen<int>[], false);
+// Eval(21149, v is NotEmptyClassGen<Guid>, false);
+// Eval(21150, v is NotEmptyClassGen<Guid>[], false);
+// Eval(21151, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(21152, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(21153, v is NestedClass, false);
Eval(21154, v is NestedClass[], false);
- Eval(21155, v is NestedClassGen<Decimal>, false);
- Eval(21156, v is NestedClassGen<Decimal>[], false);
+// Eval(21155, v is NestedClassGen<Decimal>, false);
+// Eval(21156, v is NestedClassGen<Decimal>[], false);
Eval(21157, v is ImplementOneInterfaceC, false);
Eval(21158, v is ImplementOneInterfaceC[], false);
Eval(21159, v is ImplementTwoInterfaceC, false);
Eval(21160, v is ImplementTwoInterfaceC[], false);
- Eval(21161, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(21162, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(21163, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(21164, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(21165, v is ImplementAllInterfaceC<int>, false);
- Eval(21166, v is ImplementAllInterfaceC<int>[], false);
+// Eval(21161, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(21162, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(21163, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(21164, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(21165, v is ImplementAllInterfaceC<int>, false);
+// Eval(21166, v is ImplementAllInterfaceC<int>[], false);
Eval(21167, v is SealedClass, false);
Eval(21168, v is SealedClass[], false);
}
@@ -3475,26 +3475,26 @@ internal class Program
Eval(21174, v is NotEmptyStruct[], false);
Eval(21175, v is NotEmptyStruct?, false);
Eval(21176, v is NotEmptyStruct?[], false);
- Eval(21177, v is EmptyStructGen<int>, false);
- Eval(21178, v is EmptyStructGen<int>[], false);
- Eval(21179, v is EmptyStructGen<int>?, false);
- Eval(21180, v is EmptyStructGen<int>?[], false);
- Eval(21181, v is NotEmptyStructGen<Guid>, false);
- Eval(21182, v is NotEmptyStructGen<Guid>[], false);
- Eval(21183, v is NotEmptyStructGen<Guid>?, false);
- Eval(21184, v is NotEmptyStructGen<Guid>?[], false);
- Eval(21185, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(21186, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(21187, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(21188, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(21177, v is EmptyStructGen<int>, false);
+// Eval(21178, v is EmptyStructGen<int>[], false);
+// Eval(21179, v is EmptyStructGen<int>?, false);
+// Eval(21180, v is EmptyStructGen<int>?[], false);
+// Eval(21181, v is NotEmptyStructGen<Guid>, false);
+// Eval(21182, v is NotEmptyStructGen<Guid>[], false);
+// Eval(21183, v is NotEmptyStructGen<Guid>?, false);
+// Eval(21184, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(21185, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(21186, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(21187, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(21188, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(21189, v is NestedStruct, false);
Eval(21190, v is NestedStruct[], false);
Eval(21191, v is NestedStruct?, false);
Eval(21192, v is NestedStruct?[], false);
- Eval(21193, v is NestedStructGen<Decimal>, false);
- Eval(21194, v is NestedStructGen<Decimal>[], false);
- Eval(21195, v is NestedStructGen<Decimal>?, false);
- Eval(21196, v is NestedStructGen<Decimal>?[], false);
+// Eval(21193, v is NestedStructGen<Decimal>, false);
+// Eval(21194, v is NestedStructGen<Decimal>[], false);
+// Eval(21195, v is NestedStructGen<Decimal>?, false);
+// Eval(21196, v is NestedStructGen<Decimal>?[], false);
Eval(21197, v is ExplicitFieldOffsetStruct, false);
Eval(21198, v is ExplicitFieldOffsetStruct[], false);
Eval(21199, v is ExplicitFieldOffsetStruct?, false);
@@ -3511,18 +3511,18 @@ internal class Program
Eval(21218, v is ImplementTwoInterface[], false);
Eval(21219, v is ImplementTwoInterface?, false);
Eval(21220, v is ImplementTwoInterface?[], false);
- Eval(21221, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(21222, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(21223, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(21224, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(21225, v is ImplementTwoInterfaceGen<int>, false);
- Eval(21226, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(21227, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(21228, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(21229, v is ImplementAllInterface<int>, false);
- Eval(21230, v is ImplementAllInterface<int>[], false);
- Eval(21231, v is ImplementAllInterface<int>?, false);
- Eval(21232, v is ImplementAllInterface<int>?[], false);
+// Eval(21221, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(21222, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(21223, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(21224, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(21225, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(21226, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(21227, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(21228, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(21229, v is ImplementAllInterface<int>, false);
+// Eval(21230, v is ImplementAllInterface<int>[], false);
+// Eval(21231, v is ImplementAllInterface<int>?, false);
+// Eval(21232, v is ImplementAllInterface<int>?[], false);
Eval(21233, v is IntE, false);
Eval(21234, v is IntE[], false);
Eval(21235, v is IntE?, false);
@@ -3621,38 +3621,38 @@ internal class Program
Eval(21328, v is IEmpty[], false);
Eval(21329, v is INotEmpty, false);
Eval(21330, v is INotEmpty[], false);
- Eval(21331, v is IEmptyGen<int>, false);
- Eval(21332, v is IEmptyGen<int>[], false);
- Eval(21333, v is INotEmptyGen<int>, false);
- Eval(21334, v is INotEmptyGen<int>[], false);
+// Eval(21331, v is IEmptyGen<int>, false);
+// Eval(21332, v is IEmptyGen<int>[], false);
+// Eval(21333, v is INotEmptyGen<int>, false);
+// Eval(21334, v is INotEmptyGen<int>[], false);
Eval(21335, v is SimpleDelegate, false);
Eval(21336, v is SimpleDelegate[], false);
- Eval(21337, v is GenericDelegate<int>, false);
- Eval(21338, v is GenericDelegate<int>[], false);
+// Eval(21337, v is GenericDelegate<int>, false);
+// Eval(21338, v is GenericDelegate<int>[], false);
Eval(21339, v is EmptyClass, false);
Eval(21340, v is EmptyClass[], false);
Eval(21341, v is NotEmptyClass, false);
Eval(21342, v is NotEmptyClass[], false);
- Eval(21343, v is EmptyClassGen<int>, false);
- Eval(21344, v is EmptyClassGen<int>[], false);
- Eval(21345, v is NotEmptyClassGen<Guid>, false);
- Eval(21346, v is NotEmptyClassGen<Guid>[], false);
- Eval(21347, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(21348, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(21343, v is EmptyClassGen<int>, false);
+// Eval(21344, v is EmptyClassGen<int>[], false);
+// Eval(21345, v is NotEmptyClassGen<Guid>, false);
+// Eval(21346, v is NotEmptyClassGen<Guid>[], false);
+// Eval(21347, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(21348, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(21349, v is NestedClass, false);
Eval(21350, v is NestedClass[], false);
- Eval(21351, v is NestedClassGen<Decimal>, false);
- Eval(21352, v is NestedClassGen<Decimal>[], false);
+// Eval(21351, v is NestedClassGen<Decimal>, false);
+// Eval(21352, v is NestedClassGen<Decimal>[], false);
Eval(21353, v is ImplementOneInterfaceC, false);
Eval(21354, v is ImplementOneInterfaceC[], false);
Eval(21355, v is ImplementTwoInterfaceC, false);
Eval(21356, v is ImplementTwoInterfaceC[], false);
- Eval(21357, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(21358, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(21359, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(21360, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(21361, v is ImplementAllInterfaceC<int>, false);
- Eval(21362, v is ImplementAllInterfaceC<int>[], false);
+// Eval(21357, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(21358, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(21359, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(21360, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(21361, v is ImplementAllInterfaceC<int>, false);
+// Eval(21362, v is ImplementAllInterfaceC<int>[], false);
Eval(21363, v is SealedClass, false);
Eval(21364, v is SealedClass[], false);
}
@@ -3666,26 +3666,26 @@ internal class Program
Eval(21370, v is NotEmptyStruct[], false);
Eval(21371, v is NotEmptyStruct?, false);
Eval(21372, v is NotEmptyStruct?[], false);
- Eval(21373, v is EmptyStructGen<int>, false);
- Eval(21374, v is EmptyStructGen<int>[], false);
- Eval(21375, v is EmptyStructGen<int>?, false);
- Eval(21376, v is EmptyStructGen<int>?[], false);
- Eval(21377, v is NotEmptyStructGen<Guid>, false);
- Eval(21378, v is NotEmptyStructGen<Guid>[], false);
- Eval(21379, v is NotEmptyStructGen<Guid>?, false);
- Eval(21380, v is NotEmptyStructGen<Guid>?[], false);
- Eval(21381, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(21382, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(21383, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(21384, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(21373, v is EmptyStructGen<int>, false);
+// Eval(21374, v is EmptyStructGen<int>[], false);
+// Eval(21375, v is EmptyStructGen<int>?, false);
+// Eval(21376, v is EmptyStructGen<int>?[], false);
+// Eval(21377, v is NotEmptyStructGen<Guid>, false);
+// Eval(21378, v is NotEmptyStructGen<Guid>[], false);
+// Eval(21379, v is NotEmptyStructGen<Guid>?, false);
+// Eval(21380, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(21381, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(21382, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(21383, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(21384, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(21385, v is NestedStruct, false);
Eval(21386, v is NestedStruct[], false);
Eval(21387, v is NestedStruct?, false);
Eval(21388, v is NestedStruct?[], false);
- Eval(21389, v is NestedStructGen<Decimal>, false);
- Eval(21390, v is NestedStructGen<Decimal>[], false);
- Eval(21391, v is NestedStructGen<Decimal>?, false);
- Eval(21392, v is NestedStructGen<Decimal>?[], false);
+// Eval(21389, v is NestedStructGen<Decimal>, false);
+// Eval(21390, v is NestedStructGen<Decimal>[], false);
+// Eval(21391, v is NestedStructGen<Decimal>?, false);
+// Eval(21392, v is NestedStructGen<Decimal>?[], false);
Eval(21393, v is ExplicitFieldOffsetStruct, false);
Eval(21394, v is ExplicitFieldOffsetStruct[], false);
Eval(21395, v is ExplicitFieldOffsetStruct?, false);
@@ -3702,18 +3702,18 @@ internal class Program
Eval(21414, v is ImplementTwoInterface[], false);
Eval(21415, v is ImplementTwoInterface?, false);
Eval(21416, v is ImplementTwoInterface?[], false);
- Eval(21417, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(21418, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(21419, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(21420, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(21421, v is ImplementTwoInterfaceGen<int>, false);
- Eval(21422, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(21423, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(21424, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(21425, v is ImplementAllInterface<int>, false);
- Eval(21426, v is ImplementAllInterface<int>[], false);
- Eval(21427, v is ImplementAllInterface<int>?, false);
- Eval(21428, v is ImplementAllInterface<int>?[], false);
+// Eval(21417, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(21418, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(21419, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(21420, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(21421, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(21422, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(21423, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(21424, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(21425, v is ImplementAllInterface<int>, false);
+// Eval(21426, v is ImplementAllInterface<int>[], false);
+// Eval(21427, v is ImplementAllInterface<int>?, false);
+// Eval(21428, v is ImplementAllInterface<int>?[], false);
Eval(21429, v is IntE, false);
Eval(21430, v is IntE[], false);
Eval(21431, v is IntE?, false);
@@ -3812,38 +3812,38 @@ internal class Program
Eval(21524, v is IEmpty[], false);
Eval(21525, v is INotEmpty, false);
Eval(21526, v is INotEmpty[], false);
- Eval(21527, v is IEmptyGen<int>, false);
- Eval(21528, v is IEmptyGen<int>[], false);
- Eval(21529, v is INotEmptyGen<int>, false);
- Eval(21530, v is INotEmptyGen<int>[], false);
+// Eval(21527, v is IEmptyGen<int>, false);
+// Eval(21528, v is IEmptyGen<int>[], false);
+// Eval(21529, v is INotEmptyGen<int>, false);
+// Eval(21530, v is INotEmptyGen<int>[], false);
Eval(21531, v is SimpleDelegate, false);
Eval(21532, v is SimpleDelegate[], false);
- Eval(21533, v is GenericDelegate<int>, false);
- Eval(21534, v is GenericDelegate<int>[], false);
+// Eval(21533, v is GenericDelegate<int>, false);
+// Eval(21534, v is GenericDelegate<int>[], false);
Eval(21535, v is EmptyClass, false);
Eval(21536, v is EmptyClass[], false);
Eval(21537, v is NotEmptyClass, false);
Eval(21538, v is NotEmptyClass[], false);
- Eval(21539, v is EmptyClassGen<int>, false);
- Eval(21540, v is EmptyClassGen<int>[], false);
- Eval(21541, v is NotEmptyClassGen<Guid>, false);
- Eval(21542, v is NotEmptyClassGen<Guid>[], false);
- Eval(21543, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(21544, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(21539, v is EmptyClassGen<int>, false);
+// Eval(21540, v is EmptyClassGen<int>[], false);
+// Eval(21541, v is NotEmptyClassGen<Guid>, false);
+// Eval(21542, v is NotEmptyClassGen<Guid>[], false);
+// Eval(21543, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(21544, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(21545, v is NestedClass, false);
Eval(21546, v is NestedClass[], false);
- Eval(21547, v is NestedClassGen<Decimal>, false);
- Eval(21548, v is NestedClassGen<Decimal>[], false);
+// Eval(21547, v is NestedClassGen<Decimal>, false);
+// Eval(21548, v is NestedClassGen<Decimal>[], false);
Eval(21549, v is ImplementOneInterfaceC, false);
Eval(21550, v is ImplementOneInterfaceC[], false);
Eval(21551, v is ImplementTwoInterfaceC, false);
Eval(21552, v is ImplementTwoInterfaceC[], false);
- Eval(21553, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(21554, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(21555, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(21556, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(21557, v is ImplementAllInterfaceC<int>, false);
- Eval(21558, v is ImplementAllInterfaceC<int>[], false);
+// Eval(21553, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(21554, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(21555, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(21556, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(21557, v is ImplementAllInterfaceC<int>, false);
+// Eval(21558, v is ImplementAllInterfaceC<int>[], false);
Eval(21559, v is SealedClass, false);
Eval(21560, v is SealedClass[], false);
}
@@ -3860,26 +3860,26 @@ internal class Program
Eval(21566, v is NotEmptyStruct[], false);
Eval(21567, v is NotEmptyStruct?, false);
Eval(21568, v is NotEmptyStruct?[], false);
- Eval(21569, v is EmptyStructGen<int>, false);
- Eval(21570, v is EmptyStructGen<int>[], false);
- Eval(21571, v is EmptyStructGen<int>?, false);
- Eval(21572, v is EmptyStructGen<int>?[], false);
- Eval(21573, v is NotEmptyStructGen<Guid>, false);
- Eval(21574, v is NotEmptyStructGen<Guid>[], false);
- Eval(21575, v is NotEmptyStructGen<Guid>?, false);
- Eval(21576, v is NotEmptyStructGen<Guid>?[], false);
- Eval(21577, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(21578, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(21579, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(21580, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(21569, v is EmptyStructGen<int>, false);
+// Eval(21570, v is EmptyStructGen<int>[], false);
+// Eval(21571, v is EmptyStructGen<int>?, false);
+// Eval(21572, v is EmptyStructGen<int>?[], false);
+// Eval(21573, v is NotEmptyStructGen<Guid>, false);
+// Eval(21574, v is NotEmptyStructGen<Guid>[], false);
+// Eval(21575, v is NotEmptyStructGen<Guid>?, false);
+// Eval(21576, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(21577, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(21578, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(21579, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(21580, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(21581, v is NestedStruct, false);
Eval(21582, v is NestedStruct[], false);
Eval(21583, v is NestedStruct?, false);
Eval(21584, v is NestedStruct?[], false);
- Eval(21585, v is NestedStructGen<Decimal>, false);
- Eval(21586, v is NestedStructGen<Decimal>[], false);
- Eval(21587, v is NestedStructGen<Decimal>?, false);
- Eval(21588, v is NestedStructGen<Decimal>?[], false);
+// Eval(21585, v is NestedStructGen<Decimal>, false);
+// Eval(21586, v is NestedStructGen<Decimal>[], false);
+// Eval(21587, v is NestedStructGen<Decimal>?, false);
+// Eval(21588, v is NestedStructGen<Decimal>?[], false);
Eval(21589, v is ExplicitFieldOffsetStruct, false);
Eval(21590, v is ExplicitFieldOffsetStruct[], false);
Eval(21591, v is ExplicitFieldOffsetStruct?, false);
@@ -3896,18 +3896,18 @@ internal class Program
Eval(21610, v is ImplementTwoInterface[], false);
Eval(21611, v is ImplementTwoInterface?, false);
Eval(21612, v is ImplementTwoInterface?[], false);
- Eval(21613, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(21614, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(21615, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(21616, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(21617, v is ImplementTwoInterfaceGen<int>, false);
- Eval(21618, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(21619, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(21620, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(21621, v is ImplementAllInterface<int>, false);
- Eval(21622, v is ImplementAllInterface<int>[], false);
- Eval(21623, v is ImplementAllInterface<int>?, false);
- Eval(21624, v is ImplementAllInterface<int>?[], false);
+// Eval(21613, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(21614, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(21615, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(21616, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(21617, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(21618, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(21619, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(21620, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(21621, v is ImplementAllInterface<int>, false);
+// Eval(21622, v is ImplementAllInterface<int>[], false);
+// Eval(21623, v is ImplementAllInterface<int>?, false);
+// Eval(21624, v is ImplementAllInterface<int>?[], false);
Eval(21625, v is IntE, false);
Eval(21626, v is IntE[], false);
Eval(21627, v is IntE?, false);
@@ -4006,38 +4006,38 @@ internal class Program
Eval(21720, v is IEmpty[], false);
Eval(21721, v is INotEmpty, false);
Eval(21722, v is INotEmpty[], false);
- Eval(21723, v is IEmptyGen<int>, false);
- Eval(21724, v is IEmptyGen<int>[], false);
- Eval(21725, v is INotEmptyGen<int>, false);
- Eval(21726, v is INotEmptyGen<int>[], false);
+// Eval(21723, v is IEmptyGen<int>, false);
+// Eval(21724, v is IEmptyGen<int>[], false);
+// Eval(21725, v is INotEmptyGen<int>, false);
+// Eval(21726, v is INotEmptyGen<int>[], false);
Eval(21727, v is SimpleDelegate, false);
Eval(21728, v is SimpleDelegate[], false);
- Eval(21729, v is GenericDelegate<int>, false);
- Eval(21730, v is GenericDelegate<int>[], false);
+// Eval(21729, v is GenericDelegate<int>, false);
+// Eval(21730, v is GenericDelegate<int>[], false);
Eval(21731, v is EmptyClass, false);
Eval(21732, v is EmptyClass[], false);
Eval(21733, v is NotEmptyClass, false);
Eval(21734, v is NotEmptyClass[], false);
- Eval(21735, v is EmptyClassGen<int>, false);
- Eval(21736, v is EmptyClassGen<int>[], false);
- Eval(21737, v is NotEmptyClassGen<Guid>, false);
- Eval(21738, v is NotEmptyClassGen<Guid>[], false);
- Eval(21739, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(21740, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(21735, v is EmptyClassGen<int>, false);
+// Eval(21736, v is EmptyClassGen<int>[], false);
+// Eval(21737, v is NotEmptyClassGen<Guid>, false);
+// Eval(21738, v is NotEmptyClassGen<Guid>[], false);
+// Eval(21739, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(21740, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(21741, v is NestedClass, false);
Eval(21742, v is NestedClass[], false);
- Eval(21743, v is NestedClassGen<Decimal>, false);
- Eval(21744, v is NestedClassGen<Decimal>[], false);
+// Eval(21743, v is NestedClassGen<Decimal>, false);
+// Eval(21744, v is NestedClassGen<Decimal>[], false);
Eval(21745, v is ImplementOneInterfaceC, false);
Eval(21746, v is ImplementOneInterfaceC[], false);
Eval(21747, v is ImplementTwoInterfaceC, false);
Eval(21748, v is ImplementTwoInterfaceC[], false);
- Eval(21749, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(21750, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(21751, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(21752, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(21753, v is ImplementAllInterfaceC<int>, false);
- Eval(21754, v is ImplementAllInterfaceC<int>[], false);
+// Eval(21749, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(21750, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(21751, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(21752, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(21753, v is ImplementAllInterfaceC<int>, false);
+// Eval(21754, v is ImplementAllInterfaceC<int>[], false);
Eval(21755, v is SealedClass, false);
Eval(21756, v is SealedClass[], false);
}
@@ -4051,26 +4051,26 @@ internal class Program
Eval(21762, v is NotEmptyStruct[], false);
Eval(21763, v is NotEmptyStruct?, false);
Eval(21764, v is NotEmptyStruct?[], false);
- Eval(21765, v is EmptyStructGen<int>, false);
- Eval(21766, v is EmptyStructGen<int>[], false);
- Eval(21767, v is EmptyStructGen<int>?, false);
- Eval(21768, v is EmptyStructGen<int>?[], false);
- Eval(21769, v is NotEmptyStructGen<Guid>, false);
- Eval(21770, v is NotEmptyStructGen<Guid>[], false);
- Eval(21771, v is NotEmptyStructGen<Guid>?, false);
- Eval(21772, v is NotEmptyStructGen<Guid>?[], false);
- Eval(21773, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(21774, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(21775, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(21776, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(21765, v is EmptyStructGen<int>, false);
+// Eval(21766, v is EmptyStructGen<int>[], false);
+// Eval(21767, v is EmptyStructGen<int>?, false);
+// Eval(21768, v is EmptyStructGen<int>?[], false);
+// Eval(21769, v is NotEmptyStructGen<Guid>, false);
+// Eval(21770, v is NotEmptyStructGen<Guid>[], false);
+// Eval(21771, v is NotEmptyStructGen<Guid>?, false);
+// Eval(21772, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(21773, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(21774, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(21775, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(21776, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(21777, v is NestedStruct, false);
Eval(21778, v is NestedStruct[], false);
Eval(21779, v is NestedStruct?, false);
Eval(21780, v is NestedStruct?[], false);
- Eval(21781, v is NestedStructGen<Decimal>, false);
- Eval(21782, v is NestedStructGen<Decimal>[], false);
- Eval(21783, v is NestedStructGen<Decimal>?, false);
- Eval(21784, v is NestedStructGen<Decimal>?[], false);
+// Eval(21781, v is NestedStructGen<Decimal>, false);
+// Eval(21782, v is NestedStructGen<Decimal>[], false);
+// Eval(21783, v is NestedStructGen<Decimal>?, false);
+// Eval(21784, v is NestedStructGen<Decimal>?[], false);
Eval(21785, v is ExplicitFieldOffsetStruct, false);
Eval(21786, v is ExplicitFieldOffsetStruct[], false);
Eval(21787, v is ExplicitFieldOffsetStruct?, false);
@@ -4087,18 +4087,18 @@ internal class Program
Eval(21806, v is ImplementTwoInterface[], false);
Eval(21807, v is ImplementTwoInterface?, false);
Eval(21808, v is ImplementTwoInterface?[], false);
- Eval(21809, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(21810, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(21811, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(21812, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(21813, v is ImplementTwoInterfaceGen<int>, false);
- Eval(21814, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(21815, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(21816, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(21817, v is ImplementAllInterface<int>, false);
- Eval(21818, v is ImplementAllInterface<int>[], false);
- Eval(21819, v is ImplementAllInterface<int>?, false);
- Eval(21820, v is ImplementAllInterface<int>?[], false);
+// Eval(21809, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(21810, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(21811, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(21812, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(21813, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(21814, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(21815, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(21816, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(21817, v is ImplementAllInterface<int>, false);
+// Eval(21818, v is ImplementAllInterface<int>[], false);
+// Eval(21819, v is ImplementAllInterface<int>?, false);
+// Eval(21820, v is ImplementAllInterface<int>?[], false);
Eval(21821, v is IntE, false);
Eval(21822, v is IntE[], false);
Eval(21823, v is IntE?, false);
@@ -4197,38 +4197,38 @@ internal class Program
Eval(21916, v is IEmpty[], false);
Eval(21917, v is INotEmpty, false);
Eval(21918, v is INotEmpty[], false);
- Eval(21919, v is IEmptyGen<int>, false);
- Eval(21920, v is IEmptyGen<int>[], false);
- Eval(21921, v is INotEmptyGen<int>, false);
- Eval(21922, v is INotEmptyGen<int>[], false);
+// Eval(21919, v is IEmptyGen<int>, false);
+// Eval(21920, v is IEmptyGen<int>[], false);
+// Eval(21921, v is INotEmptyGen<int>, false);
+// Eval(21922, v is INotEmptyGen<int>[], false);
Eval(21923, v is SimpleDelegate, false);
Eval(21924, v is SimpleDelegate[], false);
- Eval(21925, v is GenericDelegate<int>, false);
- Eval(21926, v is GenericDelegate<int>[], false);
+// Eval(21925, v is GenericDelegate<int>, false);
+// Eval(21926, v is GenericDelegate<int>[], false);
Eval(21927, v is EmptyClass, false);
Eval(21928, v is EmptyClass[], false);
Eval(21929, v is NotEmptyClass, false);
Eval(21930, v is NotEmptyClass[], false);
- Eval(21931, v is EmptyClassGen<int>, false);
- Eval(21932, v is EmptyClassGen<int>[], false);
- Eval(21933, v is NotEmptyClassGen<Guid>, false);
- Eval(21934, v is NotEmptyClassGen<Guid>[], false);
- Eval(21935, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(21936, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(21931, v is EmptyClassGen<int>, false);
+// Eval(21932, v is EmptyClassGen<int>[], false);
+// Eval(21933, v is NotEmptyClassGen<Guid>, false);
+// Eval(21934, v is NotEmptyClassGen<Guid>[], false);
+// Eval(21935, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(21936, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(21937, v is NestedClass, false);
Eval(21938, v is NestedClass[], false);
- Eval(21939, v is NestedClassGen<Decimal>, false);
- Eval(21940, v is NestedClassGen<Decimal>[], false);
+// Eval(21939, v is NestedClassGen<Decimal>, false);
+// Eval(21940, v is NestedClassGen<Decimal>[], false);
Eval(21941, v is ImplementOneInterfaceC, false);
Eval(21942, v is ImplementOneInterfaceC[], false);
Eval(21943, v is ImplementTwoInterfaceC, false);
Eval(21944, v is ImplementTwoInterfaceC[], false);
- Eval(21945, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(21946, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(21947, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(21948, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(21949, v is ImplementAllInterfaceC<int>, false);
- Eval(21950, v is ImplementAllInterfaceC<int>[], false);
+// Eval(21945, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(21946, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(21947, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(21948, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(21949, v is ImplementAllInterfaceC<int>, false);
+// Eval(21950, v is ImplementAllInterfaceC<int>[], false);
Eval(21951, v is SealedClass, false);
Eval(21952, v is SealedClass[], false);
}
@@ -4242,26 +4242,26 @@ internal class Program
Eval(21958, v is NotEmptyStruct[], false);
Eval(21959, v is NotEmptyStruct?, false);
Eval(21960, v is NotEmptyStruct?[], false);
- Eval(21961, v is EmptyStructGen<int>, false);
- Eval(21962, v is EmptyStructGen<int>[], false);
- Eval(21963, v is EmptyStructGen<int>?, false);
- Eval(21964, v is EmptyStructGen<int>?[], false);
- Eval(21965, v is NotEmptyStructGen<Guid>, false);
- Eval(21966, v is NotEmptyStructGen<Guid>[], false);
- Eval(21967, v is NotEmptyStructGen<Guid>?, false);
- Eval(21968, v is NotEmptyStructGen<Guid>?[], false);
- Eval(21969, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(21970, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(21971, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(21972, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(21961, v is EmptyStructGen<int>, false);
+// Eval(21962, v is EmptyStructGen<int>[], false);
+// Eval(21963, v is EmptyStructGen<int>?, false);
+// Eval(21964, v is EmptyStructGen<int>?[], false);
+// Eval(21965, v is NotEmptyStructGen<Guid>, false);
+// Eval(21966, v is NotEmptyStructGen<Guid>[], false);
+// Eval(21967, v is NotEmptyStructGen<Guid>?, false);
+// Eval(21968, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(21969, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(21970, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(21971, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(21972, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(21973, v is NestedStruct, false);
Eval(21974, v is NestedStruct[], false);
Eval(21975, v is NestedStruct?, false);
Eval(21976, v is NestedStruct?[], false);
- Eval(21977, v is NestedStructGen<Decimal>, false);
- Eval(21978, v is NestedStructGen<Decimal>[], false);
- Eval(21979, v is NestedStructGen<Decimal>?, false);
- Eval(21980, v is NestedStructGen<Decimal>?[], false);
+// Eval(21977, v is NestedStructGen<Decimal>, false);
+// Eval(21978, v is NestedStructGen<Decimal>[], false);
+// Eval(21979, v is NestedStructGen<Decimal>?, false);
+// Eval(21980, v is NestedStructGen<Decimal>?[], false);
Eval(21981, v is ExplicitFieldOffsetStruct, false);
Eval(21982, v is ExplicitFieldOffsetStruct[], false);
Eval(21983, v is ExplicitFieldOffsetStruct?, false);
@@ -4278,18 +4278,18 @@ internal class Program
Eval(22002, v is ImplementTwoInterface[], false);
Eval(22003, v is ImplementTwoInterface?, false);
Eval(22004, v is ImplementTwoInterface?[], false);
- Eval(22005, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(22006, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(22007, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(22008, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(22009, v is ImplementTwoInterfaceGen<int>, false);
- Eval(22010, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(22011, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(22012, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(22013, v is ImplementAllInterface<int>, false);
- Eval(22014, v is ImplementAllInterface<int>[], false);
- Eval(22015, v is ImplementAllInterface<int>?, false);
- Eval(22016, v is ImplementAllInterface<int>?[], false);
+// Eval(22005, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(22006, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(22007, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(22008, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(22009, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(22010, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(22011, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(22012, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(22013, v is ImplementAllInterface<int>, false);
+// Eval(22014, v is ImplementAllInterface<int>[], false);
+// Eval(22015, v is ImplementAllInterface<int>?, false);
+// Eval(22016, v is ImplementAllInterface<int>?[], false);
Eval(22017, v is IntE, false);
Eval(22018, v is IntE[], false);
Eval(22019, v is IntE?, false);
@@ -4388,38 +4388,38 @@ internal class Program
Eval(22112, v is IEmpty[], false);
Eval(22113, v is INotEmpty, false);
Eval(22114, v is INotEmpty[], false);
- Eval(22115, v is IEmptyGen<int>, false);
- Eval(22116, v is IEmptyGen<int>[], false);
- Eval(22117, v is INotEmptyGen<int>, false);
- Eval(22118, v is INotEmptyGen<int>[], false);
+// Eval(22115, v is IEmptyGen<int>, false);
+// Eval(22116, v is IEmptyGen<int>[], false);
+// Eval(22117, v is INotEmptyGen<int>, false);
+// Eval(22118, v is INotEmptyGen<int>[], false);
Eval(22119, v is SimpleDelegate, false);
Eval(22120, v is SimpleDelegate[], false);
- Eval(22121, v is GenericDelegate<int>, false);
- Eval(22122, v is GenericDelegate<int>[], false);
+// Eval(22121, v is GenericDelegate<int>, false);
+// Eval(22122, v is GenericDelegate<int>[], false);
Eval(22123, v is EmptyClass, false);
Eval(22124, v is EmptyClass[], false);
Eval(22125, v is NotEmptyClass, false);
Eval(22126, v is NotEmptyClass[], false);
- Eval(22127, v is EmptyClassGen<int>, false);
- Eval(22128, v is EmptyClassGen<int>[], false);
- Eval(22129, v is NotEmptyClassGen<Guid>, false);
- Eval(22130, v is NotEmptyClassGen<Guid>[], false);
- Eval(22131, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(22132, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(22127, v is EmptyClassGen<int>, false);
+// Eval(22128, v is EmptyClassGen<int>[], false);
+// Eval(22129, v is NotEmptyClassGen<Guid>, false);
+// Eval(22130, v is NotEmptyClassGen<Guid>[], false);
+// Eval(22131, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(22132, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(22133, v is NestedClass, false);
Eval(22134, v is NestedClass[], false);
- Eval(22135, v is NestedClassGen<Decimal>, false);
- Eval(22136, v is NestedClassGen<Decimal>[], false);
+// Eval(22135, v is NestedClassGen<Decimal>, false);
+// Eval(22136, v is NestedClassGen<Decimal>[], false);
Eval(22137, v is ImplementOneInterfaceC, false);
Eval(22138, v is ImplementOneInterfaceC[], false);
Eval(22139, v is ImplementTwoInterfaceC, false);
Eval(22140, v is ImplementTwoInterfaceC[], false);
- Eval(22141, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(22142, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(22143, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(22144, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(22145, v is ImplementAllInterfaceC<int>, false);
- Eval(22146, v is ImplementAllInterfaceC<int>[], false);
+// Eval(22141, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(22142, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(22143, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(22144, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(22145, v is ImplementAllInterfaceC<int>, false);
+// Eval(22146, v is ImplementAllInterfaceC<int>[], false);
Eval(22147, v is SealedClass, false);
Eval(22148, v is SealedClass[], false);
}
@@ -4433,26 +4433,26 @@ internal class Program
Eval(22154, v is NotEmptyStruct[], false);
Eval(22155, v is NotEmptyStruct?, false);
Eval(22156, v is NotEmptyStruct?[], false);
- Eval(22157, v is EmptyStructGen<int>, false);
- Eval(22158, v is EmptyStructGen<int>[], false);
- Eval(22159, v is EmptyStructGen<int>?, false);
- Eval(22160, v is EmptyStructGen<int>?[], false);
- Eval(22161, v is NotEmptyStructGen<Guid>, false);
- Eval(22162, v is NotEmptyStructGen<Guid>[], false);
- Eval(22163, v is NotEmptyStructGen<Guid>?, false);
- Eval(22164, v is NotEmptyStructGen<Guid>?[], false);
- Eval(22165, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(22166, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(22167, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(22168, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(22157, v is EmptyStructGen<int>, false);
+// Eval(22158, v is EmptyStructGen<int>[], false);
+// Eval(22159, v is EmptyStructGen<int>?, false);
+// Eval(22160, v is EmptyStructGen<int>?[], false);
+// Eval(22161, v is NotEmptyStructGen<Guid>, false);
+// Eval(22162, v is NotEmptyStructGen<Guid>[], false);
+// Eval(22163, v is NotEmptyStructGen<Guid>?, false);
+// Eval(22164, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(22165, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(22166, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(22167, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(22168, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(22169, v is NestedStruct, false);
Eval(22170, v is NestedStruct[], false);
Eval(22171, v is NestedStruct?, false);
Eval(22172, v is NestedStruct?[], false);
- Eval(22173, v is NestedStructGen<Decimal>, false);
- Eval(22174, v is NestedStructGen<Decimal>[], false);
- Eval(22175, v is NestedStructGen<Decimal>?, false);
- Eval(22176, v is NestedStructGen<Decimal>?[], false);
+// Eval(22173, v is NestedStructGen<Decimal>, false);
+// Eval(22174, v is NestedStructGen<Decimal>[], false);
+// Eval(22175, v is NestedStructGen<Decimal>?, false);
+// Eval(22176, v is NestedStructGen<Decimal>?[], false);
Eval(22177, v is ExplicitFieldOffsetStruct, false);
Eval(22178, v is ExplicitFieldOffsetStruct[], false);
Eval(22179, v is ExplicitFieldOffsetStruct?, false);
@@ -4469,18 +4469,18 @@ internal class Program
Eval(22198, v is ImplementTwoInterface[], false);
Eval(22199, v is ImplementTwoInterface?, false);
Eval(22200, v is ImplementTwoInterface?[], false);
- Eval(22201, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(22202, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(22203, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(22204, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(22205, v is ImplementTwoInterfaceGen<int>, false);
- Eval(22206, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(22207, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(22208, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(22209, v is ImplementAllInterface<int>, false);
- Eval(22210, v is ImplementAllInterface<int>[], false);
- Eval(22211, v is ImplementAllInterface<int>?, false);
- Eval(22212, v is ImplementAllInterface<int>?[], false);
+// Eval(22201, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(22202, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(22203, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(22204, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(22205, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(22206, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(22207, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(22208, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(22209, v is ImplementAllInterface<int>, false);
+// Eval(22210, v is ImplementAllInterface<int>[], false);
+// Eval(22211, v is ImplementAllInterface<int>?, false);
+// Eval(22212, v is ImplementAllInterface<int>?[], false);
Eval(22213, v is IntE, false);
Eval(22214, v is IntE[], false);
Eval(22215, v is IntE?, false);
@@ -4579,38 +4579,38 @@ internal class Program
Eval(22308, v is IEmpty[], false);
Eval(22309, v is INotEmpty, false);
Eval(22310, v is INotEmpty[], false);
- Eval(22311, v is IEmptyGen<int>, false);
- Eval(22312, v is IEmptyGen<int>[], false);
- Eval(22313, v is INotEmptyGen<int>, false);
- Eval(22314, v is INotEmptyGen<int>[], false);
+// Eval(22311, v is IEmptyGen<int>, false);
+// Eval(22312, v is IEmptyGen<int>[], false);
+// Eval(22313, v is INotEmptyGen<int>, false);
+// Eval(22314, v is INotEmptyGen<int>[], false);
Eval(22315, v is SimpleDelegate, false);
Eval(22316, v is SimpleDelegate[], false);
- Eval(22317, v is GenericDelegate<int>, false);
- Eval(22318, v is GenericDelegate<int>[], false);
+// Eval(22317, v is GenericDelegate<int>, false);
+// Eval(22318, v is GenericDelegate<int>[], false);
Eval(22319, v is EmptyClass, false);
Eval(22320, v is EmptyClass[], false);
Eval(22321, v is NotEmptyClass, false);
Eval(22322, v is NotEmptyClass[], false);
- Eval(22323, v is EmptyClassGen<int>, false);
- Eval(22324, v is EmptyClassGen<int>[], false);
- Eval(22325, v is NotEmptyClassGen<Guid>, false);
- Eval(22326, v is NotEmptyClassGen<Guid>[], false);
- Eval(22327, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(22328, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(22323, v is EmptyClassGen<int>, false);
+// Eval(22324, v is EmptyClassGen<int>[], false);
+// Eval(22325, v is NotEmptyClassGen<Guid>, false);
+// Eval(22326, v is NotEmptyClassGen<Guid>[], false);
+// Eval(22327, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(22328, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(22329, v is NestedClass, false);
Eval(22330, v is NestedClass[], false);
- Eval(22331, v is NestedClassGen<Decimal>, false);
- Eval(22332, v is NestedClassGen<Decimal>[], false);
+// Eval(22331, v is NestedClassGen<Decimal>, false);
+// Eval(22332, v is NestedClassGen<Decimal>[], false);
Eval(22333, v is ImplementOneInterfaceC, false);
Eval(22334, v is ImplementOneInterfaceC[], false);
Eval(22335, v is ImplementTwoInterfaceC, false);
Eval(22336, v is ImplementTwoInterfaceC[], false);
- Eval(22337, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(22338, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(22339, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(22340, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(22341, v is ImplementAllInterfaceC<int>, false);
- Eval(22342, v is ImplementAllInterfaceC<int>[], false);
+// Eval(22337, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(22338, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(22339, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(22340, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(22341, v is ImplementAllInterfaceC<int>, false);
+// Eval(22342, v is ImplementAllInterfaceC<int>[], false);
Eval(22343, v is SealedClass, false);
Eval(22344, v is SealedClass[], false);
}
@@ -4624,26 +4624,26 @@ internal class Program
Eval(22350, v is NotEmptyStruct[], false);
Eval(22351, v is NotEmptyStruct?, false);
Eval(22352, v is NotEmptyStruct?[], false);
- Eval(22353, v is EmptyStructGen<int>, false);
- Eval(22354, v is EmptyStructGen<int>[], false);
- Eval(22355, v is EmptyStructGen<int>?, false);
- Eval(22356, v is EmptyStructGen<int>?[], false);
- Eval(22357, v is NotEmptyStructGen<Guid>, false);
- Eval(22358, v is NotEmptyStructGen<Guid>[], false);
- Eval(22359, v is NotEmptyStructGen<Guid>?, false);
- Eval(22360, v is NotEmptyStructGen<Guid>?[], false);
- Eval(22361, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(22362, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(22363, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(22364, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(22353, v is EmptyStructGen<int>, false);
+// Eval(22354, v is EmptyStructGen<int>[], false);
+// Eval(22355, v is EmptyStructGen<int>?, false);
+// Eval(22356, v is EmptyStructGen<int>?[], false);
+// Eval(22357, v is NotEmptyStructGen<Guid>, false);
+// Eval(22358, v is NotEmptyStructGen<Guid>[], false);
+// Eval(22359, v is NotEmptyStructGen<Guid>?, false);
+// Eval(22360, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(22361, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(22362, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(22363, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(22364, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(22365, v is NestedStruct, false);
Eval(22366, v is NestedStruct[], false);
Eval(22367, v is NestedStruct?, false);
Eval(22368, v is NestedStruct?[], false);
- Eval(22369, v is NestedStructGen<Decimal>, false);
- Eval(22370, v is NestedStructGen<Decimal>[], false);
- Eval(22371, v is NestedStructGen<Decimal>?, false);
- Eval(22372, v is NestedStructGen<Decimal>?[], false);
+// Eval(22369, v is NestedStructGen<Decimal>, false);
+// Eval(22370, v is NestedStructGen<Decimal>[], false);
+// Eval(22371, v is NestedStructGen<Decimal>?, false);
+// Eval(22372, v is NestedStructGen<Decimal>?[], false);
Eval(22373, v is ExplicitFieldOffsetStruct, false);
Eval(22374, v is ExplicitFieldOffsetStruct[], false);
Eval(22375, v is ExplicitFieldOffsetStruct?, false);
@@ -4660,18 +4660,18 @@ internal class Program
Eval(22394, v is ImplementTwoInterface[], false);
Eval(22395, v is ImplementTwoInterface?, false);
Eval(22396, v is ImplementTwoInterface?[], false);
- Eval(22397, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(22398, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(22399, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(22400, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(22401, v is ImplementTwoInterfaceGen<int>, false);
- Eval(22402, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(22403, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(22404, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(22405, v is ImplementAllInterface<int>, false);
- Eval(22406, v is ImplementAllInterface<int>[], false);
- Eval(22407, v is ImplementAllInterface<int>?, false);
- Eval(22408, v is ImplementAllInterface<int>?[], false);
+// Eval(22397, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(22398, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(22399, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(22400, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(22401, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(22402, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(22403, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(22404, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(22405, v is ImplementAllInterface<int>, false);
+// Eval(22406, v is ImplementAllInterface<int>[], false);
+// Eval(22407, v is ImplementAllInterface<int>?, false);
+// Eval(22408, v is ImplementAllInterface<int>?[], false);
Eval(22409, v is IntE, false);
Eval(22410, v is IntE[], false);
Eval(22411, v is IntE?, false);
@@ -4770,38 +4770,38 @@ internal class Program
Eval(22504, v is IEmpty[], false);
Eval(22505, v is INotEmpty, false);
Eval(22506, v is INotEmpty[], false);
- Eval(22507, v is IEmptyGen<int>, false);
- Eval(22508, v is IEmptyGen<int>[], false);
- Eval(22509, v is INotEmptyGen<int>, false);
- Eval(22510, v is INotEmptyGen<int>[], false);
+// Eval(22507, v is IEmptyGen<int>, false);
+// Eval(22508, v is IEmptyGen<int>[], false);
+// Eval(22509, v is INotEmptyGen<int>, false);
+// Eval(22510, v is INotEmptyGen<int>[], false);
Eval(22511, v is SimpleDelegate, false);
Eval(22512, v is SimpleDelegate[], false);
- Eval(22513, v is GenericDelegate<int>, false);
- Eval(22514, v is GenericDelegate<int>[], false);
+// Eval(22513, v is GenericDelegate<int>, false);
+// Eval(22514, v is GenericDelegate<int>[], false);
Eval(22515, v is EmptyClass, false);
Eval(22516, v is EmptyClass[], false);
Eval(22517, v is NotEmptyClass, false);
Eval(22518, v is NotEmptyClass[], false);
- Eval(22519, v is EmptyClassGen<int>, false);
- Eval(22520, v is EmptyClassGen<int>[], false);
- Eval(22521, v is NotEmptyClassGen<Guid>, false);
- Eval(22522, v is NotEmptyClassGen<Guid>[], false);
- Eval(22523, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(22524, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(22519, v is EmptyClassGen<int>, false);
+// Eval(22520, v is EmptyClassGen<int>[], false);
+// Eval(22521, v is NotEmptyClassGen<Guid>, false);
+// Eval(22522, v is NotEmptyClassGen<Guid>[], false);
+// Eval(22523, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(22524, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(22525, v is NestedClass, false);
Eval(22526, v is NestedClass[], false);
- Eval(22527, v is NestedClassGen<Decimal>, false);
- Eval(22528, v is NestedClassGen<Decimal>[], false);
+// Eval(22527, v is NestedClassGen<Decimal>, false);
+// Eval(22528, v is NestedClassGen<Decimal>[], false);
Eval(22529, v is ImplementOneInterfaceC, false);
Eval(22530, v is ImplementOneInterfaceC[], false);
Eval(22531, v is ImplementTwoInterfaceC, false);
Eval(22532, v is ImplementTwoInterfaceC[], false);
- Eval(22533, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(22534, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(22535, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(22536, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(22537, v is ImplementAllInterfaceC<int>, false);
- Eval(22538, v is ImplementAllInterfaceC<int>[], false);
+// Eval(22533, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(22534, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(22535, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(22536, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(22537, v is ImplementAllInterfaceC<int>, false);
+// Eval(22538, v is ImplementAllInterfaceC<int>[], false);
Eval(22539, v is SealedClass, false);
Eval(22540, v is SealedClass[], false);
}
@@ -4818,26 +4818,26 @@ internal class Program
Eval(22546, v is NotEmptyStruct[], false);
Eval(22547, v is NotEmptyStruct?, false);
Eval(22548, v is NotEmptyStruct?[], false);
- Eval(22549, v is EmptyStructGen<int>, false);
- Eval(22550, v is EmptyStructGen<int>[], false);
- Eval(22551, v is EmptyStructGen<int>?, false);
- Eval(22552, v is EmptyStructGen<int>?[], false);
- Eval(22553, v is NotEmptyStructGen<Guid>, false);
- Eval(22554, v is NotEmptyStructGen<Guid>[], false);
- Eval(22555, v is NotEmptyStructGen<Guid>?, false);
- Eval(22556, v is NotEmptyStructGen<Guid>?[], false);
- Eval(22557, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(22558, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(22559, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(22560, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(22549, v is EmptyStructGen<int>, false);
+// Eval(22550, v is EmptyStructGen<int>[], false);
+// Eval(22551, v is EmptyStructGen<int>?, false);
+// Eval(22552, v is EmptyStructGen<int>?[], false);
+// Eval(22553, v is NotEmptyStructGen<Guid>, false);
+// Eval(22554, v is NotEmptyStructGen<Guid>[], false);
+// Eval(22555, v is NotEmptyStructGen<Guid>?, false);
+// Eval(22556, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(22557, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(22558, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(22559, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(22560, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(22561, v is NestedStruct, false);
Eval(22562, v is NestedStruct[], false);
Eval(22563, v is NestedStruct?, false);
Eval(22564, v is NestedStruct?[], false);
- Eval(22565, v is NestedStructGen<Decimal>, false);
- Eval(22566, v is NestedStructGen<Decimal>[], false);
- Eval(22567, v is NestedStructGen<Decimal>?, false);
- Eval(22568, v is NestedStructGen<Decimal>?[], false);
+// Eval(22565, v is NestedStructGen<Decimal>, false);
+// Eval(22566, v is NestedStructGen<Decimal>[], false);
+// Eval(22567, v is NestedStructGen<Decimal>?, false);
+// Eval(22568, v is NestedStructGen<Decimal>?[], false);
Eval(22569, v is ExplicitFieldOffsetStruct, false);
Eval(22570, v is ExplicitFieldOffsetStruct[], false);
Eval(22571, v is ExplicitFieldOffsetStruct?, false);
@@ -4854,18 +4854,18 @@ internal class Program
Eval(22590, v is ImplementTwoInterface[], false);
Eval(22591, v is ImplementTwoInterface?, false);
Eval(22592, v is ImplementTwoInterface?[], false);
- Eval(22593, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(22594, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(22595, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(22596, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(22597, v is ImplementTwoInterfaceGen<int>, false);
- Eval(22598, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(22599, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(22600, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(22601, v is ImplementAllInterface<int>, false);
- Eval(22602, v is ImplementAllInterface<int>[], false);
- Eval(22603, v is ImplementAllInterface<int>?, false);
- Eval(22604, v is ImplementAllInterface<int>?[], false);
+// Eval(22593, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(22594, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(22595, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(22596, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(22597, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(22598, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(22599, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(22600, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(22601, v is ImplementAllInterface<int>, false);
+// Eval(22602, v is ImplementAllInterface<int>[], false);
+// Eval(22603, v is ImplementAllInterface<int>?, false);
+// Eval(22604, v is ImplementAllInterface<int>?[], false);
Eval(22605, v is IntE, false);
Eval(22606, v is IntE[], false);
Eval(22607, v is IntE?, false);
@@ -4964,38 +4964,38 @@ internal class Program
Eval(22700, v is IEmpty[], false);
Eval(22701, v is INotEmpty, false);
Eval(22702, v is INotEmpty[], false);
- Eval(22703, v is IEmptyGen<int>, false);
- Eval(22704, v is IEmptyGen<int>[], false);
- Eval(22705, v is INotEmptyGen<int>, false);
- Eval(22706, v is INotEmptyGen<int>[], false);
+// Eval(22703, v is IEmptyGen<int>, false);
+// Eval(22704, v is IEmptyGen<int>[], false);
+// Eval(22705, v is INotEmptyGen<int>, false);
+// Eval(22706, v is INotEmptyGen<int>[], false);
Eval(22707, v is SimpleDelegate, false);
Eval(22708, v is SimpleDelegate[], false);
- Eval(22709, v is GenericDelegate<int>, false);
- Eval(22710, v is GenericDelegate<int>[], false);
+// Eval(22709, v is GenericDelegate<int>, false);
+// Eval(22710, v is GenericDelegate<int>[], false);
Eval(22711, v is EmptyClass, false);
Eval(22712, v is EmptyClass[], false);
Eval(22713, v is NotEmptyClass, false);
Eval(22714, v is NotEmptyClass[], false);
- Eval(22715, v is EmptyClassGen<int>, false);
- Eval(22716, v is EmptyClassGen<int>[], false);
- Eval(22717, v is NotEmptyClassGen<Guid>, false);
- Eval(22718, v is NotEmptyClassGen<Guid>[], false);
- Eval(22719, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(22720, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(22715, v is EmptyClassGen<int>, false);
+// Eval(22716, v is EmptyClassGen<int>[], false);
+// Eval(22717, v is NotEmptyClassGen<Guid>, false);
+// Eval(22718, v is NotEmptyClassGen<Guid>[], false);
+// Eval(22719, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(22720, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(22721, v is NestedClass, false);
Eval(22722, v is NestedClass[], false);
- Eval(22723, v is NestedClassGen<Decimal>, false);
- Eval(22724, v is NestedClassGen<Decimal>[], false);
+// Eval(22723, v is NestedClassGen<Decimal>, false);
+// Eval(22724, v is NestedClassGen<Decimal>[], false);
Eval(22725, v is ImplementOneInterfaceC, false);
Eval(22726, v is ImplementOneInterfaceC[], false);
Eval(22727, v is ImplementTwoInterfaceC, false);
Eval(22728, v is ImplementTwoInterfaceC[], false);
- Eval(22729, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(22730, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(22731, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(22732, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(22733, v is ImplementAllInterfaceC<int>, false);
- Eval(22734, v is ImplementAllInterfaceC<int>[], false);
+// Eval(22729, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(22730, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(22731, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(22732, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(22733, v is ImplementAllInterfaceC<int>, false);
+// Eval(22734, v is ImplementAllInterfaceC<int>[], false);
Eval(22735, v is SealedClass, false);
Eval(22736, v is SealedClass[], false);
}
@@ -5009,26 +5009,26 @@ internal class Program
Eval(22742, v is NotEmptyStruct[], false);
Eval(22743, v is NotEmptyStruct?, false);
Eval(22744, v is NotEmptyStruct?[], false);
- Eval(22745, v is EmptyStructGen<int>, false);
- Eval(22746, v is EmptyStructGen<int>[], false);
- Eval(22747, v is EmptyStructGen<int>?, false);
- Eval(22748, v is EmptyStructGen<int>?[], false);
- Eval(22749, v is NotEmptyStructGen<Guid>, false);
- Eval(22750, v is NotEmptyStructGen<Guid>[], false);
- Eval(22751, v is NotEmptyStructGen<Guid>?, false);
- Eval(22752, v is NotEmptyStructGen<Guid>?[], false);
- Eval(22753, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(22754, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(22755, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(22756, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(22745, v is EmptyStructGen<int>, false);
+// Eval(22746, v is EmptyStructGen<int>[], false);
+// Eval(22747, v is EmptyStructGen<int>?, false);
+// Eval(22748, v is EmptyStructGen<int>?[], false);
+// Eval(22749, v is NotEmptyStructGen<Guid>, false);
+// Eval(22750, v is NotEmptyStructGen<Guid>[], false);
+// Eval(22751, v is NotEmptyStructGen<Guid>?, false);
+// Eval(22752, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(22753, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(22754, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(22755, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(22756, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(22757, v is NestedStruct, false);
Eval(22758, v is NestedStruct[], false);
Eval(22759, v is NestedStruct?, false);
Eval(22760, v is NestedStruct?[], false);
- Eval(22761, v is NestedStructGen<Decimal>, false);
- Eval(22762, v is NestedStructGen<Decimal>[], false);
- Eval(22763, v is NestedStructGen<Decimal>?, false);
- Eval(22764, v is NestedStructGen<Decimal>?[], false);
+// Eval(22761, v is NestedStructGen<Decimal>, false);
+// Eval(22762, v is NestedStructGen<Decimal>[], false);
+// Eval(22763, v is NestedStructGen<Decimal>?, false);
+// Eval(22764, v is NestedStructGen<Decimal>?[], false);
Eval(22765, v is ExplicitFieldOffsetStruct, false);
Eval(22766, v is ExplicitFieldOffsetStruct[], false);
Eval(22767, v is ExplicitFieldOffsetStruct?, false);
@@ -5045,18 +5045,18 @@ internal class Program
Eval(22786, v is ImplementTwoInterface[], false);
Eval(22787, v is ImplementTwoInterface?, false);
Eval(22788, v is ImplementTwoInterface?[], false);
- Eval(22789, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(22790, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(22791, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(22792, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(22793, v is ImplementTwoInterfaceGen<int>, false);
- Eval(22794, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(22795, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(22796, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(22797, v is ImplementAllInterface<int>, false);
- Eval(22798, v is ImplementAllInterface<int>[], false);
- Eval(22799, v is ImplementAllInterface<int>?, false);
- Eval(22800, v is ImplementAllInterface<int>?[], false);
+// Eval(22789, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(22790, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(22791, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(22792, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(22793, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(22794, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(22795, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(22796, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(22797, v is ImplementAllInterface<int>, false);
+// Eval(22798, v is ImplementAllInterface<int>[], false);
+// Eval(22799, v is ImplementAllInterface<int>?, false);
+// Eval(22800, v is ImplementAllInterface<int>?[], false);
Eval(22801, v is IntE, false);
Eval(22802, v is IntE[], false);
Eval(22803, v is IntE?, false);
@@ -5155,38 +5155,38 @@ internal class Program
Eval(22896, v is IEmpty[], false);
Eval(22897, v is INotEmpty, false);
Eval(22898, v is INotEmpty[], false);
- Eval(22899, v is IEmptyGen<int>, false);
- Eval(22900, v is IEmptyGen<int>[], false);
- Eval(22901, v is INotEmptyGen<int>, false);
- Eval(22902, v is INotEmptyGen<int>[], false);
+// Eval(22899, v is IEmptyGen<int>, false);
+// Eval(22900, v is IEmptyGen<int>[], false);
+// Eval(22901, v is INotEmptyGen<int>, false);
+// Eval(22902, v is INotEmptyGen<int>[], false);
Eval(22903, v is SimpleDelegate, false);
Eval(22904, v is SimpleDelegate[], false);
- Eval(22905, v is GenericDelegate<int>, false);
- Eval(22906, v is GenericDelegate<int>[], false);
+// Eval(22905, v is GenericDelegate<int>, false);
+// Eval(22906, v is GenericDelegate<int>[], false);
Eval(22907, v is EmptyClass, false);
Eval(22908, v is EmptyClass[], false);
Eval(22909, v is NotEmptyClass, false);
Eval(22910, v is NotEmptyClass[], false);
- Eval(22911, v is EmptyClassGen<int>, false);
- Eval(22912, v is EmptyClassGen<int>[], false);
- Eval(22913, v is NotEmptyClassGen<Guid>, false);
- Eval(22914, v is NotEmptyClassGen<Guid>[], false);
- Eval(22915, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(22916, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(22911, v is EmptyClassGen<int>, false);
+// Eval(22912, v is EmptyClassGen<int>[], false);
+// Eval(22913, v is NotEmptyClassGen<Guid>, false);
+// Eval(22914, v is NotEmptyClassGen<Guid>[], false);
+// Eval(22915, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(22916, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(22917, v is NestedClass, false);
Eval(22918, v is NestedClass[], false);
- Eval(22919, v is NestedClassGen<Decimal>, false);
- Eval(22920, v is NestedClassGen<Decimal>[], false);
+// Eval(22919, v is NestedClassGen<Decimal>, false);
+// Eval(22920, v is NestedClassGen<Decimal>[], false);
Eval(22921, v is ImplementOneInterfaceC, false);
Eval(22922, v is ImplementOneInterfaceC[], false);
Eval(22923, v is ImplementTwoInterfaceC, false);
Eval(22924, v is ImplementTwoInterfaceC[], false);
- Eval(22925, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(22926, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(22927, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(22928, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(22929, v is ImplementAllInterfaceC<int>, false);
- Eval(22930, v is ImplementAllInterfaceC<int>[], false);
+// Eval(22925, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(22926, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(22927, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(22928, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(22929, v is ImplementAllInterfaceC<int>, false);
+// Eval(22930, v is ImplementAllInterfaceC<int>[], false);
Eval(22931, v is SealedClass, false);
Eval(22932, v is SealedClass[], false);
}
@@ -5200,26 +5200,26 @@ internal class Program
Eval(22938, v is NotEmptyStruct[], false);
Eval(22939, v is NotEmptyStruct?, false);
Eval(22940, v is NotEmptyStruct?[], false);
- Eval(22941, v is EmptyStructGen<int>, false);
- Eval(22942, v is EmptyStructGen<int>[], false);
- Eval(22943, v is EmptyStructGen<int>?, false);
- Eval(22944, v is EmptyStructGen<int>?[], false);
- Eval(22945, v is NotEmptyStructGen<Guid>, false);
- Eval(22946, v is NotEmptyStructGen<Guid>[], false);
- Eval(22947, v is NotEmptyStructGen<Guid>?, false);
- Eval(22948, v is NotEmptyStructGen<Guid>?[], false);
- Eval(22949, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(22950, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(22951, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(22952, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(22941, v is EmptyStructGen<int>, false);
+// Eval(22942, v is EmptyStructGen<int>[], false);
+// Eval(22943, v is EmptyStructGen<int>?, false);
+// Eval(22944, v is EmptyStructGen<int>?[], false);
+// Eval(22945, v is NotEmptyStructGen<Guid>, false);
+// Eval(22946, v is NotEmptyStructGen<Guid>[], false);
+// Eval(22947, v is NotEmptyStructGen<Guid>?, false);
+// Eval(22948, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(22949, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(22950, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(22951, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(22952, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(22953, v is NestedStruct, false);
Eval(22954, v is NestedStruct[], false);
Eval(22955, v is NestedStruct?, false);
Eval(22956, v is NestedStruct?[], false);
- Eval(22957, v is NestedStructGen<Decimal>, false);
- Eval(22958, v is NestedStructGen<Decimal>[], false);
- Eval(22959, v is NestedStructGen<Decimal>?, false);
- Eval(22960, v is NestedStructGen<Decimal>?[], false);
+// Eval(22957, v is NestedStructGen<Decimal>, false);
+// Eval(22958, v is NestedStructGen<Decimal>[], false);
+// Eval(22959, v is NestedStructGen<Decimal>?, false);
+// Eval(22960, v is NestedStructGen<Decimal>?[], false);
Eval(22961, v is ExplicitFieldOffsetStruct, false);
Eval(22962, v is ExplicitFieldOffsetStruct[], false);
Eval(22963, v is ExplicitFieldOffsetStruct?, false);
@@ -5236,18 +5236,18 @@ internal class Program
Eval(22982, v is ImplementTwoInterface[], false);
Eval(22983, v is ImplementTwoInterface?, false);
Eval(22984, v is ImplementTwoInterface?[], false);
- Eval(22985, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(22986, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(22987, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(22988, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(22989, v is ImplementTwoInterfaceGen<int>, false);
- Eval(22990, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(22991, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(22992, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(22993, v is ImplementAllInterface<int>, false);
- Eval(22994, v is ImplementAllInterface<int>[], false);
- Eval(22995, v is ImplementAllInterface<int>?, false);
- Eval(22996, v is ImplementAllInterface<int>?[], false);
+// Eval(22985, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(22986, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(22987, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(22988, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(22989, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(22990, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(22991, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(22992, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(22993, v is ImplementAllInterface<int>, false);
+// Eval(22994, v is ImplementAllInterface<int>[], false);
+// Eval(22995, v is ImplementAllInterface<int>?, false);
+// Eval(22996, v is ImplementAllInterface<int>?[], false);
Eval(22997, v is IntE, false);
Eval(22998, v is IntE[], false);
Eval(22999, v is IntE?, false);
@@ -5346,38 +5346,38 @@ internal class Program
Eval(23092, v is IEmpty[], false);
Eval(23093, v is INotEmpty, false);
Eval(23094, v is INotEmpty[], false);
- Eval(23095, v is IEmptyGen<int>, false);
- Eval(23096, v is IEmptyGen<int>[], false);
- Eval(23097, v is INotEmptyGen<int>, false);
- Eval(23098, v is INotEmptyGen<int>[], false);
+// Eval(23095, v is IEmptyGen<int>, false);
+// Eval(23096, v is IEmptyGen<int>[], false);
+// Eval(23097, v is INotEmptyGen<int>, false);
+// Eval(23098, v is INotEmptyGen<int>[], false);
Eval(23099, v is SimpleDelegate, false);
Eval(23100, v is SimpleDelegate[], false);
- Eval(23101, v is GenericDelegate<int>, false);
- Eval(23102, v is GenericDelegate<int>[], false);
+// Eval(23101, v is GenericDelegate<int>, false);
+// Eval(23102, v is GenericDelegate<int>[], false);
Eval(23103, v is EmptyClass, false);
Eval(23104, v is EmptyClass[], false);
Eval(23105, v is NotEmptyClass, false);
Eval(23106, v is NotEmptyClass[], false);
- Eval(23107, v is EmptyClassGen<int>, false);
- Eval(23108, v is EmptyClassGen<int>[], false);
- Eval(23109, v is NotEmptyClassGen<Guid>, false);
- Eval(23110, v is NotEmptyClassGen<Guid>[], false);
- Eval(23111, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(23112, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(23107, v is EmptyClassGen<int>, false);
+// Eval(23108, v is EmptyClassGen<int>[], false);
+// Eval(23109, v is NotEmptyClassGen<Guid>, false);
+// Eval(23110, v is NotEmptyClassGen<Guid>[], false);
+// Eval(23111, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(23112, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(23113, v is NestedClass, false);
Eval(23114, v is NestedClass[], false);
- Eval(23115, v is NestedClassGen<Decimal>, false);
- Eval(23116, v is NestedClassGen<Decimal>[], false);
+// Eval(23115, v is NestedClassGen<Decimal>, false);
+// Eval(23116, v is NestedClassGen<Decimal>[], false);
Eval(23117, v is ImplementOneInterfaceC, false);
Eval(23118, v is ImplementOneInterfaceC[], false);
Eval(23119, v is ImplementTwoInterfaceC, false);
Eval(23120, v is ImplementTwoInterfaceC[], false);
- Eval(23121, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(23122, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(23123, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(23124, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(23125, v is ImplementAllInterfaceC<int>, false);
- Eval(23126, v is ImplementAllInterfaceC<int>[], false);
+// Eval(23121, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(23122, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(23123, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(23124, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(23125, v is ImplementAllInterfaceC<int>, false);
+// Eval(23126, v is ImplementAllInterfaceC<int>[], false);
Eval(23127, v is SealedClass, false);
Eval(23128, v is SealedClass[], false);
}
@@ -5391,26 +5391,26 @@ internal class Program
Eval(23134, v is NotEmptyStruct[], false);
Eval(23135, v is NotEmptyStruct?, false);
Eval(23136, v is NotEmptyStruct?[], false);
- Eval(23137, v is EmptyStructGen<int>, false);
- Eval(23138, v is EmptyStructGen<int>[], false);
- Eval(23139, v is EmptyStructGen<int>?, false);
- Eval(23140, v is EmptyStructGen<int>?[], false);
- Eval(23141, v is NotEmptyStructGen<Guid>, false);
- Eval(23142, v is NotEmptyStructGen<Guid>[], false);
- Eval(23143, v is NotEmptyStructGen<Guid>?, false);
- Eval(23144, v is NotEmptyStructGen<Guid>?[], false);
- Eval(23145, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(23146, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(23147, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(23148, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(23137, v is EmptyStructGen<int>, false);
+// Eval(23138, v is EmptyStructGen<int>[], false);
+// Eval(23139, v is EmptyStructGen<int>?, false);
+// Eval(23140, v is EmptyStructGen<int>?[], false);
+// Eval(23141, v is NotEmptyStructGen<Guid>, false);
+// Eval(23142, v is NotEmptyStructGen<Guid>[], false);
+// Eval(23143, v is NotEmptyStructGen<Guid>?, false);
+// Eval(23144, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(23145, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(23146, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(23147, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(23148, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(23149, v is NestedStruct, false);
Eval(23150, v is NestedStruct[], false);
Eval(23151, v is NestedStruct?, false);
Eval(23152, v is NestedStruct?[], false);
- Eval(23153, v is NestedStructGen<Decimal>, false);
- Eval(23154, v is NestedStructGen<Decimal>[], false);
- Eval(23155, v is NestedStructGen<Decimal>?, false);
- Eval(23156, v is NestedStructGen<Decimal>?[], false);
+// Eval(23153, v is NestedStructGen<Decimal>, false);
+// Eval(23154, v is NestedStructGen<Decimal>[], false);
+// Eval(23155, v is NestedStructGen<Decimal>?, false);
+// Eval(23156, v is NestedStructGen<Decimal>?[], false);
Eval(23157, v is ExplicitFieldOffsetStruct, false);
Eval(23158, v is ExplicitFieldOffsetStruct[], false);
Eval(23159, v is ExplicitFieldOffsetStruct?, false);
@@ -5427,18 +5427,18 @@ internal class Program
Eval(23178, v is ImplementTwoInterface[], false);
Eval(23179, v is ImplementTwoInterface?, false);
Eval(23180, v is ImplementTwoInterface?[], false);
- Eval(23181, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(23182, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(23183, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(23184, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(23185, v is ImplementTwoInterfaceGen<int>, false);
- Eval(23186, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(23187, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(23188, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(23189, v is ImplementAllInterface<int>, false);
- Eval(23190, v is ImplementAllInterface<int>[], false);
- Eval(23191, v is ImplementAllInterface<int>?, false);
- Eval(23192, v is ImplementAllInterface<int>?[], false);
+// Eval(23181, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(23182, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(23183, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(23184, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(23185, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(23186, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(23187, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(23188, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(23189, v is ImplementAllInterface<int>, false);
+// Eval(23190, v is ImplementAllInterface<int>[], false);
+// Eval(23191, v is ImplementAllInterface<int>?, false);
+// Eval(23192, v is ImplementAllInterface<int>?[], false);
Eval(23193, v is IntE, false);
Eval(23194, v is IntE[], false);
Eval(23195, v is IntE?, false);
@@ -5537,38 +5537,38 @@ internal class Program
Eval(23288, v is IEmpty[], false);
Eval(23289, v is INotEmpty, false);
Eval(23290, v is INotEmpty[], false);
- Eval(23291, v is IEmptyGen<int>, false);
- Eval(23292, v is IEmptyGen<int>[], false);
- Eval(23293, v is INotEmptyGen<int>, false);
- Eval(23294, v is INotEmptyGen<int>[], false);
+// Eval(23291, v is IEmptyGen<int>, false);
+// Eval(23292, v is IEmptyGen<int>[], false);
+// Eval(23293, v is INotEmptyGen<int>, false);
+// Eval(23294, v is INotEmptyGen<int>[], false);
Eval(23295, v is SimpleDelegate, false);
Eval(23296, v is SimpleDelegate[], false);
- Eval(23297, v is GenericDelegate<int>, false);
- Eval(23298, v is GenericDelegate<int>[], false);
+// Eval(23297, v is GenericDelegate<int>, false);
+// Eval(23298, v is GenericDelegate<int>[], false);
Eval(23299, v is EmptyClass, false);
Eval(23300, v is EmptyClass[], false);
Eval(23301, v is NotEmptyClass, false);
Eval(23302, v is NotEmptyClass[], false);
- Eval(23303, v is EmptyClassGen<int>, false);
- Eval(23304, v is EmptyClassGen<int>[], false);
- Eval(23305, v is NotEmptyClassGen<Guid>, false);
- Eval(23306, v is NotEmptyClassGen<Guid>[], false);
- Eval(23307, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(23308, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(23303, v is EmptyClassGen<int>, false);
+// Eval(23304, v is EmptyClassGen<int>[], false);
+// Eval(23305, v is NotEmptyClassGen<Guid>, false);
+// Eval(23306, v is NotEmptyClassGen<Guid>[], false);
+// Eval(23307, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(23308, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(23309, v is NestedClass, false);
Eval(23310, v is NestedClass[], false);
- Eval(23311, v is NestedClassGen<Decimal>, false);
- Eval(23312, v is NestedClassGen<Decimal>[], false);
+// Eval(23311, v is NestedClassGen<Decimal>, false);
+// Eval(23312, v is NestedClassGen<Decimal>[], false);
Eval(23313, v is ImplementOneInterfaceC, false);
Eval(23314, v is ImplementOneInterfaceC[], false);
Eval(23315, v is ImplementTwoInterfaceC, false);
Eval(23316, v is ImplementTwoInterfaceC[], false);
- Eval(23317, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(23318, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(23319, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(23320, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(23321, v is ImplementAllInterfaceC<int>, false);
- Eval(23322, v is ImplementAllInterfaceC<int>[], false);
+// Eval(23317, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(23318, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(23319, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(23320, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(23321, v is ImplementAllInterfaceC<int>, false);
+// Eval(23322, v is ImplementAllInterfaceC<int>[], false);
Eval(23323, v is SealedClass, false);
Eval(23324, v is SealedClass[], false);
}
@@ -5582,26 +5582,26 @@ internal class Program
Eval(23330, v is NotEmptyStruct[], false);
Eval(23331, v is NotEmptyStruct?, false);
Eval(23332, v is NotEmptyStruct?[], false);
- Eval(23333, v is EmptyStructGen<int>, false);
- Eval(23334, v is EmptyStructGen<int>[], false);
- Eval(23335, v is EmptyStructGen<int>?, false);
- Eval(23336, v is EmptyStructGen<int>?[], false);
- Eval(23337, v is NotEmptyStructGen<Guid>, false);
- Eval(23338, v is NotEmptyStructGen<Guid>[], false);
- Eval(23339, v is NotEmptyStructGen<Guid>?, false);
- Eval(23340, v is NotEmptyStructGen<Guid>?[], false);
- Eval(23341, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(23342, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(23343, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(23344, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(23333, v is EmptyStructGen<int>, false);
+// Eval(23334, v is EmptyStructGen<int>[], false);
+// Eval(23335, v is EmptyStructGen<int>?, false);
+// Eval(23336, v is EmptyStructGen<int>?[], false);
+// Eval(23337, v is NotEmptyStructGen<Guid>, false);
+// Eval(23338, v is NotEmptyStructGen<Guid>[], false);
+// Eval(23339, v is NotEmptyStructGen<Guid>?, false);
+// Eval(23340, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(23341, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(23342, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(23343, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(23344, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(23345, v is NestedStruct, false);
Eval(23346, v is NestedStruct[], false);
Eval(23347, v is NestedStruct?, false);
Eval(23348, v is NestedStruct?[], false);
- Eval(23349, v is NestedStructGen<Decimal>, false);
- Eval(23350, v is NestedStructGen<Decimal>[], false);
- Eval(23351, v is NestedStructGen<Decimal>?, false);
- Eval(23352, v is NestedStructGen<Decimal>?[], false);
+// Eval(23349, v is NestedStructGen<Decimal>, false);
+// Eval(23350, v is NestedStructGen<Decimal>[], false);
+// Eval(23351, v is NestedStructGen<Decimal>?, false);
+// Eval(23352, v is NestedStructGen<Decimal>?[], false);
Eval(23353, v is ExplicitFieldOffsetStruct, false);
Eval(23354, v is ExplicitFieldOffsetStruct[], false);
Eval(23355, v is ExplicitFieldOffsetStruct?, false);
@@ -5618,18 +5618,18 @@ internal class Program
Eval(23374, v is ImplementTwoInterface[], false);
Eval(23375, v is ImplementTwoInterface?, false);
Eval(23376, v is ImplementTwoInterface?[], false);
- Eval(23377, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(23378, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(23379, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(23380, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(23381, v is ImplementTwoInterfaceGen<int>, false);
- Eval(23382, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(23383, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(23384, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(23385, v is ImplementAllInterface<int>, false);
- Eval(23386, v is ImplementAllInterface<int>[], false);
- Eval(23387, v is ImplementAllInterface<int>?, false);
- Eval(23388, v is ImplementAllInterface<int>?[], false);
+// Eval(23377, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(23378, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(23379, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(23380, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(23381, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(23382, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(23383, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(23384, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(23385, v is ImplementAllInterface<int>, false);
+// Eval(23386, v is ImplementAllInterface<int>[], false);
+// Eval(23387, v is ImplementAllInterface<int>?, false);
+// Eval(23388, v is ImplementAllInterface<int>?[], false);
Eval(23389, v is IntE, false);
Eval(23390, v is IntE[], false);
Eval(23391, v is IntE?, false);
@@ -5728,38 +5728,38 @@ internal class Program
Eval(23484, v is IEmpty[], false);
Eval(23485, v is INotEmpty, false);
Eval(23486, v is INotEmpty[], false);
- Eval(23487, v is IEmptyGen<int>, false);
- Eval(23488, v is IEmptyGen<int>[], false);
- Eval(23489, v is INotEmptyGen<int>, false);
- Eval(23490, v is INotEmptyGen<int>[], false);
+// Eval(23487, v is IEmptyGen<int>, false);
+// Eval(23488, v is IEmptyGen<int>[], false);
+// Eval(23489, v is INotEmptyGen<int>, false);
+// Eval(23490, v is INotEmptyGen<int>[], false);
Eval(23491, v is SimpleDelegate, false);
Eval(23492, v is SimpleDelegate[], false);
- Eval(23493, v is GenericDelegate<int>, false);
- Eval(23494, v is GenericDelegate<int>[], false);
+// Eval(23493, v is GenericDelegate<int>, false);
+// Eval(23494, v is GenericDelegate<int>[], false);
Eval(23495, v is EmptyClass, false);
Eval(23496, v is EmptyClass[], false);
Eval(23497, v is NotEmptyClass, false);
Eval(23498, v is NotEmptyClass[], false);
- Eval(23499, v is EmptyClassGen<int>, false);
- Eval(23500, v is EmptyClassGen<int>[], false);
- Eval(23501, v is NotEmptyClassGen<Guid>, false);
- Eval(23502, v is NotEmptyClassGen<Guid>[], false);
- Eval(23503, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(23504, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(23499, v is EmptyClassGen<int>, false);
+// Eval(23500, v is EmptyClassGen<int>[], false);
+// Eval(23501, v is NotEmptyClassGen<Guid>, false);
+// Eval(23502, v is NotEmptyClassGen<Guid>[], false);
+// Eval(23503, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(23504, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(23505, v is NestedClass, false);
Eval(23506, v is NestedClass[], false);
- Eval(23507, v is NestedClassGen<Decimal>, false);
- Eval(23508, v is NestedClassGen<Decimal>[], false);
+// Eval(23507, v is NestedClassGen<Decimal>, false);
+// Eval(23508, v is NestedClassGen<Decimal>[], false);
Eval(23509, v is ImplementOneInterfaceC, false);
Eval(23510, v is ImplementOneInterfaceC[], false);
Eval(23511, v is ImplementTwoInterfaceC, false);
Eval(23512, v is ImplementTwoInterfaceC[], false);
- Eval(23513, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(23514, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(23515, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(23516, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(23517, v is ImplementAllInterfaceC<int>, false);
- Eval(23518, v is ImplementAllInterfaceC<int>[], false);
+// Eval(23513, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(23514, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(23515, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(23516, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(23517, v is ImplementAllInterfaceC<int>, false);
+// Eval(23518, v is ImplementAllInterfaceC<int>[], false);
Eval(23519, v is SealedClass, false);
Eval(23520, v is SealedClass[], false);
}
@@ -5776,26 +5776,26 @@ internal class Program
Eval(23526, v is NotEmptyStruct[], false);
Eval(23527, v is NotEmptyStruct?, false);
Eval(23528, v is NotEmptyStruct?[], false);
- Eval(23529, v is EmptyStructGen<int>, false);
- Eval(23530, v is EmptyStructGen<int>[], false);
- Eval(23531, v is EmptyStructGen<int>?, false);
- Eval(23532, v is EmptyStructGen<int>?[], false);
- Eval(23533, v is NotEmptyStructGen<Guid>, false);
- Eval(23534, v is NotEmptyStructGen<Guid>[], false);
- Eval(23535, v is NotEmptyStructGen<Guid>?, false);
- Eval(23536, v is NotEmptyStructGen<Guid>?[], false);
- Eval(23537, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(23538, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(23539, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(23540, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(23529, v is EmptyStructGen<int>, false);
+// Eval(23530, v is EmptyStructGen<int>[], false);
+// Eval(23531, v is EmptyStructGen<int>?, false);
+// Eval(23532, v is EmptyStructGen<int>?[], false);
+// Eval(23533, v is NotEmptyStructGen<Guid>, false);
+// Eval(23534, v is NotEmptyStructGen<Guid>[], false);
+// Eval(23535, v is NotEmptyStructGen<Guid>?, false);
+// Eval(23536, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(23537, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(23538, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(23539, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(23540, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(23541, v is NestedStruct, false);
Eval(23542, v is NestedStruct[], false);
Eval(23543, v is NestedStruct?, false);
Eval(23544, v is NestedStruct?[], false);
- Eval(23545, v is NestedStructGen<Decimal>, false);
- Eval(23546, v is NestedStructGen<Decimal>[], false);
- Eval(23547, v is NestedStructGen<Decimal>?, false);
- Eval(23548, v is NestedStructGen<Decimal>?[], false);
+// Eval(23545, v is NestedStructGen<Decimal>, false);
+// Eval(23546, v is NestedStructGen<Decimal>[], false);
+// Eval(23547, v is NestedStructGen<Decimal>?, false);
+// Eval(23548, v is NestedStructGen<Decimal>?[], false);
Eval(23549, v is ExplicitFieldOffsetStruct, false);
Eval(23550, v is ExplicitFieldOffsetStruct[], false);
Eval(23551, v is ExplicitFieldOffsetStruct?, false);
@@ -5812,18 +5812,18 @@ internal class Program
Eval(23570, v is ImplementTwoInterface[], false);
Eval(23571, v is ImplementTwoInterface?, false);
Eval(23572, v is ImplementTwoInterface?[], false);
- Eval(23573, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(23574, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(23575, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(23576, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(23577, v is ImplementTwoInterfaceGen<int>, false);
- Eval(23578, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(23579, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(23580, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(23581, v is ImplementAllInterface<int>, false);
- Eval(23582, v is ImplementAllInterface<int>[], false);
- Eval(23583, v is ImplementAllInterface<int>?, false);
- Eval(23584, v is ImplementAllInterface<int>?[], false);
+// Eval(23573, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(23574, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(23575, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(23576, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(23577, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(23578, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(23579, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(23580, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(23581, v is ImplementAllInterface<int>, false);
+// Eval(23582, v is ImplementAllInterface<int>[], false);
+// Eval(23583, v is ImplementAllInterface<int>?, false);
+// Eval(23584, v is ImplementAllInterface<int>?[], false);
Eval(23585, v is IntE, false);
Eval(23586, v is IntE[], false);
Eval(23587, v is IntE?, false);
@@ -5922,38 +5922,38 @@ internal class Program
Eval(23680, v is IEmpty[], false);
Eval(23681, v is INotEmpty, false);
Eval(23682, v is INotEmpty[], false);
- Eval(23683, v is IEmptyGen<int>, false);
- Eval(23684, v is IEmptyGen<int>[], false);
- Eval(23685, v is INotEmptyGen<int>, false);
- Eval(23686, v is INotEmptyGen<int>[], false);
+// Eval(23683, v is IEmptyGen<int>, false);
+// Eval(23684, v is IEmptyGen<int>[], false);
+// Eval(23685, v is INotEmptyGen<int>, false);
+// Eval(23686, v is INotEmptyGen<int>[], false);
Eval(23687, v is SimpleDelegate, false);
Eval(23688, v is SimpleDelegate[], false);
- Eval(23689, v is GenericDelegate<int>, false);
- Eval(23690, v is GenericDelegate<int>[], false);
+// Eval(23689, v is GenericDelegate<int>, false);
+// Eval(23690, v is GenericDelegate<int>[], false);
Eval(23691, v is EmptyClass, false);
Eval(23692, v is EmptyClass[], false);
Eval(23693, v is NotEmptyClass, false);
Eval(23694, v is NotEmptyClass[], false);
- Eval(23695, v is EmptyClassGen<int>, false);
- Eval(23696, v is EmptyClassGen<int>[], false);
- Eval(23697, v is NotEmptyClassGen<Guid>, false);
- Eval(23698, v is NotEmptyClassGen<Guid>[], false);
- Eval(23699, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(23700, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(23695, v is EmptyClassGen<int>, false);
+// Eval(23696, v is EmptyClassGen<int>[], false);
+// Eval(23697, v is NotEmptyClassGen<Guid>, false);
+// Eval(23698, v is NotEmptyClassGen<Guid>[], false);
+// Eval(23699, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(23700, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(23701, v is NestedClass, false);
Eval(23702, v is NestedClass[], false);
- Eval(23703, v is NestedClassGen<Decimal>, false);
- Eval(23704, v is NestedClassGen<Decimal>[], false);
+// Eval(23703, v is NestedClassGen<Decimal>, false);
+// Eval(23704, v is NestedClassGen<Decimal>[], false);
Eval(23705, v is ImplementOneInterfaceC, false);
Eval(23706, v is ImplementOneInterfaceC[], false);
Eval(23707, v is ImplementTwoInterfaceC, false);
Eval(23708, v is ImplementTwoInterfaceC[], false);
- Eval(23709, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(23710, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(23711, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(23712, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(23713, v is ImplementAllInterfaceC<int>, false);
- Eval(23714, v is ImplementAllInterfaceC<int>[], false);
+// Eval(23709, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(23710, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(23711, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(23712, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(23713, v is ImplementAllInterfaceC<int>, false);
+// Eval(23714, v is ImplementAllInterfaceC<int>[], false);
Eval(23715, v is SealedClass, false);
Eval(23716, v is SealedClass[], false);
}
@@ -5967,26 +5967,26 @@ internal class Program
Eval(23722, v is NotEmptyStruct[], false);
Eval(23723, v is NotEmptyStruct?, false);
Eval(23724, v is NotEmptyStruct?[], false);
- Eval(23725, v is EmptyStructGen<int>, false);
- Eval(23726, v is EmptyStructGen<int>[], false);
- Eval(23727, v is EmptyStructGen<int>?, false);
- Eval(23728, v is EmptyStructGen<int>?[], false);
- Eval(23729, v is NotEmptyStructGen<Guid>, false);
- Eval(23730, v is NotEmptyStructGen<Guid>[], false);
- Eval(23731, v is NotEmptyStructGen<Guid>?, false);
- Eval(23732, v is NotEmptyStructGen<Guid>?[], false);
- Eval(23733, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(23734, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(23735, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(23736, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(23725, v is EmptyStructGen<int>, false);
+// Eval(23726, v is EmptyStructGen<int>[], false);
+// Eval(23727, v is EmptyStructGen<int>?, false);
+// Eval(23728, v is EmptyStructGen<int>?[], false);
+// Eval(23729, v is NotEmptyStructGen<Guid>, false);
+// Eval(23730, v is NotEmptyStructGen<Guid>[], false);
+// Eval(23731, v is NotEmptyStructGen<Guid>?, false);
+// Eval(23732, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(23733, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(23734, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(23735, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(23736, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(23737, v is NestedStruct, false);
Eval(23738, v is NestedStruct[], false);
Eval(23739, v is NestedStruct?, false);
Eval(23740, v is NestedStruct?[], false);
- Eval(23741, v is NestedStructGen<Decimal>, false);
- Eval(23742, v is NestedStructGen<Decimal>[], false);
- Eval(23743, v is NestedStructGen<Decimal>?, false);
- Eval(23744, v is NestedStructGen<Decimal>?[], false);
+// Eval(23741, v is NestedStructGen<Decimal>, false);
+// Eval(23742, v is NestedStructGen<Decimal>[], false);
+// Eval(23743, v is NestedStructGen<Decimal>?, false);
+// Eval(23744, v is NestedStructGen<Decimal>?[], false);
Eval(23745, v is ExplicitFieldOffsetStruct, false);
Eval(23746, v is ExplicitFieldOffsetStruct[], false);
Eval(23747, v is ExplicitFieldOffsetStruct?, false);
@@ -6003,18 +6003,18 @@ internal class Program
Eval(23766, v is ImplementTwoInterface[], false);
Eval(23767, v is ImplementTwoInterface?, false);
Eval(23768, v is ImplementTwoInterface?[], false);
- Eval(23769, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(23770, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(23771, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(23772, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(23773, v is ImplementTwoInterfaceGen<int>, false);
- Eval(23774, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(23775, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(23776, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(23777, v is ImplementAllInterface<int>, false);
- Eval(23778, v is ImplementAllInterface<int>[], false);
- Eval(23779, v is ImplementAllInterface<int>?, false);
- Eval(23780, v is ImplementAllInterface<int>?[], false);
+// Eval(23769, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(23770, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(23771, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(23772, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(23773, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(23774, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(23775, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(23776, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(23777, v is ImplementAllInterface<int>, false);
+// Eval(23778, v is ImplementAllInterface<int>[], false);
+// Eval(23779, v is ImplementAllInterface<int>?, false);
+// Eval(23780, v is ImplementAllInterface<int>?[], false);
Eval(23781, v is IntE, false);
Eval(23782, v is IntE[], false);
Eval(23783, v is IntE?, false);
@@ -6113,38 +6113,38 @@ internal class Program
Eval(23876, v is IEmpty[], false);
Eval(23877, v is INotEmpty, false);
Eval(23878, v is INotEmpty[], false);
- Eval(23879, v is IEmptyGen<int>, false);
- Eval(23880, v is IEmptyGen<int>[], false);
- Eval(23881, v is INotEmptyGen<int>, false);
- Eval(23882, v is INotEmptyGen<int>[], false);
+// Eval(23879, v is IEmptyGen<int>, false);
+// Eval(23880, v is IEmptyGen<int>[], false);
+// Eval(23881, v is INotEmptyGen<int>, false);
+// Eval(23882, v is INotEmptyGen<int>[], false);
Eval(23883, v is SimpleDelegate, false);
Eval(23884, v is SimpleDelegate[], false);
- Eval(23885, v is GenericDelegate<int>, false);
- Eval(23886, v is GenericDelegate<int>[], false);
+// Eval(23885, v is GenericDelegate<int>, false);
+// Eval(23886, v is GenericDelegate<int>[], false);
Eval(23887, v is EmptyClass, false);
Eval(23888, v is EmptyClass[], false);
Eval(23889, v is NotEmptyClass, false);
Eval(23890, v is NotEmptyClass[], false);
- Eval(23891, v is EmptyClassGen<int>, false);
- Eval(23892, v is EmptyClassGen<int>[], false);
- Eval(23893, v is NotEmptyClassGen<Guid>, false);
- Eval(23894, v is NotEmptyClassGen<Guid>[], false);
- Eval(23895, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(23896, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(23891, v is EmptyClassGen<int>, false);
+// Eval(23892, v is EmptyClassGen<int>[], false);
+// Eval(23893, v is NotEmptyClassGen<Guid>, false);
+// Eval(23894, v is NotEmptyClassGen<Guid>[], false);
+// Eval(23895, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(23896, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(23897, v is NestedClass, false);
Eval(23898, v is NestedClass[], false);
- Eval(23899, v is NestedClassGen<Decimal>, false);
- Eval(23900, v is NestedClassGen<Decimal>[], false);
+// Eval(23899, v is NestedClassGen<Decimal>, false);
+// Eval(23900, v is NestedClassGen<Decimal>[], false);
Eval(23901, v is ImplementOneInterfaceC, false);
Eval(23902, v is ImplementOneInterfaceC[], false);
Eval(23903, v is ImplementTwoInterfaceC, false);
Eval(23904, v is ImplementTwoInterfaceC[], false);
- Eval(23905, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(23906, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(23907, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(23908, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(23909, v is ImplementAllInterfaceC<int>, false);
- Eval(23910, v is ImplementAllInterfaceC<int>[], false);
+// Eval(23905, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(23906, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(23907, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(23908, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(23909, v is ImplementAllInterfaceC<int>, false);
+// Eval(23910, v is ImplementAllInterfaceC<int>[], false);
Eval(23911, v is SealedClass, false);
Eval(23912, v is SealedClass[], false);
}
@@ -6158,26 +6158,26 @@ internal class Program
Eval(23918, v is NotEmptyStruct[], false);
Eval(23919, v is NotEmptyStruct?, false);
Eval(23920, v is NotEmptyStruct?[], false);
- Eval(23921, v is EmptyStructGen<int>, false);
- Eval(23922, v is EmptyStructGen<int>[], false);
- Eval(23923, v is EmptyStructGen<int>?, false);
- Eval(23924, v is EmptyStructGen<int>?[], false);
- Eval(23925, v is NotEmptyStructGen<Guid>, false);
- Eval(23926, v is NotEmptyStructGen<Guid>[], false);
- Eval(23927, v is NotEmptyStructGen<Guid>?, false);
- Eval(23928, v is NotEmptyStructGen<Guid>?[], false);
- Eval(23929, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(23930, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(23931, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(23932, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(23921, v is EmptyStructGen<int>, false);
+// Eval(23922, v is EmptyStructGen<int>[], false);
+// Eval(23923, v is EmptyStructGen<int>?, false);
+// Eval(23924, v is EmptyStructGen<int>?[], false);
+// Eval(23925, v is NotEmptyStructGen<Guid>, false);
+// Eval(23926, v is NotEmptyStructGen<Guid>[], false);
+// Eval(23927, v is NotEmptyStructGen<Guid>?, false);
+// Eval(23928, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(23929, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(23930, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(23931, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(23932, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(23933, v is NestedStruct, false);
Eval(23934, v is NestedStruct[], false);
Eval(23935, v is NestedStruct?, false);
Eval(23936, v is NestedStruct?[], false);
- Eval(23937, v is NestedStructGen<Decimal>, false);
- Eval(23938, v is NestedStructGen<Decimal>[], false);
- Eval(23939, v is NestedStructGen<Decimal>?, false);
- Eval(23940, v is NestedStructGen<Decimal>?[], false);
+// Eval(23937, v is NestedStructGen<Decimal>, false);
+// Eval(23938, v is NestedStructGen<Decimal>[], false);
+// Eval(23939, v is NestedStructGen<Decimal>?, false);
+// Eval(23940, v is NestedStructGen<Decimal>?[], false);
Eval(23941, v is ExplicitFieldOffsetStruct, false);
Eval(23942, v is ExplicitFieldOffsetStruct[], false);
Eval(23943, v is ExplicitFieldOffsetStruct?, false);
@@ -6194,18 +6194,18 @@ internal class Program
Eval(23962, v is ImplementTwoInterface[], false);
Eval(23963, v is ImplementTwoInterface?, false);
Eval(23964, v is ImplementTwoInterface?[], false);
- Eval(23965, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(23966, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(23967, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(23968, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(23969, v is ImplementTwoInterfaceGen<int>, false);
- Eval(23970, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(23971, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(23972, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(23973, v is ImplementAllInterface<int>, false);
- Eval(23974, v is ImplementAllInterface<int>[], false);
- Eval(23975, v is ImplementAllInterface<int>?, false);
- Eval(23976, v is ImplementAllInterface<int>?[], false);
+// Eval(23965, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(23966, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(23967, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(23968, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(23969, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(23970, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(23971, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(23972, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(23973, v is ImplementAllInterface<int>, false);
+// Eval(23974, v is ImplementAllInterface<int>[], false);
+// Eval(23975, v is ImplementAllInterface<int>?, false);
+// Eval(23976, v is ImplementAllInterface<int>?[], false);
Eval(23977, v is IntE, false);
Eval(23978, v is IntE[], false);
Eval(23979, v is IntE?, false);
@@ -6304,38 +6304,38 @@ internal class Program
Eval(24072, v is IEmpty[], false);
Eval(24073, v is INotEmpty, false);
Eval(24074, v is INotEmpty[], false);
- Eval(24075, v is IEmptyGen<int>, false);
- Eval(24076, v is IEmptyGen<int>[], false);
- Eval(24077, v is INotEmptyGen<int>, false);
- Eval(24078, v is INotEmptyGen<int>[], false);
+// Eval(24075, v is IEmptyGen<int>, false);
+// Eval(24076, v is IEmptyGen<int>[], false);
+// Eval(24077, v is INotEmptyGen<int>, false);
+// Eval(24078, v is INotEmptyGen<int>[], false);
Eval(24079, v is SimpleDelegate, false);
Eval(24080, v is SimpleDelegate[], false);
- Eval(24081, v is GenericDelegate<int>, false);
- Eval(24082, v is GenericDelegate<int>[], false);
+// Eval(24081, v is GenericDelegate<int>, false);
+// Eval(24082, v is GenericDelegate<int>[], false);
Eval(24083, v is EmptyClass, false);
Eval(24084, v is EmptyClass[], false);
Eval(24085, v is NotEmptyClass, false);
Eval(24086, v is NotEmptyClass[], false);
- Eval(24087, v is EmptyClassGen<int>, false);
- Eval(24088, v is EmptyClassGen<int>[], false);
- Eval(24089, v is NotEmptyClassGen<Guid>, false);
- Eval(24090, v is NotEmptyClassGen<Guid>[], false);
- Eval(24091, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(24092, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(24087, v is EmptyClassGen<int>, false);
+// Eval(24088, v is EmptyClassGen<int>[], false);
+// Eval(24089, v is NotEmptyClassGen<Guid>, false);
+// Eval(24090, v is NotEmptyClassGen<Guid>[], false);
+// Eval(24091, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(24092, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(24093, v is NestedClass, false);
Eval(24094, v is NestedClass[], false);
- Eval(24095, v is NestedClassGen<Decimal>, false);
- Eval(24096, v is NestedClassGen<Decimal>[], false);
+// Eval(24095, v is NestedClassGen<Decimal>, false);
+// Eval(24096, v is NestedClassGen<Decimal>[], false);
Eval(24097, v is ImplementOneInterfaceC, false);
Eval(24098, v is ImplementOneInterfaceC[], false);
Eval(24099, v is ImplementTwoInterfaceC, false);
Eval(24100, v is ImplementTwoInterfaceC[], false);
- Eval(24101, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(24102, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(24103, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(24104, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(24105, v is ImplementAllInterfaceC<int>, false);
- Eval(24106, v is ImplementAllInterfaceC<int>[], false);
+// Eval(24101, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(24102, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(24103, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(24104, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(24105, v is ImplementAllInterfaceC<int>, false);
+// Eval(24106, v is ImplementAllInterfaceC<int>[], false);
Eval(24107, v is SealedClass, false);
Eval(24108, v is SealedClass[], false);
}
@@ -6349,26 +6349,26 @@ internal class Program
Eval(24114, v is NotEmptyStruct[], false);
Eval(24115, v is NotEmptyStruct?, false);
Eval(24116, v is NotEmptyStruct?[], false);
- Eval(24117, v is EmptyStructGen<int>, false);
- Eval(24118, v is EmptyStructGen<int>[], false);
- Eval(24119, v is EmptyStructGen<int>?, false);
- Eval(24120, v is EmptyStructGen<int>?[], false);
- Eval(24121, v is NotEmptyStructGen<Guid>, false);
- Eval(24122, v is NotEmptyStructGen<Guid>[], false);
- Eval(24123, v is NotEmptyStructGen<Guid>?, false);
- Eval(24124, v is NotEmptyStructGen<Guid>?[], false);
- Eval(24125, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(24126, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(24127, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(24128, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(24117, v is EmptyStructGen<int>, false);
+// Eval(24118, v is EmptyStructGen<int>[], false);
+// Eval(24119, v is EmptyStructGen<int>?, false);
+// Eval(24120, v is EmptyStructGen<int>?[], false);
+// Eval(24121, v is NotEmptyStructGen<Guid>, false);
+// Eval(24122, v is NotEmptyStructGen<Guid>[], false);
+// Eval(24123, v is NotEmptyStructGen<Guid>?, false);
+// Eval(24124, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(24125, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(24126, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(24127, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(24128, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(24129, v is NestedStruct, false);
Eval(24130, v is NestedStruct[], false);
Eval(24131, v is NestedStruct?, false);
Eval(24132, v is NestedStruct?[], false);
- Eval(24133, v is NestedStructGen<Decimal>, false);
- Eval(24134, v is NestedStructGen<Decimal>[], false);
- Eval(24135, v is NestedStructGen<Decimal>?, false);
- Eval(24136, v is NestedStructGen<Decimal>?[], false);
+// Eval(24133, v is NestedStructGen<Decimal>, false);
+// Eval(24134, v is NestedStructGen<Decimal>[], false);
+// Eval(24135, v is NestedStructGen<Decimal>?, false);
+// Eval(24136, v is NestedStructGen<Decimal>?[], false);
Eval(24137, v is ExplicitFieldOffsetStruct, false);
Eval(24138, v is ExplicitFieldOffsetStruct[], false);
Eval(24139, v is ExplicitFieldOffsetStruct?, false);
@@ -6385,18 +6385,18 @@ internal class Program
Eval(24158, v is ImplementTwoInterface[], false);
Eval(24159, v is ImplementTwoInterface?, false);
Eval(24160, v is ImplementTwoInterface?[], false);
- Eval(24161, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(24162, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(24163, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(24164, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(24165, v is ImplementTwoInterfaceGen<int>, false);
- Eval(24166, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(24167, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(24168, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(24169, v is ImplementAllInterface<int>, false);
- Eval(24170, v is ImplementAllInterface<int>[], false);
- Eval(24171, v is ImplementAllInterface<int>?, false);
- Eval(24172, v is ImplementAllInterface<int>?[], false);
+// Eval(24161, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(24162, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(24163, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(24164, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(24165, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(24166, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(24167, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(24168, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(24169, v is ImplementAllInterface<int>, false);
+// Eval(24170, v is ImplementAllInterface<int>[], false);
+// Eval(24171, v is ImplementAllInterface<int>?, false);
+// Eval(24172, v is ImplementAllInterface<int>?[], false);
Eval(24173, v is IntE, false);
Eval(24174, v is IntE[], false);
Eval(24175, v is IntE?, false);
@@ -6495,38 +6495,38 @@ internal class Program
Eval(24268, v is IEmpty[], false);
Eval(24269, v is INotEmpty, false);
Eval(24270, v is INotEmpty[], false);
- Eval(24271, v is IEmptyGen<int>, false);
- Eval(24272, v is IEmptyGen<int>[], false);
- Eval(24273, v is INotEmptyGen<int>, false);
- Eval(24274, v is INotEmptyGen<int>[], false);
+// Eval(24271, v is IEmptyGen<int>, false);
+// Eval(24272, v is IEmptyGen<int>[], false);
+// Eval(24273, v is INotEmptyGen<int>, false);
+// Eval(24274, v is INotEmptyGen<int>[], false);
Eval(24275, v is SimpleDelegate, false);
Eval(24276, v is SimpleDelegate[], false);
- Eval(24277, v is GenericDelegate<int>, false);
- Eval(24278, v is GenericDelegate<int>[], false);
+// Eval(24277, v is GenericDelegate<int>, false);
+// Eval(24278, v is GenericDelegate<int>[], false);
Eval(24279, v is EmptyClass, false);
Eval(24280, v is EmptyClass[], false);
Eval(24281, v is NotEmptyClass, false);
Eval(24282, v is NotEmptyClass[], false);
- Eval(24283, v is EmptyClassGen<int>, false);
- Eval(24284, v is EmptyClassGen<int>[], false);
- Eval(24285, v is NotEmptyClassGen<Guid>, false);
- Eval(24286, v is NotEmptyClassGen<Guid>[], false);
- Eval(24287, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(24288, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(24283, v is EmptyClassGen<int>, false);
+// Eval(24284, v is EmptyClassGen<int>[], false);
+// Eval(24285, v is NotEmptyClassGen<Guid>, false);
+// Eval(24286, v is NotEmptyClassGen<Guid>[], false);
+// Eval(24287, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(24288, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(24289, v is NestedClass, false);
Eval(24290, v is NestedClass[], false);
- Eval(24291, v is NestedClassGen<Decimal>, false);
- Eval(24292, v is NestedClassGen<Decimal>[], false);
+// Eval(24291, v is NestedClassGen<Decimal>, false);
+// Eval(24292, v is NestedClassGen<Decimal>[], false);
Eval(24293, v is ImplementOneInterfaceC, false);
Eval(24294, v is ImplementOneInterfaceC[], false);
Eval(24295, v is ImplementTwoInterfaceC, false);
Eval(24296, v is ImplementTwoInterfaceC[], false);
- Eval(24297, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(24298, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(24299, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(24300, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(24301, v is ImplementAllInterfaceC<int>, false);
- Eval(24302, v is ImplementAllInterfaceC<int>[], false);
+// Eval(24297, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(24298, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(24299, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(24300, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(24301, v is ImplementAllInterfaceC<int>, false);
+// Eval(24302, v is ImplementAllInterfaceC<int>[], false);
Eval(24303, v is SealedClass, false);
Eval(24304, v is SealedClass[], false);
}
@@ -6540,26 +6540,26 @@ internal class Program
Eval(24310, v is NotEmptyStruct[], false);
Eval(24311, v is NotEmptyStruct?, false);
Eval(24312, v is NotEmptyStruct?[], false);
- Eval(24313, v is EmptyStructGen<int>, false);
- Eval(24314, v is EmptyStructGen<int>[], false);
- Eval(24315, v is EmptyStructGen<int>?, false);
- Eval(24316, v is EmptyStructGen<int>?[], false);
- Eval(24317, v is NotEmptyStructGen<Guid>, false);
- Eval(24318, v is NotEmptyStructGen<Guid>[], false);
- Eval(24319, v is NotEmptyStructGen<Guid>?, false);
- Eval(24320, v is NotEmptyStructGen<Guid>?[], false);
- Eval(24321, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(24322, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(24323, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(24324, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(24313, v is EmptyStructGen<int>, false);
+// Eval(24314, v is EmptyStructGen<int>[], false);
+// Eval(24315, v is EmptyStructGen<int>?, false);
+// Eval(24316, v is EmptyStructGen<int>?[], false);
+// Eval(24317, v is NotEmptyStructGen<Guid>, false);
+// Eval(24318, v is NotEmptyStructGen<Guid>[], false);
+// Eval(24319, v is NotEmptyStructGen<Guid>?, false);
+// Eval(24320, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(24321, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(24322, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(24323, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(24324, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(24325, v is NestedStruct, false);
Eval(24326, v is NestedStruct[], false);
Eval(24327, v is NestedStruct?, false);
Eval(24328, v is NestedStruct?[], false);
- Eval(24329, v is NestedStructGen<Decimal>, false);
- Eval(24330, v is NestedStructGen<Decimal>[], false);
- Eval(24331, v is NestedStructGen<Decimal>?, false);
- Eval(24332, v is NestedStructGen<Decimal>?[], false);
+// Eval(24329, v is NestedStructGen<Decimal>, false);
+// Eval(24330, v is NestedStructGen<Decimal>[], false);
+// Eval(24331, v is NestedStructGen<Decimal>?, false);
+// Eval(24332, v is NestedStructGen<Decimal>?[], false);
Eval(24333, v is ExplicitFieldOffsetStruct, false);
Eval(24334, v is ExplicitFieldOffsetStruct[], false);
Eval(24335, v is ExplicitFieldOffsetStruct?, false);
@@ -6576,18 +6576,18 @@ internal class Program
Eval(24354, v is ImplementTwoInterface[], false);
Eval(24355, v is ImplementTwoInterface?, false);
Eval(24356, v is ImplementTwoInterface?[], false);
- Eval(24357, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(24358, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(24359, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(24360, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(24361, v is ImplementTwoInterfaceGen<int>, false);
- Eval(24362, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(24363, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(24364, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(24365, v is ImplementAllInterface<int>, false);
- Eval(24366, v is ImplementAllInterface<int>[], false);
- Eval(24367, v is ImplementAllInterface<int>?, false);
- Eval(24368, v is ImplementAllInterface<int>?[], false);
+// Eval(24357, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(24358, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(24359, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(24360, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(24361, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(24362, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(24363, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(24364, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(24365, v is ImplementAllInterface<int>, false);
+// Eval(24366, v is ImplementAllInterface<int>[], false);
+// Eval(24367, v is ImplementAllInterface<int>?, false);
+// Eval(24368, v is ImplementAllInterface<int>?[], false);
Eval(24369, v is IntE, false);
Eval(24370, v is IntE[], false);
Eval(24371, v is IntE?, false);
@@ -6686,38 +6686,38 @@ internal class Program
Eval(24464, v is IEmpty[], false);
Eval(24465, v is INotEmpty, false);
Eval(24466, v is INotEmpty[], false);
- Eval(24467, v is IEmptyGen<int>, false);
- Eval(24468, v is IEmptyGen<int>[], false);
- Eval(24469, v is INotEmptyGen<int>, false);
- Eval(24470, v is INotEmptyGen<int>[], false);
+// Eval(24467, v is IEmptyGen<int>, false);
+// Eval(24468, v is IEmptyGen<int>[], false);
+// Eval(24469, v is INotEmptyGen<int>, false);
+// Eval(24470, v is INotEmptyGen<int>[], false);
Eval(24471, v is SimpleDelegate, false);
Eval(24472, v is SimpleDelegate[], false);
- Eval(24473, v is GenericDelegate<int>, false);
- Eval(24474, v is GenericDelegate<int>[], false);
+// Eval(24473, v is GenericDelegate<int>, false);
+// Eval(24474, v is GenericDelegate<int>[], false);
Eval(24475, v is EmptyClass, false);
Eval(24476, v is EmptyClass[], false);
Eval(24477, v is NotEmptyClass, false);
Eval(24478, v is NotEmptyClass[], false);
- Eval(24479, v is EmptyClassGen<int>, false);
- Eval(24480, v is EmptyClassGen<int>[], false);
- Eval(24481, v is NotEmptyClassGen<Guid>, false);
- Eval(24482, v is NotEmptyClassGen<Guid>[], false);
- Eval(24483, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(24484, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(24479, v is EmptyClassGen<int>, false);
+// Eval(24480, v is EmptyClassGen<int>[], false);
+// Eval(24481, v is NotEmptyClassGen<Guid>, false);
+// Eval(24482, v is NotEmptyClassGen<Guid>[], false);
+// Eval(24483, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(24484, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(24485, v is NestedClass, false);
Eval(24486, v is NestedClass[], false);
- Eval(24487, v is NestedClassGen<Decimal>, false);
- Eval(24488, v is NestedClassGen<Decimal>[], false);
+// Eval(24487, v is NestedClassGen<Decimal>, false);
+// Eval(24488, v is NestedClassGen<Decimal>[], false);
Eval(24489, v is ImplementOneInterfaceC, false);
Eval(24490, v is ImplementOneInterfaceC[], false);
Eval(24491, v is ImplementTwoInterfaceC, false);
Eval(24492, v is ImplementTwoInterfaceC[], false);
- Eval(24493, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(24494, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(24495, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(24496, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(24497, v is ImplementAllInterfaceC<int>, false);
- Eval(24498, v is ImplementAllInterfaceC<int>[], false);
+// Eval(24493, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(24494, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(24495, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(24496, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(24497, v is ImplementAllInterfaceC<int>, false);
+// Eval(24498, v is ImplementAllInterfaceC<int>[], false);
Eval(24499, v is SealedClass, false);
Eval(24500, v is SealedClass[], false);
}
@@ -6734,26 +6734,26 @@ internal class Program
Eval(24506, v is NotEmptyStruct[], false);
Eval(24507, v is NotEmptyStruct?, false);
Eval(24508, v is NotEmptyStruct?[], false);
- Eval(24509, v is EmptyStructGen<int>, false);
- Eval(24510, v is EmptyStructGen<int>[], false);
- Eval(24511, v is EmptyStructGen<int>?, false);
- Eval(24512, v is EmptyStructGen<int>?[], false);
- Eval(24513, v is NotEmptyStructGen<Guid>, false);
- Eval(24514, v is NotEmptyStructGen<Guid>[], false);
- Eval(24515, v is NotEmptyStructGen<Guid>?, false);
- Eval(24516, v is NotEmptyStructGen<Guid>?[], false);
- Eval(24517, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(24518, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(24519, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(24520, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(24509, v is EmptyStructGen<int>, false);
+// Eval(24510, v is EmptyStructGen<int>[], false);
+// Eval(24511, v is EmptyStructGen<int>?, false);
+// Eval(24512, v is EmptyStructGen<int>?[], false);
+// Eval(24513, v is NotEmptyStructGen<Guid>, false);
+// Eval(24514, v is NotEmptyStructGen<Guid>[], false);
+// Eval(24515, v is NotEmptyStructGen<Guid>?, false);
+// Eval(24516, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(24517, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(24518, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(24519, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(24520, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(24521, v is NestedStruct, false);
Eval(24522, v is NestedStruct[], false);
Eval(24523, v is NestedStruct?, false);
Eval(24524, v is NestedStruct?[], false);
- Eval(24525, v is NestedStructGen<Decimal>, false);
- Eval(24526, v is NestedStructGen<Decimal>[], false);
- Eval(24527, v is NestedStructGen<Decimal>?, false);
- Eval(24528, v is NestedStructGen<Decimal>?[], false);
+// Eval(24525, v is NestedStructGen<Decimal>, false);
+// Eval(24526, v is NestedStructGen<Decimal>[], false);
+// Eval(24527, v is NestedStructGen<Decimal>?, false);
+// Eval(24528, v is NestedStructGen<Decimal>?[], false);
Eval(24529, v is ExplicitFieldOffsetStruct, false);
Eval(24530, v is ExplicitFieldOffsetStruct[], false);
Eval(24531, v is ExplicitFieldOffsetStruct?, false);
@@ -6770,18 +6770,18 @@ internal class Program
Eval(24550, v is ImplementTwoInterface[], false);
Eval(24551, v is ImplementTwoInterface?, false);
Eval(24552, v is ImplementTwoInterface?[], false);
- Eval(24553, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(24554, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(24555, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(24556, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(24557, v is ImplementTwoInterfaceGen<int>, false);
- Eval(24558, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(24559, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(24560, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(24561, v is ImplementAllInterface<int>, false);
- Eval(24562, v is ImplementAllInterface<int>[], false);
- Eval(24563, v is ImplementAllInterface<int>?, false);
- Eval(24564, v is ImplementAllInterface<int>?[], false);
+// Eval(24553, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(24554, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(24555, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(24556, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(24557, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(24558, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(24559, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(24560, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(24561, v is ImplementAllInterface<int>, false);
+// Eval(24562, v is ImplementAllInterface<int>[], false);
+// Eval(24563, v is ImplementAllInterface<int>?, false);
+// Eval(24564, v is ImplementAllInterface<int>?[], false);
Eval(24565, v is IntE, false);
Eval(24566, v is IntE[], false);
Eval(24567, v is IntE?, false);
@@ -6880,38 +6880,38 @@ internal class Program
Eval(24660, v is IEmpty[], false);
Eval(24661, v is INotEmpty, false);
Eval(24662, v is INotEmpty[], false);
- Eval(24663, v is IEmptyGen<int>, false);
- Eval(24664, v is IEmptyGen<int>[], false);
- Eval(24665, v is INotEmptyGen<int>, false);
- Eval(24666, v is INotEmptyGen<int>[], false);
+// Eval(24663, v is IEmptyGen<int>, false);
+// Eval(24664, v is IEmptyGen<int>[], false);
+// Eval(24665, v is INotEmptyGen<int>, false);
+// Eval(24666, v is INotEmptyGen<int>[], false);
Eval(24667, v is SimpleDelegate, false);
Eval(24668, v is SimpleDelegate[], false);
- Eval(24669, v is GenericDelegate<int>, false);
- Eval(24670, v is GenericDelegate<int>[], false);
+// Eval(24669, v is GenericDelegate<int>, false);
+// Eval(24670, v is GenericDelegate<int>[], false);
Eval(24671, v is EmptyClass, false);
Eval(24672, v is EmptyClass[], false);
Eval(24673, v is NotEmptyClass, false);
Eval(24674, v is NotEmptyClass[], false);
- Eval(24675, v is EmptyClassGen<int>, false);
- Eval(24676, v is EmptyClassGen<int>[], false);
- Eval(24677, v is NotEmptyClassGen<Guid>, false);
- Eval(24678, v is NotEmptyClassGen<Guid>[], false);
- Eval(24679, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(24680, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(24675, v is EmptyClassGen<int>, false);
+// Eval(24676, v is EmptyClassGen<int>[], false);
+// Eval(24677, v is NotEmptyClassGen<Guid>, false);
+// Eval(24678, v is NotEmptyClassGen<Guid>[], false);
+// Eval(24679, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(24680, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(24681, v is NestedClass, false);
Eval(24682, v is NestedClass[], false);
- Eval(24683, v is NestedClassGen<Decimal>, false);
- Eval(24684, v is NestedClassGen<Decimal>[], false);
+// Eval(24683, v is NestedClassGen<Decimal>, false);
+// Eval(24684, v is NestedClassGen<Decimal>[], false);
Eval(24685, v is ImplementOneInterfaceC, false);
Eval(24686, v is ImplementOneInterfaceC[], false);
Eval(24687, v is ImplementTwoInterfaceC, false);
Eval(24688, v is ImplementTwoInterfaceC[], false);
- Eval(24689, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(24690, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(24691, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(24692, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(24693, v is ImplementAllInterfaceC<int>, false);
- Eval(24694, v is ImplementAllInterfaceC<int>[], false);
+// Eval(24689, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(24690, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(24691, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(24692, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(24693, v is ImplementAllInterfaceC<int>, false);
+// Eval(24694, v is ImplementAllInterfaceC<int>[], false);
Eval(24695, v is SealedClass, false);
Eval(24696, v is SealedClass[], false);
}
@@ -6925,26 +6925,26 @@ internal class Program
Eval(24702, v is NotEmptyStruct[], false);
Eval(24703, v is NotEmptyStruct?, false);
Eval(24704, v is NotEmptyStruct?[], false);
- Eval(24705, v is EmptyStructGen<int>, false);
- Eval(24706, v is EmptyStructGen<int>[], false);
- Eval(24707, v is EmptyStructGen<int>?, false);
- Eval(24708, v is EmptyStructGen<int>?[], false);
- Eval(24709, v is NotEmptyStructGen<Guid>, false);
- Eval(24710, v is NotEmptyStructGen<Guid>[], false);
- Eval(24711, v is NotEmptyStructGen<Guid>?, false);
- Eval(24712, v is NotEmptyStructGen<Guid>?[], false);
- Eval(24713, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(24714, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(24715, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(24716, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(24705, v is EmptyStructGen<int>, false);
+// Eval(24706, v is EmptyStructGen<int>[], false);
+// Eval(24707, v is EmptyStructGen<int>?, false);
+// Eval(24708, v is EmptyStructGen<int>?[], false);
+// Eval(24709, v is NotEmptyStructGen<Guid>, false);
+// Eval(24710, v is NotEmptyStructGen<Guid>[], false);
+// Eval(24711, v is NotEmptyStructGen<Guid>?, false);
+// Eval(24712, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(24713, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(24714, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(24715, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(24716, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(24717, v is NestedStruct, false);
Eval(24718, v is NestedStruct[], false);
Eval(24719, v is NestedStruct?, false);
Eval(24720, v is NestedStruct?[], false);
- Eval(24721, v is NestedStructGen<Decimal>, false);
- Eval(24722, v is NestedStructGen<Decimal>[], false);
- Eval(24723, v is NestedStructGen<Decimal>?, false);
- Eval(24724, v is NestedStructGen<Decimal>?[], false);
+// Eval(24721, v is NestedStructGen<Decimal>, false);
+// Eval(24722, v is NestedStructGen<Decimal>[], false);
+// Eval(24723, v is NestedStructGen<Decimal>?, false);
+// Eval(24724, v is NestedStructGen<Decimal>?[], false);
Eval(24725, v is ExplicitFieldOffsetStruct, false);
Eval(24726, v is ExplicitFieldOffsetStruct[], false);
Eval(24727, v is ExplicitFieldOffsetStruct?, false);
@@ -6961,18 +6961,18 @@ internal class Program
Eval(24746, v is ImplementTwoInterface[], false);
Eval(24747, v is ImplementTwoInterface?, false);
Eval(24748, v is ImplementTwoInterface?[], false);
- Eval(24749, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(24750, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(24751, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(24752, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(24753, v is ImplementTwoInterfaceGen<int>, false);
- Eval(24754, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(24755, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(24756, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(24757, v is ImplementAllInterface<int>, false);
- Eval(24758, v is ImplementAllInterface<int>[], false);
- Eval(24759, v is ImplementAllInterface<int>?, false);
- Eval(24760, v is ImplementAllInterface<int>?[], false);
+// Eval(24749, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(24750, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(24751, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(24752, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(24753, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(24754, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(24755, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(24756, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(24757, v is ImplementAllInterface<int>, false);
+// Eval(24758, v is ImplementAllInterface<int>[], false);
+// Eval(24759, v is ImplementAllInterface<int>?, false);
+// Eval(24760, v is ImplementAllInterface<int>?[], false);
Eval(24761, v is IntE, false);
Eval(24762, v is IntE[], false);
Eval(24763, v is IntE?, false);
@@ -7071,38 +7071,38 @@ internal class Program
Eval(24856, v is IEmpty[], false);
Eval(24857, v is INotEmpty, false);
Eval(24858, v is INotEmpty[], false);
- Eval(24859, v is IEmptyGen<int>, false);
- Eval(24860, v is IEmptyGen<int>[], false);
- Eval(24861, v is INotEmptyGen<int>, false);
- Eval(24862, v is INotEmptyGen<int>[], false);
+// Eval(24859, v is IEmptyGen<int>, false);
+// Eval(24860, v is IEmptyGen<int>[], false);
+// Eval(24861, v is INotEmptyGen<int>, false);
+// Eval(24862, v is INotEmptyGen<int>[], false);
Eval(24863, v is SimpleDelegate, false);
Eval(24864, v is SimpleDelegate[], false);
- Eval(24865, v is GenericDelegate<int>, false);
- Eval(24866, v is GenericDelegate<int>[], false);
+// Eval(24865, v is GenericDelegate<int>, false);
+// Eval(24866, v is GenericDelegate<int>[], false);
Eval(24867, v is EmptyClass, false);
Eval(24868, v is EmptyClass[], false);
Eval(24869, v is NotEmptyClass, false);
Eval(24870, v is NotEmptyClass[], false);
- Eval(24871, v is EmptyClassGen<int>, false);
- Eval(24872, v is EmptyClassGen<int>[], false);
- Eval(24873, v is NotEmptyClassGen<Guid>, false);
- Eval(24874, v is NotEmptyClassGen<Guid>[], false);
- Eval(24875, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(24876, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(24871, v is EmptyClassGen<int>, false);
+// Eval(24872, v is EmptyClassGen<int>[], false);
+// Eval(24873, v is NotEmptyClassGen<Guid>, false);
+// Eval(24874, v is NotEmptyClassGen<Guid>[], false);
+// Eval(24875, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(24876, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(24877, v is NestedClass, false);
Eval(24878, v is NestedClass[], false);
- Eval(24879, v is NestedClassGen<Decimal>, false);
- Eval(24880, v is NestedClassGen<Decimal>[], false);
+// Eval(24879, v is NestedClassGen<Decimal>, false);
+// Eval(24880, v is NestedClassGen<Decimal>[], false);
Eval(24881, v is ImplementOneInterfaceC, false);
Eval(24882, v is ImplementOneInterfaceC[], false);
Eval(24883, v is ImplementTwoInterfaceC, false);
Eval(24884, v is ImplementTwoInterfaceC[], false);
- Eval(24885, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(24886, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(24887, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(24888, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(24889, v is ImplementAllInterfaceC<int>, false);
- Eval(24890, v is ImplementAllInterfaceC<int>[], false);
+// Eval(24885, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(24886, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(24887, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(24888, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(24889, v is ImplementAllInterfaceC<int>, false);
+// Eval(24890, v is ImplementAllInterfaceC<int>[], false);
Eval(24891, v is SealedClass, false);
Eval(24892, v is SealedClass[], false);
}
@@ -7116,26 +7116,26 @@ internal class Program
Eval(24898, v is NotEmptyStruct[], false);
Eval(24899, v is NotEmptyStruct?, false);
Eval(24900, v is NotEmptyStruct?[], false);
- Eval(24901, v is EmptyStructGen<int>, false);
- Eval(24902, v is EmptyStructGen<int>[], false);
- Eval(24903, v is EmptyStructGen<int>?, false);
- Eval(24904, v is EmptyStructGen<int>?[], false);
- Eval(24905, v is NotEmptyStructGen<Guid>, false);
- Eval(24906, v is NotEmptyStructGen<Guid>[], false);
- Eval(24907, v is NotEmptyStructGen<Guid>?, false);
- Eval(24908, v is NotEmptyStructGen<Guid>?[], false);
- Eval(24909, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(24910, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(24911, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(24912, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(24901, v is EmptyStructGen<int>, false);
+// Eval(24902, v is EmptyStructGen<int>[], false);
+// Eval(24903, v is EmptyStructGen<int>?, false);
+// Eval(24904, v is EmptyStructGen<int>?[], false);
+// Eval(24905, v is NotEmptyStructGen<Guid>, false);
+// Eval(24906, v is NotEmptyStructGen<Guid>[], false);
+// Eval(24907, v is NotEmptyStructGen<Guid>?, false);
+// Eval(24908, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(24909, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(24910, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(24911, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(24912, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(24913, v is NestedStruct, false);
Eval(24914, v is NestedStruct[], false);
Eval(24915, v is NestedStruct?, false);
Eval(24916, v is NestedStruct?[], false);
- Eval(24917, v is NestedStructGen<Decimal>, false);
- Eval(24918, v is NestedStructGen<Decimal>[], false);
- Eval(24919, v is NestedStructGen<Decimal>?, false);
- Eval(24920, v is NestedStructGen<Decimal>?[], false);
+// Eval(24917, v is NestedStructGen<Decimal>, false);
+// Eval(24918, v is NestedStructGen<Decimal>[], false);
+// Eval(24919, v is NestedStructGen<Decimal>?, false);
+// Eval(24920, v is NestedStructGen<Decimal>?[], false);
Eval(24921, v is ExplicitFieldOffsetStruct, false);
Eval(24922, v is ExplicitFieldOffsetStruct[], false);
Eval(24923, v is ExplicitFieldOffsetStruct?, false);
@@ -7152,18 +7152,18 @@ internal class Program
Eval(24942, v is ImplementTwoInterface[], false);
Eval(24943, v is ImplementTwoInterface?, false);
Eval(24944, v is ImplementTwoInterface?[], false);
- Eval(24945, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(24946, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(24947, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(24948, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(24949, v is ImplementTwoInterfaceGen<int>, false);
- Eval(24950, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(24951, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(24952, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(24953, v is ImplementAllInterface<int>, false);
- Eval(24954, v is ImplementAllInterface<int>[], false);
- Eval(24955, v is ImplementAllInterface<int>?, false);
- Eval(24956, v is ImplementAllInterface<int>?[], false);
+// Eval(24945, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(24946, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(24947, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(24948, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(24949, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(24950, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(24951, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(24952, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(24953, v is ImplementAllInterface<int>, false);
+// Eval(24954, v is ImplementAllInterface<int>[], false);
+// Eval(24955, v is ImplementAllInterface<int>?, false);
+// Eval(24956, v is ImplementAllInterface<int>?[], false);
Eval(24957, v is IntE, false);
Eval(24958, v is IntE[], false);
Eval(24959, v is IntE?, false);
@@ -7262,38 +7262,38 @@ internal class Program
Eval(25052, v is IEmpty[], false);
Eval(25053, v is INotEmpty, false);
Eval(25054, v is INotEmpty[], false);
- Eval(25055, v is IEmptyGen<int>, false);
- Eval(25056, v is IEmptyGen<int>[], false);
- Eval(25057, v is INotEmptyGen<int>, false);
- Eval(25058, v is INotEmptyGen<int>[], false);
+// Eval(25055, v is IEmptyGen<int>, false);
+// Eval(25056, v is IEmptyGen<int>[], false);
+// Eval(25057, v is INotEmptyGen<int>, false);
+// Eval(25058, v is INotEmptyGen<int>[], false);
Eval(25059, v is SimpleDelegate, false);
Eval(25060, v is SimpleDelegate[], false);
- Eval(25061, v is GenericDelegate<int>, false);
- Eval(25062, v is GenericDelegate<int>[], false);
+// Eval(25061, v is GenericDelegate<int>, false);
+// Eval(25062, v is GenericDelegate<int>[], false);
Eval(25063, v is EmptyClass, false);
Eval(25064, v is EmptyClass[], false);
Eval(25065, v is NotEmptyClass, false);
Eval(25066, v is NotEmptyClass[], false);
- Eval(25067, v is EmptyClassGen<int>, false);
- Eval(25068, v is EmptyClassGen<int>[], false);
- Eval(25069, v is NotEmptyClassGen<Guid>, false);
- Eval(25070, v is NotEmptyClassGen<Guid>[], false);
- Eval(25071, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(25072, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(25067, v is EmptyClassGen<int>, false);
+// Eval(25068, v is EmptyClassGen<int>[], false);
+// Eval(25069, v is NotEmptyClassGen<Guid>, false);
+// Eval(25070, v is NotEmptyClassGen<Guid>[], false);
+// Eval(25071, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(25072, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(25073, v is NestedClass, false);
Eval(25074, v is NestedClass[], false);
- Eval(25075, v is NestedClassGen<Decimal>, false);
- Eval(25076, v is NestedClassGen<Decimal>[], false);
+// Eval(25075, v is NestedClassGen<Decimal>, false);
+// Eval(25076, v is NestedClassGen<Decimal>[], false);
Eval(25077, v is ImplementOneInterfaceC, false);
Eval(25078, v is ImplementOneInterfaceC[], false);
Eval(25079, v is ImplementTwoInterfaceC, false);
Eval(25080, v is ImplementTwoInterfaceC[], false);
- Eval(25081, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(25082, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(25083, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(25084, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(25085, v is ImplementAllInterfaceC<int>, false);
- Eval(25086, v is ImplementAllInterfaceC<int>[], false);
+// Eval(25081, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(25082, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(25083, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(25084, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(25085, v is ImplementAllInterfaceC<int>, false);
+// Eval(25086, v is ImplementAllInterfaceC<int>[], false);
Eval(25087, v is SealedClass, false);
Eval(25088, v is SealedClass[], false);
}
@@ -7307,26 +7307,26 @@ internal class Program
Eval(25094, v is NotEmptyStruct[], false);
Eval(25095, v is NotEmptyStruct?, false);
Eval(25096, v is NotEmptyStruct?[], false);
- Eval(25097, v is EmptyStructGen<int>, false);
- Eval(25098, v is EmptyStructGen<int>[], false);
- Eval(25099, v is EmptyStructGen<int>?, false);
- Eval(25100, v is EmptyStructGen<int>?[], false);
- Eval(25101, v is NotEmptyStructGen<Guid>, false);
- Eval(25102, v is NotEmptyStructGen<Guid>[], false);
- Eval(25103, v is NotEmptyStructGen<Guid>?, false);
- Eval(25104, v is NotEmptyStructGen<Guid>?[], false);
- Eval(25105, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(25106, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(25107, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(25108, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(25097, v is EmptyStructGen<int>, false);
+// Eval(25098, v is EmptyStructGen<int>[], false);
+// Eval(25099, v is EmptyStructGen<int>?, false);
+// Eval(25100, v is EmptyStructGen<int>?[], false);
+// Eval(25101, v is NotEmptyStructGen<Guid>, false);
+// Eval(25102, v is NotEmptyStructGen<Guid>[], false);
+// Eval(25103, v is NotEmptyStructGen<Guid>?, false);
+// Eval(25104, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(25105, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(25106, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(25107, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(25108, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(25109, v is NestedStruct, false);
Eval(25110, v is NestedStruct[], false);
Eval(25111, v is NestedStruct?, false);
Eval(25112, v is NestedStruct?[], false);
- Eval(25113, v is NestedStructGen<Decimal>, false);
- Eval(25114, v is NestedStructGen<Decimal>[], false);
- Eval(25115, v is NestedStructGen<Decimal>?, false);
- Eval(25116, v is NestedStructGen<Decimal>?[], false);
+// Eval(25113, v is NestedStructGen<Decimal>, false);
+// Eval(25114, v is NestedStructGen<Decimal>[], false);
+// Eval(25115, v is NestedStructGen<Decimal>?, false);
+// Eval(25116, v is NestedStructGen<Decimal>?[], false);
Eval(25117, v is ExplicitFieldOffsetStruct, false);
Eval(25118, v is ExplicitFieldOffsetStruct[], false);
Eval(25119, v is ExplicitFieldOffsetStruct?, false);
@@ -7343,18 +7343,18 @@ internal class Program
Eval(25138, v is ImplementTwoInterface[], false);
Eval(25139, v is ImplementTwoInterface?, false);
Eval(25140, v is ImplementTwoInterface?[], false);
- Eval(25141, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(25142, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(25143, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(25144, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(25145, v is ImplementTwoInterfaceGen<int>, false);
- Eval(25146, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(25147, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(25148, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(25149, v is ImplementAllInterface<int>, false);
- Eval(25150, v is ImplementAllInterface<int>[], false);
- Eval(25151, v is ImplementAllInterface<int>?, false);
- Eval(25152, v is ImplementAllInterface<int>?[], false);
+// Eval(25141, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(25142, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(25143, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(25144, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(25145, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(25146, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(25147, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(25148, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(25149, v is ImplementAllInterface<int>, false);
+// Eval(25150, v is ImplementAllInterface<int>[], false);
+// Eval(25151, v is ImplementAllInterface<int>?, false);
+// Eval(25152, v is ImplementAllInterface<int>?[], false);
Eval(25153, v is IntE, false);
Eval(25154, v is IntE[], false);
Eval(25155, v is IntE?, false);
@@ -7453,38 +7453,38 @@ internal class Program
Eval(25248, v is IEmpty[], false);
Eval(25249, v is INotEmpty, false);
Eval(25250, v is INotEmpty[], false);
- Eval(25251, v is IEmptyGen<int>, false);
- Eval(25252, v is IEmptyGen<int>[], false);
- Eval(25253, v is INotEmptyGen<int>, false);
- Eval(25254, v is INotEmptyGen<int>[], false);
+// Eval(25251, v is IEmptyGen<int>, false);
+// Eval(25252, v is IEmptyGen<int>[], false);
+// Eval(25253, v is INotEmptyGen<int>, false);
+// Eval(25254, v is INotEmptyGen<int>[], false);
Eval(25255, v is SimpleDelegate, false);
Eval(25256, v is SimpleDelegate[], false);
- Eval(25257, v is GenericDelegate<int>, false);
- Eval(25258, v is GenericDelegate<int>[], false);
+// Eval(25257, v is GenericDelegate<int>, false);
+// Eval(25258, v is GenericDelegate<int>[], false);
Eval(25259, v is EmptyClass, false);
Eval(25260, v is EmptyClass[], false);
Eval(25261, v is NotEmptyClass, false);
Eval(25262, v is NotEmptyClass[], false);
- Eval(25263, v is EmptyClassGen<int>, false);
- Eval(25264, v is EmptyClassGen<int>[], false);
- Eval(25265, v is NotEmptyClassGen<Guid>, false);
- Eval(25266, v is NotEmptyClassGen<Guid>[], false);
- Eval(25267, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(25268, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(25263, v is EmptyClassGen<int>, false);
+// Eval(25264, v is EmptyClassGen<int>[], false);
+// Eval(25265, v is NotEmptyClassGen<Guid>, false);
+// Eval(25266, v is NotEmptyClassGen<Guid>[], false);
+// Eval(25267, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(25268, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(25269, v is NestedClass, false);
Eval(25270, v is NestedClass[], false);
- Eval(25271, v is NestedClassGen<Decimal>, false);
- Eval(25272, v is NestedClassGen<Decimal>[], false);
+// Eval(25271, v is NestedClassGen<Decimal>, false);
+// Eval(25272, v is NestedClassGen<Decimal>[], false);
Eval(25273, v is ImplementOneInterfaceC, false);
Eval(25274, v is ImplementOneInterfaceC[], false);
Eval(25275, v is ImplementTwoInterfaceC, false);
Eval(25276, v is ImplementTwoInterfaceC[], false);
- Eval(25277, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(25278, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(25279, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(25280, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(25281, v is ImplementAllInterfaceC<int>, false);
- Eval(25282, v is ImplementAllInterfaceC<int>[], false);
+// Eval(25277, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(25278, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(25279, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(25280, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(25281, v is ImplementAllInterfaceC<int>, false);
+// Eval(25282, v is ImplementAllInterfaceC<int>[], false);
Eval(25283, v is SealedClass, false);
Eval(25284, v is SealedClass[], false);
}
@@ -7498,26 +7498,26 @@ internal class Program
Eval(25290, v is NotEmptyStruct[], false);
Eval(25291, v is NotEmptyStruct?, false);
Eval(25292, v is NotEmptyStruct?[], false);
- Eval(25293, v is EmptyStructGen<int>, false);
- Eval(25294, v is EmptyStructGen<int>[], false);
- Eval(25295, v is EmptyStructGen<int>?, false);
- Eval(25296, v is EmptyStructGen<int>?[], false);
- Eval(25297, v is NotEmptyStructGen<Guid>, false);
- Eval(25298, v is NotEmptyStructGen<Guid>[], false);
- Eval(25299, v is NotEmptyStructGen<Guid>?, false);
- Eval(25300, v is NotEmptyStructGen<Guid>?[], false);
- Eval(25301, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(25302, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(25303, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(25304, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(25293, v is EmptyStructGen<int>, false);
+// Eval(25294, v is EmptyStructGen<int>[], false);
+// Eval(25295, v is EmptyStructGen<int>?, false);
+// Eval(25296, v is EmptyStructGen<int>?[], false);
+// Eval(25297, v is NotEmptyStructGen<Guid>, false);
+// Eval(25298, v is NotEmptyStructGen<Guid>[], false);
+// Eval(25299, v is NotEmptyStructGen<Guid>?, false);
+// Eval(25300, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(25301, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(25302, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(25303, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(25304, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(25305, v is NestedStruct, false);
Eval(25306, v is NestedStruct[], false);
Eval(25307, v is NestedStruct?, false);
Eval(25308, v is NestedStruct?[], false);
- Eval(25309, v is NestedStructGen<Decimal>, false);
- Eval(25310, v is NestedStructGen<Decimal>[], false);
- Eval(25311, v is NestedStructGen<Decimal>?, false);
- Eval(25312, v is NestedStructGen<Decimal>?[], false);
+// Eval(25309, v is NestedStructGen<Decimal>, false);
+// Eval(25310, v is NestedStructGen<Decimal>[], false);
+// Eval(25311, v is NestedStructGen<Decimal>?, false);
+// Eval(25312, v is NestedStructGen<Decimal>?[], false);
Eval(25313, v is ExplicitFieldOffsetStruct, false);
Eval(25314, v is ExplicitFieldOffsetStruct[], false);
Eval(25315, v is ExplicitFieldOffsetStruct?, false);
@@ -7534,18 +7534,18 @@ internal class Program
Eval(25334, v is ImplementTwoInterface[], false);
Eval(25335, v is ImplementTwoInterface?, false);
Eval(25336, v is ImplementTwoInterface?[], false);
- Eval(25337, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(25338, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(25339, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(25340, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(25341, v is ImplementTwoInterfaceGen<int>, false);
- Eval(25342, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(25343, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(25344, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(25345, v is ImplementAllInterface<int>, false);
- Eval(25346, v is ImplementAllInterface<int>[], false);
- Eval(25347, v is ImplementAllInterface<int>?, false);
- Eval(25348, v is ImplementAllInterface<int>?[], false);
+// Eval(25337, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(25338, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(25339, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(25340, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(25341, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(25342, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(25343, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(25344, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(25345, v is ImplementAllInterface<int>, false);
+// Eval(25346, v is ImplementAllInterface<int>[], false);
+// Eval(25347, v is ImplementAllInterface<int>?, false);
+// Eval(25348, v is ImplementAllInterface<int>?[], false);
Eval(25349, v is IntE, false);
Eval(25350, v is IntE[], false);
Eval(25351, v is IntE?, false);
@@ -7644,38 +7644,38 @@ internal class Program
Eval(25444, v is IEmpty[], false);
Eval(25445, v is INotEmpty, false);
Eval(25446, v is INotEmpty[], false);
- Eval(25447, v is IEmptyGen<int>, false);
- Eval(25448, v is IEmptyGen<int>[], false);
- Eval(25449, v is INotEmptyGen<int>, false);
- Eval(25450, v is INotEmptyGen<int>[], false);
+// Eval(25447, v is IEmptyGen<int>, false);
+// Eval(25448, v is IEmptyGen<int>[], false);
+// Eval(25449, v is INotEmptyGen<int>, false);
+// Eval(25450, v is INotEmptyGen<int>[], false);
Eval(25451, v is SimpleDelegate, false);
Eval(25452, v is SimpleDelegate[], false);
- Eval(25453, v is GenericDelegate<int>, false);
- Eval(25454, v is GenericDelegate<int>[], false);
+// Eval(25453, v is GenericDelegate<int>, false);
+// Eval(25454, v is GenericDelegate<int>[], false);
Eval(25455, v is EmptyClass, false);
Eval(25456, v is EmptyClass[], false);
Eval(25457, v is NotEmptyClass, false);
Eval(25458, v is NotEmptyClass[], false);
- Eval(25459, v is EmptyClassGen<int>, false);
- Eval(25460, v is EmptyClassGen<int>[], false);
- Eval(25461, v is NotEmptyClassGen<Guid>, false);
- Eval(25462, v is NotEmptyClassGen<Guid>[], false);
- Eval(25463, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(25464, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(25459, v is EmptyClassGen<int>, false);
+// Eval(25460, v is EmptyClassGen<int>[], false);
+// Eval(25461, v is NotEmptyClassGen<Guid>, false);
+// Eval(25462, v is NotEmptyClassGen<Guid>[], false);
+// Eval(25463, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(25464, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(25465, v is NestedClass, false);
Eval(25466, v is NestedClass[], false);
- Eval(25467, v is NestedClassGen<Decimal>, false);
- Eval(25468, v is NestedClassGen<Decimal>[], false);
+// Eval(25467, v is NestedClassGen<Decimal>, false);
+// Eval(25468, v is NestedClassGen<Decimal>[], false);
Eval(25469, v is ImplementOneInterfaceC, false);
Eval(25470, v is ImplementOneInterfaceC[], false);
Eval(25471, v is ImplementTwoInterfaceC, false);
Eval(25472, v is ImplementTwoInterfaceC[], false);
- Eval(25473, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(25474, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(25475, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(25476, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(25477, v is ImplementAllInterfaceC<int>, false);
- Eval(25478, v is ImplementAllInterfaceC<int>[], false);
+// Eval(25473, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(25474, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(25475, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(25476, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(25477, v is ImplementAllInterfaceC<int>, false);
+// Eval(25478, v is ImplementAllInterfaceC<int>[], false);
Eval(25479, v is SealedClass, false);
Eval(25480, v is SealedClass[], false);
}
@@ -7692,26 +7692,26 @@ internal class Program
Eval(25486, v is NotEmptyStruct[], false);
Eval(25487, v is NotEmptyStruct?, false);
Eval(25488, v is NotEmptyStruct?[], false);
- Eval(25489, v is EmptyStructGen<int>, false);
- Eval(25490, v is EmptyStructGen<int>[], false);
- Eval(25491, v is EmptyStructGen<int>?, false);
- Eval(25492, v is EmptyStructGen<int>?[], false);
- Eval(25493, v is NotEmptyStructGen<Guid>, false);
- Eval(25494, v is NotEmptyStructGen<Guid>[], false);
- Eval(25495, v is NotEmptyStructGen<Guid>?, false);
- Eval(25496, v is NotEmptyStructGen<Guid>?[], false);
- Eval(25497, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(25498, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(25499, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(25500, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(25489, v is EmptyStructGen<int>, false);
+// Eval(25490, v is EmptyStructGen<int>[], false);
+// Eval(25491, v is EmptyStructGen<int>?, false);
+// Eval(25492, v is EmptyStructGen<int>?[], false);
+// Eval(25493, v is NotEmptyStructGen<Guid>, false);
+// Eval(25494, v is NotEmptyStructGen<Guid>[], false);
+// Eval(25495, v is NotEmptyStructGen<Guid>?, false);
+// Eval(25496, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(25497, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(25498, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(25499, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(25500, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(25501, v is NestedStruct, false);
Eval(25502, v is NestedStruct[], false);
Eval(25503, v is NestedStruct?, false);
Eval(25504, v is NestedStruct?[], false);
- Eval(25505, v is NestedStructGen<Decimal>, false);
- Eval(25506, v is NestedStructGen<Decimal>[], false);
- Eval(25507, v is NestedStructGen<Decimal>?, false);
- Eval(25508, v is NestedStructGen<Decimal>?[], false);
+// Eval(25505, v is NestedStructGen<Decimal>, false);
+// Eval(25506, v is NestedStructGen<Decimal>[], false);
+// Eval(25507, v is NestedStructGen<Decimal>?, false);
+// Eval(25508, v is NestedStructGen<Decimal>?[], false);
Eval(25509, v is ExplicitFieldOffsetStruct, false);
Eval(25510, v is ExplicitFieldOffsetStruct[], false);
Eval(25511, v is ExplicitFieldOffsetStruct?, false);
@@ -7728,18 +7728,18 @@ internal class Program
Eval(25530, v is ImplementTwoInterface[], false);
Eval(25531, v is ImplementTwoInterface?, false);
Eval(25532, v is ImplementTwoInterface?[], false);
- Eval(25533, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(25534, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(25535, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(25536, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(25537, v is ImplementTwoInterfaceGen<int>, false);
- Eval(25538, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(25539, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(25540, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(25541, v is ImplementAllInterface<int>, false);
- Eval(25542, v is ImplementAllInterface<int>[], false);
- Eval(25543, v is ImplementAllInterface<int>?, false);
- Eval(25544, v is ImplementAllInterface<int>?[], false);
+// Eval(25533, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(25534, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(25535, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(25536, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(25537, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(25538, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(25539, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(25540, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(25541, v is ImplementAllInterface<int>, false);
+// Eval(25542, v is ImplementAllInterface<int>[], false);
+// Eval(25543, v is ImplementAllInterface<int>?, false);
+// Eval(25544, v is ImplementAllInterface<int>?[], false);
Eval(25545, v is IntE, false);
Eval(25546, v is IntE[], false);
Eval(25547, v is IntE?, false);
@@ -7838,38 +7838,38 @@ internal class Program
Eval(25640, v is IEmpty[], false);
Eval(25641, v is INotEmpty, false);
Eval(25642, v is INotEmpty[], false);
- Eval(25643, v is IEmptyGen<int>, false);
- Eval(25644, v is IEmptyGen<int>[], false);
- Eval(25645, v is INotEmptyGen<int>, false);
- Eval(25646, v is INotEmptyGen<int>[], false);
+// Eval(25643, v is IEmptyGen<int>, false);
+// Eval(25644, v is IEmptyGen<int>[], false);
+// Eval(25645, v is INotEmptyGen<int>, false);
+// Eval(25646, v is INotEmptyGen<int>[], false);
Eval(25647, v is SimpleDelegate, false);
Eval(25648, v is SimpleDelegate[], false);
- Eval(25649, v is GenericDelegate<int>, false);
- Eval(25650, v is GenericDelegate<int>[], false);
+// Eval(25649, v is GenericDelegate<int>, false);
+// Eval(25650, v is GenericDelegate<int>[], false);
Eval(25651, v is EmptyClass, false);
Eval(25652, v is EmptyClass[], false);
Eval(25653, v is NotEmptyClass, false);
Eval(25654, v is NotEmptyClass[], false);
- Eval(25655, v is EmptyClassGen<int>, false);
- Eval(25656, v is EmptyClassGen<int>[], false);
- Eval(25657, v is NotEmptyClassGen<Guid>, false);
- Eval(25658, v is NotEmptyClassGen<Guid>[], false);
- Eval(25659, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(25660, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(25655, v is EmptyClassGen<int>, false);
+// Eval(25656, v is EmptyClassGen<int>[], false);
+// Eval(25657, v is NotEmptyClassGen<Guid>, false);
+// Eval(25658, v is NotEmptyClassGen<Guid>[], false);
+// Eval(25659, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(25660, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(25661, v is NestedClass, false);
Eval(25662, v is NestedClass[], false);
- Eval(25663, v is NestedClassGen<Decimal>, false);
- Eval(25664, v is NestedClassGen<Decimal>[], false);
+// Eval(25663, v is NestedClassGen<Decimal>, false);
+// Eval(25664, v is NestedClassGen<Decimal>[], false);
Eval(25665, v is ImplementOneInterfaceC, false);
Eval(25666, v is ImplementOneInterfaceC[], false);
Eval(25667, v is ImplementTwoInterfaceC, false);
Eval(25668, v is ImplementTwoInterfaceC[], false);
- Eval(25669, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(25670, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(25671, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(25672, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(25673, v is ImplementAllInterfaceC<int>, false);
- Eval(25674, v is ImplementAllInterfaceC<int>[], false);
+// Eval(25669, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(25670, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(25671, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(25672, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(25673, v is ImplementAllInterfaceC<int>, false);
+// Eval(25674, v is ImplementAllInterfaceC<int>[], false);
Eval(25675, v is SealedClass, false);
Eval(25676, v is SealedClass[], false);
}
@@ -7883,26 +7883,26 @@ internal class Program
Eval(25682, v is NotEmptyStruct[], false);
Eval(25683, v is NotEmptyStruct?, false);
Eval(25684, v is NotEmptyStruct?[], false);
- Eval(25685, v is EmptyStructGen<int>, false);
- Eval(25686, v is EmptyStructGen<int>[], false);
- Eval(25687, v is EmptyStructGen<int>?, false);
- Eval(25688, v is EmptyStructGen<int>?[], false);
- Eval(25689, v is NotEmptyStructGen<Guid>, false);
- Eval(25690, v is NotEmptyStructGen<Guid>[], false);
- Eval(25691, v is NotEmptyStructGen<Guid>?, false);
- Eval(25692, v is NotEmptyStructGen<Guid>?[], false);
- Eval(25693, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(25694, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(25695, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(25696, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(25685, v is EmptyStructGen<int>, false);
+// Eval(25686, v is EmptyStructGen<int>[], false);
+// Eval(25687, v is EmptyStructGen<int>?, false);
+// Eval(25688, v is EmptyStructGen<int>?[], false);
+// Eval(25689, v is NotEmptyStructGen<Guid>, false);
+// Eval(25690, v is NotEmptyStructGen<Guid>[], false);
+// Eval(25691, v is NotEmptyStructGen<Guid>?, false);
+// Eval(25692, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(25693, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(25694, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(25695, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(25696, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(25697, v is NestedStruct, false);
Eval(25698, v is NestedStruct[], false);
Eval(25699, v is NestedStruct?, false);
Eval(25700, v is NestedStruct?[], false);
- Eval(25701, v is NestedStructGen<Decimal>, false);
- Eval(25702, v is NestedStructGen<Decimal>[], false);
- Eval(25703, v is NestedStructGen<Decimal>?, false);
- Eval(25704, v is NestedStructGen<Decimal>?[], false);
+// Eval(25701, v is NestedStructGen<Decimal>, false);
+// Eval(25702, v is NestedStructGen<Decimal>[], false);
+// Eval(25703, v is NestedStructGen<Decimal>?, false);
+// Eval(25704, v is NestedStructGen<Decimal>?[], false);
Eval(25705, v is ExplicitFieldOffsetStruct, false);
Eval(25706, v is ExplicitFieldOffsetStruct[], false);
Eval(25707, v is ExplicitFieldOffsetStruct?, false);
@@ -7919,18 +7919,18 @@ internal class Program
Eval(25726, v is ImplementTwoInterface[], false);
Eval(25727, v is ImplementTwoInterface?, false);
Eval(25728, v is ImplementTwoInterface?[], false);
- Eval(25729, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(25730, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(25731, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(25732, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(25733, v is ImplementTwoInterfaceGen<int>, false);
- Eval(25734, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(25735, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(25736, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(25737, v is ImplementAllInterface<int>, false);
- Eval(25738, v is ImplementAllInterface<int>[], false);
- Eval(25739, v is ImplementAllInterface<int>?, false);
- Eval(25740, v is ImplementAllInterface<int>?[], false);
+// Eval(25729, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(25730, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(25731, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(25732, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(25733, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(25734, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(25735, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(25736, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(25737, v is ImplementAllInterface<int>, false);
+// Eval(25738, v is ImplementAllInterface<int>[], false);
+// Eval(25739, v is ImplementAllInterface<int>?, false);
+// Eval(25740, v is ImplementAllInterface<int>?[], false);
Eval(25741, v is IntE, false);
Eval(25742, v is IntE[], false);
Eval(25743, v is IntE?, false);
@@ -8029,38 +8029,38 @@ internal class Program
Eval(25836, v is IEmpty[], false);
Eval(25837, v is INotEmpty, false);
Eval(25838, v is INotEmpty[], false);
- Eval(25839, v is IEmptyGen<int>, false);
- Eval(25840, v is IEmptyGen<int>[], false);
- Eval(25841, v is INotEmptyGen<int>, false);
- Eval(25842, v is INotEmptyGen<int>[], false);
+// Eval(25839, v is IEmptyGen<int>, false);
+// Eval(25840, v is IEmptyGen<int>[], false);
+// Eval(25841, v is INotEmptyGen<int>, false);
+// Eval(25842, v is INotEmptyGen<int>[], false);
Eval(25843, v is SimpleDelegate, false);
Eval(25844, v is SimpleDelegate[], false);
- Eval(25845, v is GenericDelegate<int>, false);
- Eval(25846, v is GenericDelegate<int>[], false);
+// Eval(25845, v is GenericDelegate<int>, false);
+// Eval(25846, v is GenericDelegate<int>[], false);
Eval(25847, v is EmptyClass, false);
Eval(25848, v is EmptyClass[], false);
Eval(25849, v is NotEmptyClass, false);
Eval(25850, v is NotEmptyClass[], false);
- Eval(25851, v is EmptyClassGen<int>, false);
- Eval(25852, v is EmptyClassGen<int>[], false);
- Eval(25853, v is NotEmptyClassGen<Guid>, false);
- Eval(25854, v is NotEmptyClassGen<Guid>[], false);
- Eval(25855, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(25856, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(25851, v is EmptyClassGen<int>, false);
+// Eval(25852, v is EmptyClassGen<int>[], false);
+// Eval(25853, v is NotEmptyClassGen<Guid>, false);
+// Eval(25854, v is NotEmptyClassGen<Guid>[], false);
+// Eval(25855, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(25856, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(25857, v is NestedClass, false);
Eval(25858, v is NestedClass[], false);
- Eval(25859, v is NestedClassGen<Decimal>, false);
- Eval(25860, v is NestedClassGen<Decimal>[], false);
+// Eval(25859, v is NestedClassGen<Decimal>, false);
+// Eval(25860, v is NestedClassGen<Decimal>[], false);
Eval(25861, v is ImplementOneInterfaceC, false);
Eval(25862, v is ImplementOneInterfaceC[], false);
Eval(25863, v is ImplementTwoInterfaceC, false);
Eval(25864, v is ImplementTwoInterfaceC[], false);
- Eval(25865, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(25866, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(25867, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(25868, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(25869, v is ImplementAllInterfaceC<int>, false);
- Eval(25870, v is ImplementAllInterfaceC<int>[], false);
+// Eval(25865, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(25866, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(25867, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(25868, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(25869, v is ImplementAllInterfaceC<int>, false);
+// Eval(25870, v is ImplementAllInterfaceC<int>[], false);
Eval(25871, v is SealedClass, false);
Eval(25872, v is SealedClass[], false);
}
@@ -8074,26 +8074,26 @@ internal class Program
Eval(25878, v is NotEmptyStruct[], false);
Eval(25879, v is NotEmptyStruct?, false);
Eval(25880, v is NotEmptyStruct?[], false);
- Eval(25881, v is EmptyStructGen<int>, false);
- Eval(25882, v is EmptyStructGen<int>[], false);
- Eval(25883, v is EmptyStructGen<int>?, false);
- Eval(25884, v is EmptyStructGen<int>?[], false);
- Eval(25885, v is NotEmptyStructGen<Guid>, false);
- Eval(25886, v is NotEmptyStructGen<Guid>[], false);
- Eval(25887, v is NotEmptyStructGen<Guid>?, false);
- Eval(25888, v is NotEmptyStructGen<Guid>?[], false);
- Eval(25889, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(25890, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(25891, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(25892, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(25881, v is EmptyStructGen<int>, false);
+// Eval(25882, v is EmptyStructGen<int>[], false);
+// Eval(25883, v is EmptyStructGen<int>?, false);
+// Eval(25884, v is EmptyStructGen<int>?[], false);
+// Eval(25885, v is NotEmptyStructGen<Guid>, false);
+// Eval(25886, v is NotEmptyStructGen<Guid>[], false);
+// Eval(25887, v is NotEmptyStructGen<Guid>?, false);
+// Eval(25888, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(25889, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(25890, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(25891, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(25892, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(25893, v is NestedStruct, false);
Eval(25894, v is NestedStruct[], false);
Eval(25895, v is NestedStruct?, false);
Eval(25896, v is NestedStruct?[], false);
- Eval(25897, v is NestedStructGen<Decimal>, false);
- Eval(25898, v is NestedStructGen<Decimal>[], false);
- Eval(25899, v is NestedStructGen<Decimal>?, false);
- Eval(25900, v is NestedStructGen<Decimal>?[], false);
+// Eval(25897, v is NestedStructGen<Decimal>, false);
+// Eval(25898, v is NestedStructGen<Decimal>[], false);
+// Eval(25899, v is NestedStructGen<Decimal>?, false);
+// Eval(25900, v is NestedStructGen<Decimal>?[], false);
Eval(25901, v is ExplicitFieldOffsetStruct, false);
Eval(25902, v is ExplicitFieldOffsetStruct[], false);
Eval(25903, v is ExplicitFieldOffsetStruct?, false);
@@ -8110,18 +8110,18 @@ internal class Program
Eval(25922, v is ImplementTwoInterface[], false);
Eval(25923, v is ImplementTwoInterface?, false);
Eval(25924, v is ImplementTwoInterface?[], false);
- Eval(25925, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(25926, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(25927, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(25928, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(25929, v is ImplementTwoInterfaceGen<int>, false);
- Eval(25930, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(25931, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(25932, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(25933, v is ImplementAllInterface<int>, false);
- Eval(25934, v is ImplementAllInterface<int>[], false);
- Eval(25935, v is ImplementAllInterface<int>?, false);
- Eval(25936, v is ImplementAllInterface<int>?[], false);
+// Eval(25925, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(25926, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(25927, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(25928, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(25929, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(25930, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(25931, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(25932, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(25933, v is ImplementAllInterface<int>, false);
+// Eval(25934, v is ImplementAllInterface<int>[], false);
+// Eval(25935, v is ImplementAllInterface<int>?, false);
+// Eval(25936, v is ImplementAllInterface<int>?[], false);
Eval(25937, v is IntE, false);
Eval(25938, v is IntE[], false);
Eval(25939, v is IntE?, false);
@@ -8220,38 +8220,38 @@ internal class Program
Eval(26032, v is IEmpty[], false);
Eval(26033, v is INotEmpty, false);
Eval(26034, v is INotEmpty[], false);
- Eval(26035, v is IEmptyGen<int>, false);
- Eval(26036, v is IEmptyGen<int>[], false);
- Eval(26037, v is INotEmptyGen<int>, false);
- Eval(26038, v is INotEmptyGen<int>[], false);
+// Eval(26035, v is IEmptyGen<int>, false);
+// Eval(26036, v is IEmptyGen<int>[], false);
+// Eval(26037, v is INotEmptyGen<int>, false);
+// Eval(26038, v is INotEmptyGen<int>[], false);
Eval(26039, v is SimpleDelegate, false);
Eval(26040, v is SimpleDelegate[], false);
- Eval(26041, v is GenericDelegate<int>, false);
- Eval(26042, v is GenericDelegate<int>[], false);
+// Eval(26041, v is GenericDelegate<int>, false);
+// Eval(26042, v is GenericDelegate<int>[], false);
Eval(26043, v is EmptyClass, false);
Eval(26044, v is EmptyClass[], false);
Eval(26045, v is NotEmptyClass, false);
Eval(26046, v is NotEmptyClass[], false);
- Eval(26047, v is EmptyClassGen<int>, false);
- Eval(26048, v is EmptyClassGen<int>[], false);
- Eval(26049, v is NotEmptyClassGen<Guid>, false);
- Eval(26050, v is NotEmptyClassGen<Guid>[], false);
- Eval(26051, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(26052, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(26047, v is EmptyClassGen<int>, false);
+// Eval(26048, v is EmptyClassGen<int>[], false);
+// Eval(26049, v is NotEmptyClassGen<Guid>, false);
+// Eval(26050, v is NotEmptyClassGen<Guid>[], false);
+// Eval(26051, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(26052, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(26053, v is NestedClass, false);
Eval(26054, v is NestedClass[], false);
- Eval(26055, v is NestedClassGen<Decimal>, false);
- Eval(26056, v is NestedClassGen<Decimal>[], false);
+// Eval(26055, v is NestedClassGen<Decimal>, false);
+// Eval(26056, v is NestedClassGen<Decimal>[], false);
Eval(26057, v is ImplementOneInterfaceC, false);
Eval(26058, v is ImplementOneInterfaceC[], false);
Eval(26059, v is ImplementTwoInterfaceC, false);
Eval(26060, v is ImplementTwoInterfaceC[], false);
- Eval(26061, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(26062, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(26063, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(26064, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(26065, v is ImplementAllInterfaceC<int>, false);
- Eval(26066, v is ImplementAllInterfaceC<int>[], false);
+// Eval(26061, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(26062, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(26063, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(26064, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(26065, v is ImplementAllInterfaceC<int>, false);
+// Eval(26066, v is ImplementAllInterfaceC<int>[], false);
Eval(26067, v is SealedClass, false);
Eval(26068, v is SealedClass[], false);
}
@@ -8265,26 +8265,26 @@ internal class Program
Eval(26074, v is NotEmptyStruct[], false);
Eval(26075, v is NotEmptyStruct?, false);
Eval(26076, v is NotEmptyStruct?[], false);
- Eval(26077, v is EmptyStructGen<int>, false);
- Eval(26078, v is EmptyStructGen<int>[], false);
- Eval(26079, v is EmptyStructGen<int>?, false);
- Eval(26080, v is EmptyStructGen<int>?[], false);
- Eval(26081, v is NotEmptyStructGen<Guid>, false);
- Eval(26082, v is NotEmptyStructGen<Guid>[], false);
- Eval(26083, v is NotEmptyStructGen<Guid>?, false);
- Eval(26084, v is NotEmptyStructGen<Guid>?[], false);
- Eval(26085, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(26086, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(26087, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(26088, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(26077, v is EmptyStructGen<int>, false);
+// Eval(26078, v is EmptyStructGen<int>[], false);
+// Eval(26079, v is EmptyStructGen<int>?, false);
+// Eval(26080, v is EmptyStructGen<int>?[], false);
+// Eval(26081, v is NotEmptyStructGen<Guid>, false);
+// Eval(26082, v is NotEmptyStructGen<Guid>[], false);
+// Eval(26083, v is NotEmptyStructGen<Guid>?, false);
+// Eval(26084, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(26085, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(26086, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(26087, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(26088, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(26089, v is NestedStruct, false);
Eval(26090, v is NestedStruct[], false);
Eval(26091, v is NestedStruct?, false);
Eval(26092, v is NestedStruct?[], false);
- Eval(26093, v is NestedStructGen<Decimal>, false);
- Eval(26094, v is NestedStructGen<Decimal>[], false);
- Eval(26095, v is NestedStructGen<Decimal>?, false);
- Eval(26096, v is NestedStructGen<Decimal>?[], false);
+// Eval(26093, v is NestedStructGen<Decimal>, false);
+// Eval(26094, v is NestedStructGen<Decimal>[], false);
+// Eval(26095, v is NestedStructGen<Decimal>?, false);
+// Eval(26096, v is NestedStructGen<Decimal>?[], false);
Eval(26097, v is ExplicitFieldOffsetStruct, false);
Eval(26098, v is ExplicitFieldOffsetStruct[], false);
Eval(26099, v is ExplicitFieldOffsetStruct?, false);
@@ -8301,18 +8301,18 @@ internal class Program
Eval(26118, v is ImplementTwoInterface[], false);
Eval(26119, v is ImplementTwoInterface?, false);
Eval(26120, v is ImplementTwoInterface?[], false);
- Eval(26121, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(26122, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(26123, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(26124, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(26125, v is ImplementTwoInterfaceGen<int>, false);
- Eval(26126, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(26127, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(26128, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(26129, v is ImplementAllInterface<int>, false);
- Eval(26130, v is ImplementAllInterface<int>[], false);
- Eval(26131, v is ImplementAllInterface<int>?, false);
- Eval(26132, v is ImplementAllInterface<int>?[], false);
+// Eval(26121, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(26122, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(26123, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(26124, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(26125, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(26126, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(26127, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(26128, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(26129, v is ImplementAllInterface<int>, false);
+// Eval(26130, v is ImplementAllInterface<int>[], false);
+// Eval(26131, v is ImplementAllInterface<int>?, false);
+// Eval(26132, v is ImplementAllInterface<int>?[], false);
Eval(26133, v is IntE, false);
Eval(26134, v is IntE[], false);
Eval(26135, v is IntE?, false);
@@ -8411,38 +8411,38 @@ internal class Program
Eval(26228, v is IEmpty[], false);
Eval(26229, v is INotEmpty, false);
Eval(26230, v is INotEmpty[], false);
- Eval(26231, v is IEmptyGen<int>, false);
- Eval(26232, v is IEmptyGen<int>[], false);
- Eval(26233, v is INotEmptyGen<int>, false);
- Eval(26234, v is INotEmptyGen<int>[], false);
+// Eval(26231, v is IEmptyGen<int>, false);
+// Eval(26232, v is IEmptyGen<int>[], false);
+// Eval(26233, v is INotEmptyGen<int>, false);
+// Eval(26234, v is INotEmptyGen<int>[], false);
Eval(26235, v is SimpleDelegate, false);
Eval(26236, v is SimpleDelegate[], false);
- Eval(26237, v is GenericDelegate<int>, false);
- Eval(26238, v is GenericDelegate<int>[], false);
+// Eval(26237, v is GenericDelegate<int>, false);
+// Eval(26238, v is GenericDelegate<int>[], false);
Eval(26239, v is EmptyClass, false);
Eval(26240, v is EmptyClass[], false);
Eval(26241, v is NotEmptyClass, false);
Eval(26242, v is NotEmptyClass[], false);
- Eval(26243, v is EmptyClassGen<int>, false);
- Eval(26244, v is EmptyClassGen<int>[], false);
- Eval(26245, v is NotEmptyClassGen<Guid>, false);
- Eval(26246, v is NotEmptyClassGen<Guid>[], false);
- Eval(26247, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(26248, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(26243, v is EmptyClassGen<int>, false);
+// Eval(26244, v is EmptyClassGen<int>[], false);
+// Eval(26245, v is NotEmptyClassGen<Guid>, false);
+// Eval(26246, v is NotEmptyClassGen<Guid>[], false);
+// Eval(26247, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(26248, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(26249, v is NestedClass, false);
Eval(26250, v is NestedClass[], false);
- Eval(26251, v is NestedClassGen<Decimal>, false);
- Eval(26252, v is NestedClassGen<Decimal>[], false);
+// Eval(26251, v is NestedClassGen<Decimal>, false);
+// Eval(26252, v is NestedClassGen<Decimal>[], false);
Eval(26253, v is ImplementOneInterfaceC, false);
Eval(26254, v is ImplementOneInterfaceC[], false);
Eval(26255, v is ImplementTwoInterfaceC, false);
Eval(26256, v is ImplementTwoInterfaceC[], false);
- Eval(26257, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(26258, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(26259, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(26260, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(26261, v is ImplementAllInterfaceC<int>, false);
- Eval(26262, v is ImplementAllInterfaceC<int>[], false);
+// Eval(26257, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(26258, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(26259, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(26260, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(26261, v is ImplementAllInterfaceC<int>, false);
+// Eval(26262, v is ImplementAllInterfaceC<int>[], false);
Eval(26263, v is SealedClass, false);
Eval(26264, v is SealedClass[], false);
}
@@ -8456,26 +8456,26 @@ internal class Program
Eval(26270, v is NotEmptyStruct[], false);
Eval(26271, v is NotEmptyStruct?, false);
Eval(26272, v is NotEmptyStruct?[], false);
- Eval(26273, v is EmptyStructGen<int>, false);
- Eval(26274, v is EmptyStructGen<int>[], false);
- Eval(26275, v is EmptyStructGen<int>?, false);
- Eval(26276, v is EmptyStructGen<int>?[], false);
- Eval(26277, v is NotEmptyStructGen<Guid>, false);
- Eval(26278, v is NotEmptyStructGen<Guid>[], false);
- Eval(26279, v is NotEmptyStructGen<Guid>?, false);
- Eval(26280, v is NotEmptyStructGen<Guid>?[], false);
- Eval(26281, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(26282, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(26283, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(26284, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(26273, v is EmptyStructGen<int>, false);
+// Eval(26274, v is EmptyStructGen<int>[], false);
+// Eval(26275, v is EmptyStructGen<int>?, false);
+// Eval(26276, v is EmptyStructGen<int>?[], false);
+// Eval(26277, v is NotEmptyStructGen<Guid>, false);
+// Eval(26278, v is NotEmptyStructGen<Guid>[], false);
+// Eval(26279, v is NotEmptyStructGen<Guid>?, false);
+// Eval(26280, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(26281, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(26282, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(26283, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(26284, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(26285, v is NestedStruct, false);
Eval(26286, v is NestedStruct[], false);
Eval(26287, v is NestedStruct?, false);
Eval(26288, v is NestedStruct?[], false);
- Eval(26289, v is NestedStructGen<Decimal>, false);
- Eval(26290, v is NestedStructGen<Decimal>[], false);
- Eval(26291, v is NestedStructGen<Decimal>?, false);
- Eval(26292, v is NestedStructGen<Decimal>?[], false);
+// Eval(26289, v is NestedStructGen<Decimal>, false);
+// Eval(26290, v is NestedStructGen<Decimal>[], false);
+// Eval(26291, v is NestedStructGen<Decimal>?, false);
+// Eval(26292, v is NestedStructGen<Decimal>?[], false);
Eval(26293, v is ExplicitFieldOffsetStruct, false);
Eval(26294, v is ExplicitFieldOffsetStruct[], false);
Eval(26295, v is ExplicitFieldOffsetStruct?, false);
@@ -8492,18 +8492,18 @@ internal class Program
Eval(26314, v is ImplementTwoInterface[], false);
Eval(26315, v is ImplementTwoInterface?, false);
Eval(26316, v is ImplementTwoInterface?[], false);
- Eval(26317, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(26318, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(26319, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(26320, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(26321, v is ImplementTwoInterfaceGen<int>, false);
- Eval(26322, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(26323, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(26324, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(26325, v is ImplementAllInterface<int>, false);
- Eval(26326, v is ImplementAllInterface<int>[], false);
- Eval(26327, v is ImplementAllInterface<int>?, false);
- Eval(26328, v is ImplementAllInterface<int>?[], false);
+// Eval(26317, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(26318, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(26319, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(26320, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(26321, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(26322, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(26323, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(26324, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(26325, v is ImplementAllInterface<int>, false);
+// Eval(26326, v is ImplementAllInterface<int>[], false);
+// Eval(26327, v is ImplementAllInterface<int>?, false);
+// Eval(26328, v is ImplementAllInterface<int>?[], false);
Eval(26329, v is IntE, false);
Eval(26330, v is IntE[], false);
Eval(26331, v is IntE?, false);
@@ -8602,38 +8602,38 @@ internal class Program
Eval(26424, v is IEmpty[], false);
Eval(26425, v is INotEmpty, false);
Eval(26426, v is INotEmpty[], false);
- Eval(26427, v is IEmptyGen<int>, false);
- Eval(26428, v is IEmptyGen<int>[], false);
- Eval(26429, v is INotEmptyGen<int>, false);
- Eval(26430, v is INotEmptyGen<int>[], false);
+// Eval(26427, v is IEmptyGen<int>, false);
+// Eval(26428, v is IEmptyGen<int>[], false);
+// Eval(26429, v is INotEmptyGen<int>, false);
+// Eval(26430, v is INotEmptyGen<int>[], false);
Eval(26431, v is SimpleDelegate, false);
Eval(26432, v is SimpleDelegate[], false);
- Eval(26433, v is GenericDelegate<int>, false);
- Eval(26434, v is GenericDelegate<int>[], false);
+// Eval(26433, v is GenericDelegate<int>, false);
+// Eval(26434, v is GenericDelegate<int>[], false);
Eval(26435, v is EmptyClass, false);
Eval(26436, v is EmptyClass[], false);
Eval(26437, v is NotEmptyClass, false);
Eval(26438, v is NotEmptyClass[], false);
- Eval(26439, v is EmptyClassGen<int>, false);
- Eval(26440, v is EmptyClassGen<int>[], false);
- Eval(26441, v is NotEmptyClassGen<Guid>, false);
- Eval(26442, v is NotEmptyClassGen<Guid>[], false);
- Eval(26443, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(26444, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(26439, v is EmptyClassGen<int>, false);
+// Eval(26440, v is EmptyClassGen<int>[], false);
+// Eval(26441, v is NotEmptyClassGen<Guid>, false);
+// Eval(26442, v is NotEmptyClassGen<Guid>[], false);
+// Eval(26443, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(26444, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(26445, v is NestedClass, false);
Eval(26446, v is NestedClass[], false);
- Eval(26447, v is NestedClassGen<Decimal>, false);
- Eval(26448, v is NestedClassGen<Decimal>[], false);
+// Eval(26447, v is NestedClassGen<Decimal>, false);
+// Eval(26448, v is NestedClassGen<Decimal>[], false);
Eval(26449, v is ImplementOneInterfaceC, false);
Eval(26450, v is ImplementOneInterfaceC[], false);
Eval(26451, v is ImplementTwoInterfaceC, false);
Eval(26452, v is ImplementTwoInterfaceC[], false);
- Eval(26453, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(26454, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(26455, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(26456, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(26457, v is ImplementAllInterfaceC<int>, false);
- Eval(26458, v is ImplementAllInterfaceC<int>[], false);
+// Eval(26453, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(26454, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(26455, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(26456, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(26457, v is ImplementAllInterfaceC<int>, false);
+// Eval(26458, v is ImplementAllInterfaceC<int>[], false);
Eval(26459, v is SealedClass, false);
Eval(26460, v is SealedClass[], false);
}
@@ -8650,26 +8650,26 @@ internal class Program
Eval(26466, v is NotEmptyStruct[], false);
Eval(26467, v is NotEmptyStruct?, false);
Eval(26468, v is NotEmptyStruct?[], false);
- Eval(26469, v is EmptyStructGen<int>, false);
- Eval(26470, v is EmptyStructGen<int>[], false);
- Eval(26471, v is EmptyStructGen<int>?, false);
- Eval(26472, v is EmptyStructGen<int>?[], false);
- Eval(26473, v is NotEmptyStructGen<Guid>, false);
- Eval(26474, v is NotEmptyStructGen<Guid>[], false);
- Eval(26475, v is NotEmptyStructGen<Guid>?, false);
- Eval(26476, v is NotEmptyStructGen<Guid>?[], false);
- Eval(26477, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(26478, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(26479, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(26480, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(26469, v is EmptyStructGen<int>, false);
+// Eval(26470, v is EmptyStructGen<int>[], false);
+// Eval(26471, v is EmptyStructGen<int>?, false);
+// Eval(26472, v is EmptyStructGen<int>?[], false);
+// Eval(26473, v is NotEmptyStructGen<Guid>, false);
+// Eval(26474, v is NotEmptyStructGen<Guid>[], false);
+// Eval(26475, v is NotEmptyStructGen<Guid>?, false);
+// Eval(26476, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(26477, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(26478, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(26479, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(26480, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(26481, v is NestedStruct, false);
Eval(26482, v is NestedStruct[], false);
Eval(26483, v is NestedStruct?, false);
Eval(26484, v is NestedStruct?[], false);
- Eval(26485, v is NestedStructGen<Decimal>, false);
- Eval(26486, v is NestedStructGen<Decimal>[], false);
- Eval(26487, v is NestedStructGen<Decimal>?, false);
- Eval(26488, v is NestedStructGen<Decimal>?[], false);
+// Eval(26485, v is NestedStructGen<Decimal>, false);
+// Eval(26486, v is NestedStructGen<Decimal>[], false);
+// Eval(26487, v is NestedStructGen<Decimal>?, false);
+// Eval(26488, v is NestedStructGen<Decimal>?[], false);
Eval(26489, v is ExplicitFieldOffsetStruct, false);
Eval(26490, v is ExplicitFieldOffsetStruct[], false);
Eval(26491, v is ExplicitFieldOffsetStruct?, false);
@@ -8686,18 +8686,18 @@ internal class Program
Eval(26510, v is ImplementTwoInterface[], false);
Eval(26511, v is ImplementTwoInterface?, false);
Eval(26512, v is ImplementTwoInterface?[], false);
- Eval(26513, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(26514, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(26515, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(26516, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(26517, v is ImplementTwoInterfaceGen<int>, false);
- Eval(26518, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(26519, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(26520, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(26521, v is ImplementAllInterface<int>, false);
- Eval(26522, v is ImplementAllInterface<int>[], false);
- Eval(26523, v is ImplementAllInterface<int>?, false);
- Eval(26524, v is ImplementAllInterface<int>?[], false);
+// Eval(26513, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(26514, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(26515, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(26516, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(26517, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(26518, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(26519, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(26520, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(26521, v is ImplementAllInterface<int>, false);
+// Eval(26522, v is ImplementAllInterface<int>[], false);
+// Eval(26523, v is ImplementAllInterface<int>?, false);
+// Eval(26524, v is ImplementAllInterface<int>?[], false);
Eval(26525, v is IntE, false);
Eval(26526, v is IntE[], false);
Eval(26527, v is IntE?, false);
@@ -8796,38 +8796,38 @@ internal class Program
Eval(26620, v is IEmpty[], false);
Eval(26621, v is INotEmpty, false);
Eval(26622, v is INotEmpty[], false);
- Eval(26623, v is IEmptyGen<int>, false);
- Eval(26624, v is IEmptyGen<int>[], false);
- Eval(26625, v is INotEmptyGen<int>, false);
- Eval(26626, v is INotEmptyGen<int>[], false);
+// Eval(26623, v is IEmptyGen<int>, false);
+// Eval(26624, v is IEmptyGen<int>[], false);
+// Eval(26625, v is INotEmptyGen<int>, false);
+// Eval(26626, v is INotEmptyGen<int>[], false);
Eval(26627, v is SimpleDelegate, false);
Eval(26628, v is SimpleDelegate[], false);
- Eval(26629, v is GenericDelegate<int>, false);
- Eval(26630, v is GenericDelegate<int>[], false);
+// Eval(26629, v is GenericDelegate<int>, false);
+// Eval(26630, v is GenericDelegate<int>[], false);
Eval(26631, v is EmptyClass, false);
Eval(26632, v is EmptyClass[], false);
Eval(26633, v is NotEmptyClass, false);
Eval(26634, v is NotEmptyClass[], false);
- Eval(26635, v is EmptyClassGen<int>, false);
- Eval(26636, v is EmptyClassGen<int>[], false);
- Eval(26637, v is NotEmptyClassGen<Guid>, false);
- Eval(26638, v is NotEmptyClassGen<Guid>[], false);
- Eval(26639, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(26640, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(26635, v is EmptyClassGen<int>, false);
+// Eval(26636, v is EmptyClassGen<int>[], false);
+// Eval(26637, v is NotEmptyClassGen<Guid>, false);
+// Eval(26638, v is NotEmptyClassGen<Guid>[], false);
+// Eval(26639, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(26640, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(26641, v is NestedClass, false);
Eval(26642, v is NestedClass[], false);
- Eval(26643, v is NestedClassGen<Decimal>, false);
- Eval(26644, v is NestedClassGen<Decimal>[], false);
+// Eval(26643, v is NestedClassGen<Decimal>, false);
+// Eval(26644, v is NestedClassGen<Decimal>[], false);
Eval(26645, v is ImplementOneInterfaceC, false);
Eval(26646, v is ImplementOneInterfaceC[], false);
Eval(26647, v is ImplementTwoInterfaceC, false);
Eval(26648, v is ImplementTwoInterfaceC[], false);
- Eval(26649, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(26650, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(26651, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(26652, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(26653, v is ImplementAllInterfaceC<int>, false);
- Eval(26654, v is ImplementAllInterfaceC<int>[], false);
+// Eval(26649, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(26650, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(26651, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(26652, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(26653, v is ImplementAllInterfaceC<int>, false);
+// Eval(26654, v is ImplementAllInterfaceC<int>[], false);
Eval(26655, v is SealedClass, false);
Eval(26656, v is SealedClass[], false);
}
@@ -8841,26 +8841,26 @@ internal class Program
Eval(26662, v is NotEmptyStruct[], false);
Eval(26663, v is NotEmptyStruct?, false);
Eval(26664, v is NotEmptyStruct?[], false);
- Eval(26665, v is EmptyStructGen<int>, false);
- Eval(26666, v is EmptyStructGen<int>[], false);
- Eval(26667, v is EmptyStructGen<int>?, false);
- Eval(26668, v is EmptyStructGen<int>?[], false);
- Eval(26669, v is NotEmptyStructGen<Guid>, false);
- Eval(26670, v is NotEmptyStructGen<Guid>[], false);
- Eval(26671, v is NotEmptyStructGen<Guid>?, false);
- Eval(26672, v is NotEmptyStructGen<Guid>?[], false);
- Eval(26673, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(26674, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(26675, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(26676, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(26665, v is EmptyStructGen<int>, false);
+// Eval(26666, v is EmptyStructGen<int>[], false);
+// Eval(26667, v is EmptyStructGen<int>?, false);
+// Eval(26668, v is EmptyStructGen<int>?[], false);
+// Eval(26669, v is NotEmptyStructGen<Guid>, false);
+// Eval(26670, v is NotEmptyStructGen<Guid>[], false);
+// Eval(26671, v is NotEmptyStructGen<Guid>?, false);
+// Eval(26672, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(26673, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(26674, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(26675, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(26676, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(26677, v is NestedStruct, false);
Eval(26678, v is NestedStruct[], false);
Eval(26679, v is NestedStruct?, false);
Eval(26680, v is NestedStruct?[], false);
- Eval(26681, v is NestedStructGen<Decimal>, false);
- Eval(26682, v is NestedStructGen<Decimal>[], false);
- Eval(26683, v is NestedStructGen<Decimal>?, false);
- Eval(26684, v is NestedStructGen<Decimal>?[], false);
+// Eval(26681, v is NestedStructGen<Decimal>, false);
+// Eval(26682, v is NestedStructGen<Decimal>[], false);
+// Eval(26683, v is NestedStructGen<Decimal>?, false);
+// Eval(26684, v is NestedStructGen<Decimal>?[], false);
Eval(26685, v is ExplicitFieldOffsetStruct, false);
Eval(26686, v is ExplicitFieldOffsetStruct[], false);
Eval(26687, v is ExplicitFieldOffsetStruct?, false);
@@ -8877,18 +8877,18 @@ internal class Program
Eval(26706, v is ImplementTwoInterface[], false);
Eval(26707, v is ImplementTwoInterface?, false);
Eval(26708, v is ImplementTwoInterface?[], false);
- Eval(26709, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(26710, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(26711, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(26712, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(26713, v is ImplementTwoInterfaceGen<int>, false);
- Eval(26714, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(26715, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(26716, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(26717, v is ImplementAllInterface<int>, false);
- Eval(26718, v is ImplementAllInterface<int>[], false);
- Eval(26719, v is ImplementAllInterface<int>?, false);
- Eval(26720, v is ImplementAllInterface<int>?[], false);
+// Eval(26709, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(26710, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(26711, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(26712, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(26713, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(26714, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(26715, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(26716, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(26717, v is ImplementAllInterface<int>, false);
+// Eval(26718, v is ImplementAllInterface<int>[], false);
+// Eval(26719, v is ImplementAllInterface<int>?, false);
+// Eval(26720, v is ImplementAllInterface<int>?[], false);
Eval(26721, v is IntE, false);
Eval(26722, v is IntE[], false);
Eval(26723, v is IntE?, false);
@@ -8987,38 +8987,38 @@ internal class Program
Eval(26816, v is IEmpty[], false);
Eval(26817, v is INotEmpty, false);
Eval(26818, v is INotEmpty[], false);
- Eval(26819, v is IEmptyGen<int>, false);
- Eval(26820, v is IEmptyGen<int>[], false);
- Eval(26821, v is INotEmptyGen<int>, false);
- Eval(26822, v is INotEmptyGen<int>[], false);
+// Eval(26819, v is IEmptyGen<int>, false);
+// Eval(26820, v is IEmptyGen<int>[], false);
+// Eval(26821, v is INotEmptyGen<int>, false);
+// Eval(26822, v is INotEmptyGen<int>[], false);
Eval(26823, v is SimpleDelegate, false);
Eval(26824, v is SimpleDelegate[], false);
- Eval(26825, v is GenericDelegate<int>, false);
- Eval(26826, v is GenericDelegate<int>[], false);
+// Eval(26825, v is GenericDelegate<int>, false);
+// Eval(26826, v is GenericDelegate<int>[], false);
Eval(26827, v is EmptyClass, false);
Eval(26828, v is EmptyClass[], false);
Eval(26829, v is NotEmptyClass, false);
Eval(26830, v is NotEmptyClass[], false);
- Eval(26831, v is EmptyClassGen<int>, false);
- Eval(26832, v is EmptyClassGen<int>[], false);
- Eval(26833, v is NotEmptyClassGen<Guid>, false);
- Eval(26834, v is NotEmptyClassGen<Guid>[], false);
- Eval(26835, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(26836, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(26831, v is EmptyClassGen<int>, false);
+// Eval(26832, v is EmptyClassGen<int>[], false);
+// Eval(26833, v is NotEmptyClassGen<Guid>, false);
+// Eval(26834, v is NotEmptyClassGen<Guid>[], false);
+// Eval(26835, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(26836, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(26837, v is NestedClass, false);
Eval(26838, v is NestedClass[], false);
- Eval(26839, v is NestedClassGen<Decimal>, false);
- Eval(26840, v is NestedClassGen<Decimal>[], false);
+// Eval(26839, v is NestedClassGen<Decimal>, false);
+// Eval(26840, v is NestedClassGen<Decimal>[], false);
Eval(26841, v is ImplementOneInterfaceC, false);
Eval(26842, v is ImplementOneInterfaceC[], false);
Eval(26843, v is ImplementTwoInterfaceC, false);
Eval(26844, v is ImplementTwoInterfaceC[], false);
- Eval(26845, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(26846, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(26847, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(26848, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(26849, v is ImplementAllInterfaceC<int>, false);
- Eval(26850, v is ImplementAllInterfaceC<int>[], false);
+// Eval(26845, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(26846, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(26847, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(26848, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(26849, v is ImplementAllInterfaceC<int>, false);
+// Eval(26850, v is ImplementAllInterfaceC<int>[], false);
Eval(26851, v is SealedClass, false);
Eval(26852, v is SealedClass[], false);
}
@@ -9032,26 +9032,26 @@ internal class Program
Eval(26858, v is NotEmptyStruct[], false);
Eval(26859, v is NotEmptyStruct?, false);
Eval(26860, v is NotEmptyStruct?[], false);
- Eval(26861, v is EmptyStructGen<int>, false);
- Eval(26862, v is EmptyStructGen<int>[], false);
- Eval(26863, v is EmptyStructGen<int>?, false);
- Eval(26864, v is EmptyStructGen<int>?[], false);
- Eval(26865, v is NotEmptyStructGen<Guid>, false);
- Eval(26866, v is NotEmptyStructGen<Guid>[], false);
- Eval(26867, v is NotEmptyStructGen<Guid>?, false);
- Eval(26868, v is NotEmptyStructGen<Guid>?[], false);
- Eval(26869, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(26870, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(26871, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(26872, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(26861, v is EmptyStructGen<int>, false);
+// Eval(26862, v is EmptyStructGen<int>[], false);
+// Eval(26863, v is EmptyStructGen<int>?, false);
+// Eval(26864, v is EmptyStructGen<int>?[], false);
+// Eval(26865, v is NotEmptyStructGen<Guid>, false);
+// Eval(26866, v is NotEmptyStructGen<Guid>[], false);
+// Eval(26867, v is NotEmptyStructGen<Guid>?, false);
+// Eval(26868, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(26869, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(26870, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(26871, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(26872, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(26873, v is NestedStruct, false);
Eval(26874, v is NestedStruct[], false);
Eval(26875, v is NestedStruct?, false);
Eval(26876, v is NestedStruct?[], false);
- Eval(26877, v is NestedStructGen<Decimal>, false);
- Eval(26878, v is NestedStructGen<Decimal>[], false);
- Eval(26879, v is NestedStructGen<Decimal>?, false);
- Eval(26880, v is NestedStructGen<Decimal>?[], false);
+// Eval(26877, v is NestedStructGen<Decimal>, false);
+// Eval(26878, v is NestedStructGen<Decimal>[], false);
+// Eval(26879, v is NestedStructGen<Decimal>?, false);
+// Eval(26880, v is NestedStructGen<Decimal>?[], false);
Eval(26881, v is ExplicitFieldOffsetStruct, false);
Eval(26882, v is ExplicitFieldOffsetStruct[], false);
Eval(26883, v is ExplicitFieldOffsetStruct?, false);
@@ -9068,18 +9068,18 @@ internal class Program
Eval(26902, v is ImplementTwoInterface[], false);
Eval(26903, v is ImplementTwoInterface?, false);
Eval(26904, v is ImplementTwoInterface?[], false);
- Eval(26905, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(26906, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(26907, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(26908, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(26909, v is ImplementTwoInterfaceGen<int>, false);
- Eval(26910, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(26911, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(26912, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(26913, v is ImplementAllInterface<int>, false);
- Eval(26914, v is ImplementAllInterface<int>[], false);
- Eval(26915, v is ImplementAllInterface<int>?, false);
- Eval(26916, v is ImplementAllInterface<int>?[], false);
+// Eval(26905, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(26906, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(26907, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(26908, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(26909, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(26910, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(26911, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(26912, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(26913, v is ImplementAllInterface<int>, false);
+// Eval(26914, v is ImplementAllInterface<int>[], false);
+// Eval(26915, v is ImplementAllInterface<int>?, false);
+// Eval(26916, v is ImplementAllInterface<int>?[], false);
Eval(26917, v is IntE, false);
Eval(26918, v is IntE[], false);
Eval(26919, v is IntE?, false);
@@ -9178,38 +9178,38 @@ internal class Program
Eval(27012, v is IEmpty[], false);
Eval(27013, v is INotEmpty, false);
Eval(27014, v is INotEmpty[], false);
- Eval(27015, v is IEmptyGen<int>, false);
- Eval(27016, v is IEmptyGen<int>[], false);
- Eval(27017, v is INotEmptyGen<int>, false);
- Eval(27018, v is INotEmptyGen<int>[], false);
+// Eval(27015, v is IEmptyGen<int>, false);
+// Eval(27016, v is IEmptyGen<int>[], false);
+// Eval(27017, v is INotEmptyGen<int>, false);
+// Eval(27018, v is INotEmptyGen<int>[], false);
Eval(27019, v is SimpleDelegate, false);
Eval(27020, v is SimpleDelegate[], false);
- Eval(27021, v is GenericDelegate<int>, false);
- Eval(27022, v is GenericDelegate<int>[], false);
+// Eval(27021, v is GenericDelegate<int>, false);
+// Eval(27022, v is GenericDelegate<int>[], false);
Eval(27023, v is EmptyClass, false);
Eval(27024, v is EmptyClass[], false);
Eval(27025, v is NotEmptyClass, false);
Eval(27026, v is NotEmptyClass[], false);
- Eval(27027, v is EmptyClassGen<int>, false);
- Eval(27028, v is EmptyClassGen<int>[], false);
- Eval(27029, v is NotEmptyClassGen<Guid>, false);
- Eval(27030, v is NotEmptyClassGen<Guid>[], false);
- Eval(27031, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(27032, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(27027, v is EmptyClassGen<int>, false);
+// Eval(27028, v is EmptyClassGen<int>[], false);
+// Eval(27029, v is NotEmptyClassGen<Guid>, false);
+// Eval(27030, v is NotEmptyClassGen<Guid>[], false);
+// Eval(27031, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(27032, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(27033, v is NestedClass, false);
Eval(27034, v is NestedClass[], false);
- Eval(27035, v is NestedClassGen<Decimal>, false);
- Eval(27036, v is NestedClassGen<Decimal>[], false);
+// Eval(27035, v is NestedClassGen<Decimal>, false);
+// Eval(27036, v is NestedClassGen<Decimal>[], false);
Eval(27037, v is ImplementOneInterfaceC, false);
Eval(27038, v is ImplementOneInterfaceC[], false);
Eval(27039, v is ImplementTwoInterfaceC, false);
Eval(27040, v is ImplementTwoInterfaceC[], false);
- Eval(27041, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(27042, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(27043, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(27044, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(27045, v is ImplementAllInterfaceC<int>, false);
- Eval(27046, v is ImplementAllInterfaceC<int>[], false);
+// Eval(27041, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(27042, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(27043, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(27044, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(27045, v is ImplementAllInterfaceC<int>, false);
+// Eval(27046, v is ImplementAllInterfaceC<int>[], false);
Eval(27047, v is SealedClass, false);
Eval(27048, v is SealedClass[], false);
}
@@ -9223,26 +9223,26 @@ internal class Program
Eval(27054, v is NotEmptyStruct[], false);
Eval(27055, v is NotEmptyStruct?, false);
Eval(27056, v is NotEmptyStruct?[], false);
- Eval(27057, v is EmptyStructGen<int>, false);
- Eval(27058, v is EmptyStructGen<int>[], false);
- Eval(27059, v is EmptyStructGen<int>?, false);
- Eval(27060, v is EmptyStructGen<int>?[], false);
- Eval(27061, v is NotEmptyStructGen<Guid>, false);
- Eval(27062, v is NotEmptyStructGen<Guid>[], false);
- Eval(27063, v is NotEmptyStructGen<Guid>?, false);
- Eval(27064, v is NotEmptyStructGen<Guid>?[], false);
- Eval(27065, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(27066, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(27067, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(27068, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(27057, v is EmptyStructGen<int>, false);
+// Eval(27058, v is EmptyStructGen<int>[], false);
+// Eval(27059, v is EmptyStructGen<int>?, false);
+// Eval(27060, v is EmptyStructGen<int>?[], false);
+// Eval(27061, v is NotEmptyStructGen<Guid>, false);
+// Eval(27062, v is NotEmptyStructGen<Guid>[], false);
+// Eval(27063, v is NotEmptyStructGen<Guid>?, false);
+// Eval(27064, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(27065, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(27066, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(27067, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(27068, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(27069, v is NestedStruct, false);
Eval(27070, v is NestedStruct[], false);
Eval(27071, v is NestedStruct?, false);
Eval(27072, v is NestedStruct?[], false);
- Eval(27073, v is NestedStructGen<Decimal>, false);
- Eval(27074, v is NestedStructGen<Decimal>[], false);
- Eval(27075, v is NestedStructGen<Decimal>?, false);
- Eval(27076, v is NestedStructGen<Decimal>?[], false);
+// Eval(27073, v is NestedStructGen<Decimal>, false);
+// Eval(27074, v is NestedStructGen<Decimal>[], false);
+// Eval(27075, v is NestedStructGen<Decimal>?, false);
+// Eval(27076, v is NestedStructGen<Decimal>?[], false);
Eval(27077, v is ExplicitFieldOffsetStruct, false);
Eval(27078, v is ExplicitFieldOffsetStruct[], false);
Eval(27079, v is ExplicitFieldOffsetStruct?, false);
@@ -9259,18 +9259,18 @@ internal class Program
Eval(27098, v is ImplementTwoInterface[], false);
Eval(27099, v is ImplementTwoInterface?, false);
Eval(27100, v is ImplementTwoInterface?[], false);
- Eval(27101, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(27102, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(27103, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(27104, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(27105, v is ImplementTwoInterfaceGen<int>, false);
- Eval(27106, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(27107, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(27108, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(27109, v is ImplementAllInterface<int>, false);
- Eval(27110, v is ImplementAllInterface<int>[], false);
- Eval(27111, v is ImplementAllInterface<int>?, false);
- Eval(27112, v is ImplementAllInterface<int>?[], false);
+// Eval(27101, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(27102, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(27103, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(27104, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(27105, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(27106, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(27107, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(27108, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(27109, v is ImplementAllInterface<int>, false);
+// Eval(27110, v is ImplementAllInterface<int>[], false);
+// Eval(27111, v is ImplementAllInterface<int>?, false);
+// Eval(27112, v is ImplementAllInterface<int>?[], false);
Eval(27113, v is IntE, false);
Eval(27114, v is IntE[], false);
Eval(27115, v is IntE?, false);
@@ -9369,38 +9369,38 @@ internal class Program
Eval(27208, v is IEmpty[], false);
Eval(27209, v is INotEmpty, false);
Eval(27210, v is INotEmpty[], false);
- Eval(27211, v is IEmptyGen<int>, false);
- Eval(27212, v is IEmptyGen<int>[], false);
- Eval(27213, v is INotEmptyGen<int>, false);
- Eval(27214, v is INotEmptyGen<int>[], false);
+// Eval(27211, v is IEmptyGen<int>, false);
+// Eval(27212, v is IEmptyGen<int>[], false);
+// Eval(27213, v is INotEmptyGen<int>, false);
+// Eval(27214, v is INotEmptyGen<int>[], false);
Eval(27215, v is SimpleDelegate, false);
Eval(27216, v is SimpleDelegate[], false);
- Eval(27217, v is GenericDelegate<int>, false);
- Eval(27218, v is GenericDelegate<int>[], false);
+// Eval(27217, v is GenericDelegate<int>, false);
+// Eval(27218, v is GenericDelegate<int>[], false);
Eval(27219, v is EmptyClass, false);
Eval(27220, v is EmptyClass[], false);
Eval(27221, v is NotEmptyClass, false);
Eval(27222, v is NotEmptyClass[], false);
- Eval(27223, v is EmptyClassGen<int>, false);
- Eval(27224, v is EmptyClassGen<int>[], false);
- Eval(27225, v is NotEmptyClassGen<Guid>, false);
- Eval(27226, v is NotEmptyClassGen<Guid>[], false);
- Eval(27227, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(27228, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(27223, v is EmptyClassGen<int>, false);
+// Eval(27224, v is EmptyClassGen<int>[], false);
+// Eval(27225, v is NotEmptyClassGen<Guid>, false);
+// Eval(27226, v is NotEmptyClassGen<Guid>[], false);
+// Eval(27227, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(27228, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(27229, v is NestedClass, false);
Eval(27230, v is NestedClass[], false);
- Eval(27231, v is NestedClassGen<Decimal>, false);
- Eval(27232, v is NestedClassGen<Decimal>[], false);
+// Eval(27231, v is NestedClassGen<Decimal>, false);
+// Eval(27232, v is NestedClassGen<Decimal>[], false);
Eval(27233, v is ImplementOneInterfaceC, false);
Eval(27234, v is ImplementOneInterfaceC[], false);
Eval(27235, v is ImplementTwoInterfaceC, false);
Eval(27236, v is ImplementTwoInterfaceC[], false);
- Eval(27237, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(27238, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(27239, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(27240, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(27241, v is ImplementAllInterfaceC<int>, false);
- Eval(27242, v is ImplementAllInterfaceC<int>[], false);
+// Eval(27237, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(27238, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(27239, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(27240, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(27241, v is ImplementAllInterfaceC<int>, false);
+// Eval(27242, v is ImplementAllInterfaceC<int>[], false);
Eval(27243, v is SealedClass, false);
Eval(27244, v is SealedClass[], false);
}
@@ -9414,26 +9414,26 @@ internal class Program
Eval(27250, v is NotEmptyStruct[], false);
Eval(27251, v is NotEmptyStruct?, false);
Eval(27252, v is NotEmptyStruct?[], false);
- Eval(27253, v is EmptyStructGen<int>, false);
- Eval(27254, v is EmptyStructGen<int>[], false);
- Eval(27255, v is EmptyStructGen<int>?, false);
- Eval(27256, v is EmptyStructGen<int>?[], false);
- Eval(27257, v is NotEmptyStructGen<Guid>, false);
- Eval(27258, v is NotEmptyStructGen<Guid>[], false);
- Eval(27259, v is NotEmptyStructGen<Guid>?, false);
- Eval(27260, v is NotEmptyStructGen<Guid>?[], false);
- Eval(27261, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(27262, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(27263, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(27264, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(27253, v is EmptyStructGen<int>, false);
+// Eval(27254, v is EmptyStructGen<int>[], false);
+// Eval(27255, v is EmptyStructGen<int>?, false);
+// Eval(27256, v is EmptyStructGen<int>?[], false);
+// Eval(27257, v is NotEmptyStructGen<Guid>, false);
+// Eval(27258, v is NotEmptyStructGen<Guid>[], false);
+// Eval(27259, v is NotEmptyStructGen<Guid>?, false);
+// Eval(27260, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(27261, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(27262, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(27263, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(27264, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(27265, v is NestedStruct, false);
Eval(27266, v is NestedStruct[], false);
Eval(27267, v is NestedStruct?, false);
Eval(27268, v is NestedStruct?[], false);
- Eval(27269, v is NestedStructGen<Decimal>, false);
- Eval(27270, v is NestedStructGen<Decimal>[], false);
- Eval(27271, v is NestedStructGen<Decimal>?, false);
- Eval(27272, v is NestedStructGen<Decimal>?[], false);
+// Eval(27269, v is NestedStructGen<Decimal>, false);
+// Eval(27270, v is NestedStructGen<Decimal>[], false);
+// Eval(27271, v is NestedStructGen<Decimal>?, false);
+// Eval(27272, v is NestedStructGen<Decimal>?[], false);
Eval(27273, v is ExplicitFieldOffsetStruct, false);
Eval(27274, v is ExplicitFieldOffsetStruct[], false);
Eval(27275, v is ExplicitFieldOffsetStruct?, false);
@@ -9450,18 +9450,18 @@ internal class Program
Eval(27294, v is ImplementTwoInterface[], false);
Eval(27295, v is ImplementTwoInterface?, false);
Eval(27296, v is ImplementTwoInterface?[], false);
- Eval(27297, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(27298, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(27299, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(27300, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(27301, v is ImplementTwoInterfaceGen<int>, false);
- Eval(27302, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(27303, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(27304, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(27305, v is ImplementAllInterface<int>, false);
- Eval(27306, v is ImplementAllInterface<int>[], false);
- Eval(27307, v is ImplementAllInterface<int>?, false);
- Eval(27308, v is ImplementAllInterface<int>?[], false);
+// Eval(27297, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(27298, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(27299, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(27300, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(27301, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(27302, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(27303, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(27304, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(27305, v is ImplementAllInterface<int>, false);
+// Eval(27306, v is ImplementAllInterface<int>[], false);
+// Eval(27307, v is ImplementAllInterface<int>?, false);
+// Eval(27308, v is ImplementAllInterface<int>?[], false);
Eval(27309, v is IntE, false);
Eval(27310, v is IntE[], false);
Eval(27311, v is IntE?, false);
@@ -9560,38 +9560,38 @@ internal class Program
Eval(27404, v is IEmpty[], false);
Eval(27405, v is INotEmpty, false);
Eval(27406, v is INotEmpty[], false);
- Eval(27407, v is IEmptyGen<int>, false);
- Eval(27408, v is IEmptyGen<int>[], false);
- Eval(27409, v is INotEmptyGen<int>, false);
- Eval(27410, v is INotEmptyGen<int>[], false);
+// Eval(27407, v is IEmptyGen<int>, false);
+// Eval(27408, v is IEmptyGen<int>[], false);
+// Eval(27409, v is INotEmptyGen<int>, false);
+// Eval(27410, v is INotEmptyGen<int>[], false);
Eval(27411, v is SimpleDelegate, false);
Eval(27412, v is SimpleDelegate[], false);
- Eval(27413, v is GenericDelegate<int>, false);
- Eval(27414, v is GenericDelegate<int>[], false);
+// Eval(27413, v is GenericDelegate<int>, false);
+// Eval(27414, v is GenericDelegate<int>[], false);
Eval(27415, v is EmptyClass, false);
Eval(27416, v is EmptyClass[], false);
Eval(27417, v is NotEmptyClass, false);
Eval(27418, v is NotEmptyClass[], false);
- Eval(27419, v is EmptyClassGen<int>, false);
- Eval(27420, v is EmptyClassGen<int>[], false);
- Eval(27421, v is NotEmptyClassGen<Guid>, false);
- Eval(27422, v is NotEmptyClassGen<Guid>[], false);
- Eval(27423, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(27424, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(27419, v is EmptyClassGen<int>, false);
+// Eval(27420, v is EmptyClassGen<int>[], false);
+// Eval(27421, v is NotEmptyClassGen<Guid>, false);
+// Eval(27422, v is NotEmptyClassGen<Guid>[], false);
+// Eval(27423, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(27424, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(27425, v is NestedClass, false);
Eval(27426, v is NestedClass[], false);
- Eval(27427, v is NestedClassGen<Decimal>, false);
- Eval(27428, v is NestedClassGen<Decimal>[], false);
+// Eval(27427, v is NestedClassGen<Decimal>, false);
+// Eval(27428, v is NestedClassGen<Decimal>[], false);
Eval(27429, v is ImplementOneInterfaceC, false);
Eval(27430, v is ImplementOneInterfaceC[], false);
Eval(27431, v is ImplementTwoInterfaceC, false);
Eval(27432, v is ImplementTwoInterfaceC[], false);
- Eval(27433, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(27434, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(27435, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(27436, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(27437, v is ImplementAllInterfaceC<int>, false);
- Eval(27438, v is ImplementAllInterfaceC<int>[], false);
+// Eval(27433, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(27434, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(27435, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(27436, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(27437, v is ImplementAllInterfaceC<int>, false);
+// Eval(27438, v is ImplementAllInterfaceC<int>[], false);
Eval(27439, v is SealedClass, false);
Eval(27440, v is SealedClass[], false);
}
@@ -9608,26 +9608,26 @@ internal class Program
Eval(27446, v is NotEmptyStruct[], false);
Eval(27447, v is NotEmptyStruct?, false);
Eval(27448, v is NotEmptyStruct?[], false);
- Eval(27449, v is EmptyStructGen<int>, false);
- Eval(27450, v is EmptyStructGen<int>[], false);
- Eval(27451, v is EmptyStructGen<int>?, false);
- Eval(27452, v is EmptyStructGen<int>?[], false);
- Eval(27453, v is NotEmptyStructGen<Guid>, false);
- Eval(27454, v is NotEmptyStructGen<Guid>[], false);
- Eval(27455, v is NotEmptyStructGen<Guid>?, false);
- Eval(27456, v is NotEmptyStructGen<Guid>?[], false);
- Eval(27457, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(27458, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(27459, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(27460, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(27449, v is EmptyStructGen<int>, false);
+// Eval(27450, v is EmptyStructGen<int>[], false);
+// Eval(27451, v is EmptyStructGen<int>?, false);
+// Eval(27452, v is EmptyStructGen<int>?[], false);
+// Eval(27453, v is NotEmptyStructGen<Guid>, false);
+// Eval(27454, v is NotEmptyStructGen<Guid>[], false);
+// Eval(27455, v is NotEmptyStructGen<Guid>?, false);
+// Eval(27456, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(27457, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(27458, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(27459, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(27460, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(27461, v is NestedStruct, false);
Eval(27462, v is NestedStruct[], false);
Eval(27463, v is NestedStruct?, false);
Eval(27464, v is NestedStruct?[], false);
- Eval(27465, v is NestedStructGen<Decimal>, false);
- Eval(27466, v is NestedStructGen<Decimal>[], false);
- Eval(27467, v is NestedStructGen<Decimal>?, false);
- Eval(27468, v is NestedStructGen<Decimal>?[], false);
+// Eval(27465, v is NestedStructGen<Decimal>, false);
+// Eval(27466, v is NestedStructGen<Decimal>[], false);
+// Eval(27467, v is NestedStructGen<Decimal>?, false);
+// Eval(27468, v is NestedStructGen<Decimal>?[], false);
Eval(27469, v is ExplicitFieldOffsetStruct, false);
Eval(27470, v is ExplicitFieldOffsetStruct[], false);
Eval(27471, v is ExplicitFieldOffsetStruct?, false);
@@ -9644,18 +9644,18 @@ internal class Program
Eval(27490, v is ImplementTwoInterface[], false);
Eval(27491, v is ImplementTwoInterface?, false);
Eval(27492, v is ImplementTwoInterface?[], false);
- Eval(27493, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(27494, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(27495, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(27496, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(27497, v is ImplementTwoInterfaceGen<int>, false);
- Eval(27498, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(27499, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(27500, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(27501, v is ImplementAllInterface<int>, false);
- Eval(27502, v is ImplementAllInterface<int>[], false);
- Eval(27503, v is ImplementAllInterface<int>?, false);
- Eval(27504, v is ImplementAllInterface<int>?[], false);
+// Eval(27493, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(27494, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(27495, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(27496, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(27497, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(27498, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(27499, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(27500, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(27501, v is ImplementAllInterface<int>, false);
+// Eval(27502, v is ImplementAllInterface<int>[], false);
+// Eval(27503, v is ImplementAllInterface<int>?, false);
+// Eval(27504, v is ImplementAllInterface<int>?[], false);
Eval(27505, v is IntE, false);
Eval(27506, v is IntE[], false);
Eval(27507, v is IntE?, false);
@@ -9754,38 +9754,38 @@ internal class Program
Eval(27600, v is IEmpty[], false);
Eval(27601, v is INotEmpty, false);
Eval(27602, v is INotEmpty[], false);
- Eval(27603, v is IEmptyGen<int>, false);
- Eval(27604, v is IEmptyGen<int>[], false);
- Eval(27605, v is INotEmptyGen<int>, false);
- Eval(27606, v is INotEmptyGen<int>[], false);
+// Eval(27603, v is IEmptyGen<int>, false);
+// Eval(27604, v is IEmptyGen<int>[], false);
+// Eval(27605, v is INotEmptyGen<int>, false);
+// Eval(27606, v is INotEmptyGen<int>[], false);
Eval(27607, v is SimpleDelegate, false);
Eval(27608, v is SimpleDelegate[], false);
- Eval(27609, v is GenericDelegate<int>, false);
- Eval(27610, v is GenericDelegate<int>[], false);
+// Eval(27609, v is GenericDelegate<int>, false);
+// Eval(27610, v is GenericDelegate<int>[], false);
Eval(27611, v is EmptyClass, false);
Eval(27612, v is EmptyClass[], false);
Eval(27613, v is NotEmptyClass, false);
Eval(27614, v is NotEmptyClass[], false);
- Eval(27615, v is EmptyClassGen<int>, false);
- Eval(27616, v is EmptyClassGen<int>[], false);
- Eval(27617, v is NotEmptyClassGen<Guid>, false);
- Eval(27618, v is NotEmptyClassGen<Guid>[], false);
- Eval(27619, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(27620, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(27615, v is EmptyClassGen<int>, false);
+// Eval(27616, v is EmptyClassGen<int>[], false);
+// Eval(27617, v is NotEmptyClassGen<Guid>, false);
+// Eval(27618, v is NotEmptyClassGen<Guid>[], false);
+// Eval(27619, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(27620, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(27621, v is NestedClass, false);
Eval(27622, v is NestedClass[], false);
- Eval(27623, v is NestedClassGen<Decimal>, false);
- Eval(27624, v is NestedClassGen<Decimal>[], false);
+// Eval(27623, v is NestedClassGen<Decimal>, false);
+// Eval(27624, v is NestedClassGen<Decimal>[], false);
Eval(27625, v is ImplementOneInterfaceC, false);
Eval(27626, v is ImplementOneInterfaceC[], false);
Eval(27627, v is ImplementTwoInterfaceC, false);
Eval(27628, v is ImplementTwoInterfaceC[], false);
- Eval(27629, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(27630, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(27631, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(27632, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(27633, v is ImplementAllInterfaceC<int>, false);
- Eval(27634, v is ImplementAllInterfaceC<int>[], false);
+// Eval(27629, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(27630, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(27631, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(27632, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(27633, v is ImplementAllInterfaceC<int>, false);
+// Eval(27634, v is ImplementAllInterfaceC<int>[], false);
Eval(27635, v is SealedClass, false);
Eval(27636, v is SealedClass[], false);
}
@@ -9799,26 +9799,26 @@ internal class Program
Eval(27642, v is NotEmptyStruct[], false);
Eval(27643, v is NotEmptyStruct?, false);
Eval(27644, v is NotEmptyStruct?[], false);
- Eval(27645, v is EmptyStructGen<int>, false);
- Eval(27646, v is EmptyStructGen<int>[], false);
- Eval(27647, v is EmptyStructGen<int>?, false);
- Eval(27648, v is EmptyStructGen<int>?[], false);
- Eval(27649, v is NotEmptyStructGen<Guid>, false);
- Eval(27650, v is NotEmptyStructGen<Guid>[], false);
- Eval(27651, v is NotEmptyStructGen<Guid>?, false);
- Eval(27652, v is NotEmptyStructGen<Guid>?[], false);
- Eval(27653, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(27654, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(27655, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(27656, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(27645, v is EmptyStructGen<int>, false);
+// Eval(27646, v is EmptyStructGen<int>[], false);
+// Eval(27647, v is EmptyStructGen<int>?, false);
+// Eval(27648, v is EmptyStructGen<int>?[], false);
+// Eval(27649, v is NotEmptyStructGen<Guid>, false);
+// Eval(27650, v is NotEmptyStructGen<Guid>[], false);
+// Eval(27651, v is NotEmptyStructGen<Guid>?, false);
+// Eval(27652, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(27653, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(27654, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(27655, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(27656, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(27657, v is NestedStruct, false);
Eval(27658, v is NestedStruct[], false);
Eval(27659, v is NestedStruct?, false);
Eval(27660, v is NestedStruct?[], false);
- Eval(27661, v is NestedStructGen<Decimal>, false);
- Eval(27662, v is NestedStructGen<Decimal>[], false);
- Eval(27663, v is NestedStructGen<Decimal>?, false);
- Eval(27664, v is NestedStructGen<Decimal>?[], false);
+// Eval(27661, v is NestedStructGen<Decimal>, false);
+// Eval(27662, v is NestedStructGen<Decimal>[], false);
+// Eval(27663, v is NestedStructGen<Decimal>?, false);
+// Eval(27664, v is NestedStructGen<Decimal>?[], false);
Eval(27665, v is ExplicitFieldOffsetStruct, false);
Eval(27666, v is ExplicitFieldOffsetStruct[], false);
Eval(27667, v is ExplicitFieldOffsetStruct?, false);
@@ -9835,18 +9835,18 @@ internal class Program
Eval(27686, v is ImplementTwoInterface[], false);
Eval(27687, v is ImplementTwoInterface?, false);
Eval(27688, v is ImplementTwoInterface?[], false);
- Eval(27689, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(27690, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(27691, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(27692, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(27693, v is ImplementTwoInterfaceGen<int>, false);
- Eval(27694, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(27695, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(27696, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(27697, v is ImplementAllInterface<int>, false);
- Eval(27698, v is ImplementAllInterface<int>[], false);
- Eval(27699, v is ImplementAllInterface<int>?, false);
- Eval(27700, v is ImplementAllInterface<int>?[], false);
+// Eval(27689, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(27690, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(27691, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(27692, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(27693, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(27694, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(27695, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(27696, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(27697, v is ImplementAllInterface<int>, false);
+// Eval(27698, v is ImplementAllInterface<int>[], false);
+// Eval(27699, v is ImplementAllInterface<int>?, false);
+// Eval(27700, v is ImplementAllInterface<int>?[], false);
Eval(27701, v is IntE, false);
Eval(27702, v is IntE[], false);
Eval(27703, v is IntE?, false);
@@ -9945,38 +9945,38 @@ internal class Program
Eval(27796, v is IEmpty[], false);
Eval(27797, v is INotEmpty, false);
Eval(27798, v is INotEmpty[], false);
- Eval(27799, v is IEmptyGen<int>, false);
- Eval(27800, v is IEmptyGen<int>[], false);
- Eval(27801, v is INotEmptyGen<int>, false);
- Eval(27802, v is INotEmptyGen<int>[], false);
+// Eval(27799, v is IEmptyGen<int>, false);
+// Eval(27800, v is IEmptyGen<int>[], false);
+// Eval(27801, v is INotEmptyGen<int>, false);
+// Eval(27802, v is INotEmptyGen<int>[], false);
Eval(27803, v is SimpleDelegate, false);
Eval(27804, v is SimpleDelegate[], false);
- Eval(27805, v is GenericDelegate<int>, false);
- Eval(27806, v is GenericDelegate<int>[], false);
+// Eval(27805, v is GenericDelegate<int>, false);
+// Eval(27806, v is GenericDelegate<int>[], false);
Eval(27807, v is EmptyClass, false);
Eval(27808, v is EmptyClass[], false);
Eval(27809, v is NotEmptyClass, false);
Eval(27810, v is NotEmptyClass[], false);
- Eval(27811, v is EmptyClassGen<int>, false);
- Eval(27812, v is EmptyClassGen<int>[], false);
- Eval(27813, v is NotEmptyClassGen<Guid>, false);
- Eval(27814, v is NotEmptyClassGen<Guid>[], false);
- Eval(27815, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(27816, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(27811, v is EmptyClassGen<int>, false);
+// Eval(27812, v is EmptyClassGen<int>[], false);
+// Eval(27813, v is NotEmptyClassGen<Guid>, false);
+// Eval(27814, v is NotEmptyClassGen<Guid>[], false);
+// Eval(27815, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(27816, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(27817, v is NestedClass, false);
Eval(27818, v is NestedClass[], false);
- Eval(27819, v is NestedClassGen<Decimal>, false);
- Eval(27820, v is NestedClassGen<Decimal>[], false);
+// Eval(27819, v is NestedClassGen<Decimal>, false);
+// Eval(27820, v is NestedClassGen<Decimal>[], false);
Eval(27821, v is ImplementOneInterfaceC, false);
Eval(27822, v is ImplementOneInterfaceC[], false);
Eval(27823, v is ImplementTwoInterfaceC, false);
Eval(27824, v is ImplementTwoInterfaceC[], false);
- Eval(27825, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(27826, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(27827, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(27828, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(27829, v is ImplementAllInterfaceC<int>, false);
- Eval(27830, v is ImplementAllInterfaceC<int>[], false);
+// Eval(27825, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(27826, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(27827, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(27828, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(27829, v is ImplementAllInterfaceC<int>, false);
+// Eval(27830, v is ImplementAllInterfaceC<int>[], false);
Eval(27831, v is SealedClass, false);
Eval(27832, v is SealedClass[], false);
}
@@ -9990,26 +9990,26 @@ internal class Program
Eval(27838, v is NotEmptyStruct[], false);
Eval(27839, v is NotEmptyStruct?, false);
Eval(27840, v is NotEmptyStruct?[], false);
- Eval(27841, v is EmptyStructGen<int>, false);
- Eval(27842, v is EmptyStructGen<int>[], false);
- Eval(27843, v is EmptyStructGen<int>?, false);
- Eval(27844, v is EmptyStructGen<int>?[], false);
- Eval(27845, v is NotEmptyStructGen<Guid>, false);
- Eval(27846, v is NotEmptyStructGen<Guid>[], false);
- Eval(27847, v is NotEmptyStructGen<Guid>?, false);
- Eval(27848, v is NotEmptyStructGen<Guid>?[], false);
- Eval(27849, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(27850, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(27851, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(27852, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(27841, v is EmptyStructGen<int>, false);
+// Eval(27842, v is EmptyStructGen<int>[], false);
+// Eval(27843, v is EmptyStructGen<int>?, false);
+// Eval(27844, v is EmptyStructGen<int>?[], false);
+// Eval(27845, v is NotEmptyStructGen<Guid>, false);
+// Eval(27846, v is NotEmptyStructGen<Guid>[], false);
+// Eval(27847, v is NotEmptyStructGen<Guid>?, false);
+// Eval(27848, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(27849, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(27850, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(27851, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(27852, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(27853, v is NestedStruct, false);
Eval(27854, v is NestedStruct[], false);
Eval(27855, v is NestedStruct?, false);
Eval(27856, v is NestedStruct?[], false);
- Eval(27857, v is NestedStructGen<Decimal>, false);
- Eval(27858, v is NestedStructGen<Decimal>[], false);
- Eval(27859, v is NestedStructGen<Decimal>?, false);
- Eval(27860, v is NestedStructGen<Decimal>?[], false);
+// Eval(27857, v is NestedStructGen<Decimal>, false);
+// Eval(27858, v is NestedStructGen<Decimal>[], false);
+// Eval(27859, v is NestedStructGen<Decimal>?, false);
+// Eval(27860, v is NestedStructGen<Decimal>?[], false);
Eval(27861, v is ExplicitFieldOffsetStruct, false);
Eval(27862, v is ExplicitFieldOffsetStruct[], false);
Eval(27863, v is ExplicitFieldOffsetStruct?, false);
@@ -10026,18 +10026,18 @@ internal class Program
Eval(27882, v is ImplementTwoInterface[], false);
Eval(27883, v is ImplementTwoInterface?, false);
Eval(27884, v is ImplementTwoInterface?[], false);
- Eval(27885, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(27886, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(27887, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(27888, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(27889, v is ImplementTwoInterfaceGen<int>, false);
- Eval(27890, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(27891, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(27892, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(27893, v is ImplementAllInterface<int>, false);
- Eval(27894, v is ImplementAllInterface<int>[], false);
- Eval(27895, v is ImplementAllInterface<int>?, false);
- Eval(27896, v is ImplementAllInterface<int>?[], false);
+// Eval(27885, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(27886, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(27887, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(27888, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(27889, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(27890, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(27891, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(27892, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(27893, v is ImplementAllInterface<int>, false);
+// Eval(27894, v is ImplementAllInterface<int>[], false);
+// Eval(27895, v is ImplementAllInterface<int>?, false);
+// Eval(27896, v is ImplementAllInterface<int>?[], false);
Eval(27897, v is IntE, false);
Eval(27898, v is IntE[], false);
Eval(27899, v is IntE?, false);
@@ -10136,38 +10136,38 @@ internal class Program
Eval(27992, v is IEmpty[], false);
Eval(27993, v is INotEmpty, false);
Eval(27994, v is INotEmpty[], false);
- Eval(27995, v is IEmptyGen<int>, false);
- Eval(27996, v is IEmptyGen<int>[], false);
- Eval(27997, v is INotEmptyGen<int>, false);
- Eval(27998, v is INotEmptyGen<int>[], false);
+// Eval(27995, v is IEmptyGen<int>, false);
+// Eval(27996, v is IEmptyGen<int>[], false);
+// Eval(27997, v is INotEmptyGen<int>, false);
+// Eval(27998, v is INotEmptyGen<int>[], false);
Eval(27999, v is SimpleDelegate, false);
Eval(28000, v is SimpleDelegate[], false);
- Eval(28001, v is GenericDelegate<int>, false);
- Eval(28002, v is GenericDelegate<int>[], false);
+// Eval(28001, v is GenericDelegate<int>, false);
+// Eval(28002, v is GenericDelegate<int>[], false);
Eval(28003, v is EmptyClass, false);
Eval(28004, v is EmptyClass[], false);
Eval(28005, v is NotEmptyClass, false);
Eval(28006, v is NotEmptyClass[], false);
- Eval(28007, v is EmptyClassGen<int>, false);
- Eval(28008, v is EmptyClassGen<int>[], false);
- Eval(28009, v is NotEmptyClassGen<Guid>, false);
- Eval(28010, v is NotEmptyClassGen<Guid>[], false);
- Eval(28011, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(28012, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(28007, v is EmptyClassGen<int>, false);
+// Eval(28008, v is EmptyClassGen<int>[], false);
+// Eval(28009, v is NotEmptyClassGen<Guid>, false);
+// Eval(28010, v is NotEmptyClassGen<Guid>[], false);
+// Eval(28011, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(28012, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(28013, v is NestedClass, false);
Eval(28014, v is NestedClass[], false);
- Eval(28015, v is NestedClassGen<Decimal>, false);
- Eval(28016, v is NestedClassGen<Decimal>[], false);
+// Eval(28015, v is NestedClassGen<Decimal>, false);
+// Eval(28016, v is NestedClassGen<Decimal>[], false);
Eval(28017, v is ImplementOneInterfaceC, false);
Eval(28018, v is ImplementOneInterfaceC[], false);
Eval(28019, v is ImplementTwoInterfaceC, false);
Eval(28020, v is ImplementTwoInterfaceC[], false);
- Eval(28021, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(28022, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(28023, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(28024, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(28025, v is ImplementAllInterfaceC<int>, false);
- Eval(28026, v is ImplementAllInterfaceC<int>[], false);
+// Eval(28021, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(28022, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(28023, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(28024, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(28025, v is ImplementAllInterfaceC<int>, false);
+// Eval(28026, v is ImplementAllInterfaceC<int>[], false);
Eval(28027, v is SealedClass, false);
Eval(28028, v is SealedClass[], false);
}
@@ -10181,26 +10181,26 @@ internal class Program
Eval(28034, v is NotEmptyStruct[], false);
Eval(28035, v is NotEmptyStruct?, false);
Eval(28036, v is NotEmptyStruct?[], false);
- Eval(28037, v is EmptyStructGen<int>, false);
- Eval(28038, v is EmptyStructGen<int>[], false);
- Eval(28039, v is EmptyStructGen<int>?, false);
- Eval(28040, v is EmptyStructGen<int>?[], false);
- Eval(28041, v is NotEmptyStructGen<Guid>, false);
- Eval(28042, v is NotEmptyStructGen<Guid>[], false);
- Eval(28043, v is NotEmptyStructGen<Guid>?, false);
- Eval(28044, v is NotEmptyStructGen<Guid>?[], false);
- Eval(28045, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(28046, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(28047, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(28048, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(28037, v is EmptyStructGen<int>, false);
+// Eval(28038, v is EmptyStructGen<int>[], false);
+// Eval(28039, v is EmptyStructGen<int>?, false);
+// Eval(28040, v is EmptyStructGen<int>?[], false);
+// Eval(28041, v is NotEmptyStructGen<Guid>, false);
+// Eval(28042, v is NotEmptyStructGen<Guid>[], false);
+// Eval(28043, v is NotEmptyStructGen<Guid>?, false);
+// Eval(28044, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(28045, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(28046, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(28047, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(28048, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(28049, v is NestedStruct, false);
Eval(28050, v is NestedStruct[], false);
Eval(28051, v is NestedStruct?, false);
Eval(28052, v is NestedStruct?[], false);
- Eval(28053, v is NestedStructGen<Decimal>, false);
- Eval(28054, v is NestedStructGen<Decimal>[], false);
- Eval(28055, v is NestedStructGen<Decimal>?, false);
- Eval(28056, v is NestedStructGen<Decimal>?[], false);
+// Eval(28053, v is NestedStructGen<Decimal>, false);
+// Eval(28054, v is NestedStructGen<Decimal>[], false);
+// Eval(28055, v is NestedStructGen<Decimal>?, false);
+// Eval(28056, v is NestedStructGen<Decimal>?[], false);
Eval(28057, v is ExplicitFieldOffsetStruct, false);
Eval(28058, v is ExplicitFieldOffsetStruct[], false);
Eval(28059, v is ExplicitFieldOffsetStruct?, false);
@@ -10217,18 +10217,18 @@ internal class Program
Eval(28078, v is ImplementTwoInterface[], false);
Eval(28079, v is ImplementTwoInterface?, false);
Eval(28080, v is ImplementTwoInterface?[], false);
- Eval(28081, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(28082, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(28083, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(28084, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(28085, v is ImplementTwoInterfaceGen<int>, false);
- Eval(28086, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(28087, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(28088, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(28089, v is ImplementAllInterface<int>, false);
- Eval(28090, v is ImplementAllInterface<int>[], false);
- Eval(28091, v is ImplementAllInterface<int>?, false);
- Eval(28092, v is ImplementAllInterface<int>?[], false);
+// Eval(28081, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(28082, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(28083, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(28084, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(28085, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(28086, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(28087, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(28088, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(28089, v is ImplementAllInterface<int>, false);
+// Eval(28090, v is ImplementAllInterface<int>[], false);
+// Eval(28091, v is ImplementAllInterface<int>?, false);
+// Eval(28092, v is ImplementAllInterface<int>?[], false);
Eval(28093, v is IntE, false);
Eval(28094, v is IntE[], false);
Eval(28095, v is IntE?, false);
@@ -10327,38 +10327,38 @@ internal class Program
Eval(28188, v is IEmpty[], false);
Eval(28189, v is INotEmpty, false);
Eval(28190, v is INotEmpty[], false);
- Eval(28191, v is IEmptyGen<int>, false);
- Eval(28192, v is IEmptyGen<int>[], false);
- Eval(28193, v is INotEmptyGen<int>, false);
- Eval(28194, v is INotEmptyGen<int>[], false);
+// Eval(28191, v is IEmptyGen<int>, false);
+// Eval(28192, v is IEmptyGen<int>[], false);
+// Eval(28193, v is INotEmptyGen<int>, false);
+// Eval(28194, v is INotEmptyGen<int>[], false);
Eval(28195, v is SimpleDelegate, false);
Eval(28196, v is SimpleDelegate[], false);
- Eval(28197, v is GenericDelegate<int>, false);
- Eval(28198, v is GenericDelegate<int>[], false);
+// Eval(28197, v is GenericDelegate<int>, false);
+// Eval(28198, v is GenericDelegate<int>[], false);
Eval(28199, v is EmptyClass, false);
Eval(28200, v is EmptyClass[], false);
Eval(28201, v is NotEmptyClass, false);
Eval(28202, v is NotEmptyClass[], false);
- Eval(28203, v is EmptyClassGen<int>, false);
- Eval(28204, v is EmptyClassGen<int>[], false);
- Eval(28205, v is NotEmptyClassGen<Guid>, false);
- Eval(28206, v is NotEmptyClassGen<Guid>[], false);
- Eval(28207, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(28208, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(28203, v is EmptyClassGen<int>, false);
+// Eval(28204, v is EmptyClassGen<int>[], false);
+// Eval(28205, v is NotEmptyClassGen<Guid>, false);
+// Eval(28206, v is NotEmptyClassGen<Guid>[], false);
+// Eval(28207, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(28208, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(28209, v is NestedClass, false);
Eval(28210, v is NestedClass[], false);
- Eval(28211, v is NestedClassGen<Decimal>, false);
- Eval(28212, v is NestedClassGen<Decimal>[], false);
+// Eval(28211, v is NestedClassGen<Decimal>, false);
+// Eval(28212, v is NestedClassGen<Decimal>[], false);
Eval(28213, v is ImplementOneInterfaceC, false);
Eval(28214, v is ImplementOneInterfaceC[], false);
Eval(28215, v is ImplementTwoInterfaceC, false);
Eval(28216, v is ImplementTwoInterfaceC[], false);
- Eval(28217, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(28218, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(28219, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(28220, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(28221, v is ImplementAllInterfaceC<int>, false);
- Eval(28222, v is ImplementAllInterfaceC<int>[], false);
+// Eval(28217, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(28218, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(28219, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(28220, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(28221, v is ImplementAllInterfaceC<int>, false);
+// Eval(28222, v is ImplementAllInterfaceC<int>[], false);
Eval(28223, v is SealedClass, false);
Eval(28224, v is SealedClass[], false);
}
@@ -10372,26 +10372,26 @@ internal class Program
Eval(28230, v is NotEmptyStruct[], false);
Eval(28231, v is NotEmptyStruct?, false);
Eval(28232, v is NotEmptyStruct?[], false);
- Eval(28233, v is EmptyStructGen<int>, false);
- Eval(28234, v is EmptyStructGen<int>[], false);
- Eval(28235, v is EmptyStructGen<int>?, false);
- Eval(28236, v is EmptyStructGen<int>?[], false);
- Eval(28237, v is NotEmptyStructGen<Guid>, false);
- Eval(28238, v is NotEmptyStructGen<Guid>[], false);
- Eval(28239, v is NotEmptyStructGen<Guid>?, false);
- Eval(28240, v is NotEmptyStructGen<Guid>?[], false);
- Eval(28241, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(28242, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(28243, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(28244, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(28233, v is EmptyStructGen<int>, false);
+// Eval(28234, v is EmptyStructGen<int>[], false);
+// Eval(28235, v is EmptyStructGen<int>?, false);
+// Eval(28236, v is EmptyStructGen<int>?[], false);
+// Eval(28237, v is NotEmptyStructGen<Guid>, false);
+// Eval(28238, v is NotEmptyStructGen<Guid>[], false);
+// Eval(28239, v is NotEmptyStructGen<Guid>?, false);
+// Eval(28240, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(28241, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(28242, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(28243, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(28244, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(28245, v is NestedStruct, false);
Eval(28246, v is NestedStruct[], false);
Eval(28247, v is NestedStruct?, false);
Eval(28248, v is NestedStruct?[], false);
- Eval(28249, v is NestedStructGen<Decimal>, false);
- Eval(28250, v is NestedStructGen<Decimal>[], false);
- Eval(28251, v is NestedStructGen<Decimal>?, false);
- Eval(28252, v is NestedStructGen<Decimal>?[], false);
+// Eval(28249, v is NestedStructGen<Decimal>, false);
+// Eval(28250, v is NestedStructGen<Decimal>[], false);
+// Eval(28251, v is NestedStructGen<Decimal>?, false);
+// Eval(28252, v is NestedStructGen<Decimal>?[], false);
Eval(28253, v is ExplicitFieldOffsetStruct, false);
Eval(28254, v is ExplicitFieldOffsetStruct[], false);
Eval(28255, v is ExplicitFieldOffsetStruct?, false);
@@ -10408,18 +10408,18 @@ internal class Program
Eval(28274, v is ImplementTwoInterface[], false);
Eval(28275, v is ImplementTwoInterface?, false);
Eval(28276, v is ImplementTwoInterface?[], false);
- Eval(28277, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(28278, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(28279, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(28280, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(28281, v is ImplementTwoInterfaceGen<int>, false);
- Eval(28282, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(28283, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(28284, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(28285, v is ImplementAllInterface<int>, false);
- Eval(28286, v is ImplementAllInterface<int>[], false);
- Eval(28287, v is ImplementAllInterface<int>?, false);
- Eval(28288, v is ImplementAllInterface<int>?[], false);
+// Eval(28277, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(28278, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(28279, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(28280, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(28281, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(28282, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(28283, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(28284, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(28285, v is ImplementAllInterface<int>, false);
+// Eval(28286, v is ImplementAllInterface<int>[], false);
+// Eval(28287, v is ImplementAllInterface<int>?, false);
+// Eval(28288, v is ImplementAllInterface<int>?[], false);
Eval(28289, v is IntE, false);
Eval(28290, v is IntE[], false);
Eval(28291, v is IntE?, false);
@@ -10518,38 +10518,38 @@ internal class Program
Eval(28384, v is IEmpty[], false);
Eval(28385, v is INotEmpty, false);
Eval(28386, v is INotEmpty[], false);
- Eval(28387, v is IEmptyGen<int>, false);
- Eval(28388, v is IEmptyGen<int>[], false);
- Eval(28389, v is INotEmptyGen<int>, false);
- Eval(28390, v is INotEmptyGen<int>[], false);
+// Eval(28387, v is IEmptyGen<int>, false);
+// Eval(28388, v is IEmptyGen<int>[], false);
+// Eval(28389, v is INotEmptyGen<int>, false);
+// Eval(28390, v is INotEmptyGen<int>[], false);
Eval(28391, v is SimpleDelegate, false);
Eval(28392, v is SimpleDelegate[], false);
- Eval(28393, v is GenericDelegate<int>, false);
- Eval(28394, v is GenericDelegate<int>[], false);
+// Eval(28393, v is GenericDelegate<int>, false);
+// Eval(28394, v is GenericDelegate<int>[], false);
Eval(28395, v is EmptyClass, false);
Eval(28396, v is EmptyClass[], false);
Eval(28397, v is NotEmptyClass, false);
Eval(28398, v is NotEmptyClass[], false);
- Eval(28399, v is EmptyClassGen<int>, false);
- Eval(28400, v is EmptyClassGen<int>[], false);
- Eval(28401, v is NotEmptyClassGen<Guid>, false);
- Eval(28402, v is NotEmptyClassGen<Guid>[], false);
- Eval(28403, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(28404, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(28399, v is EmptyClassGen<int>, false);
+// Eval(28400, v is EmptyClassGen<int>[], false);
+// Eval(28401, v is NotEmptyClassGen<Guid>, false);
+// Eval(28402, v is NotEmptyClassGen<Guid>[], false);
+// Eval(28403, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(28404, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(28405, v is NestedClass, false);
Eval(28406, v is NestedClass[], false);
- Eval(28407, v is NestedClassGen<Decimal>, false);
- Eval(28408, v is NestedClassGen<Decimal>[], false);
+// Eval(28407, v is NestedClassGen<Decimal>, false);
+// Eval(28408, v is NestedClassGen<Decimal>[], false);
Eval(28409, v is ImplementOneInterfaceC, false);
Eval(28410, v is ImplementOneInterfaceC[], false);
Eval(28411, v is ImplementTwoInterfaceC, false);
Eval(28412, v is ImplementTwoInterfaceC[], false);
- Eval(28413, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(28414, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(28415, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(28416, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(28417, v is ImplementAllInterfaceC<int>, false);
- Eval(28418, v is ImplementAllInterfaceC<int>[], false);
+// Eval(28413, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(28414, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(28415, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(28416, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(28417, v is ImplementAllInterfaceC<int>, false);
+// Eval(28418, v is ImplementAllInterfaceC<int>[], false);
Eval(28419, v is SealedClass, false);
Eval(28420, v is SealedClass[], false);
}
@@ -10566,26 +10566,26 @@ internal class Program
Eval(28426, v is NotEmptyStruct[], false);
Eval(28427, v is NotEmptyStruct?, false);
Eval(28428, v is NotEmptyStruct?[], false);
- Eval(28429, v is EmptyStructGen<int>, false);
- Eval(28430, v is EmptyStructGen<int>[], false);
- Eval(28431, v is EmptyStructGen<int>?, false);
- Eval(28432, v is EmptyStructGen<int>?[], false);
- Eval(28433, v is NotEmptyStructGen<Guid>, false);
- Eval(28434, v is NotEmptyStructGen<Guid>[], false);
- Eval(28435, v is NotEmptyStructGen<Guid>?, false);
- Eval(28436, v is NotEmptyStructGen<Guid>?[], false);
- Eval(28437, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(28438, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(28439, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(28440, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(28429, v is EmptyStructGen<int>, false);
+// Eval(28430, v is EmptyStructGen<int>[], false);
+// Eval(28431, v is EmptyStructGen<int>?, false);
+// Eval(28432, v is EmptyStructGen<int>?[], false);
+// Eval(28433, v is NotEmptyStructGen<Guid>, false);
+// Eval(28434, v is NotEmptyStructGen<Guid>[], false);
+// Eval(28435, v is NotEmptyStructGen<Guid>?, false);
+// Eval(28436, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(28437, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(28438, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(28439, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(28440, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(28441, v is NestedStruct, false);
Eval(28442, v is NestedStruct[], false);
Eval(28443, v is NestedStruct?, false);
Eval(28444, v is NestedStruct?[], false);
- Eval(28445, v is NestedStructGen<Decimal>, false);
- Eval(28446, v is NestedStructGen<Decimal>[], false);
- Eval(28447, v is NestedStructGen<Decimal>?, false);
- Eval(28448, v is NestedStructGen<Decimal>?[], false);
+// Eval(28445, v is NestedStructGen<Decimal>, false);
+// Eval(28446, v is NestedStructGen<Decimal>[], false);
+// Eval(28447, v is NestedStructGen<Decimal>?, false);
+// Eval(28448, v is NestedStructGen<Decimal>?[], false);
Eval(28449, v is ExplicitFieldOffsetStruct, false);
Eval(28450, v is ExplicitFieldOffsetStruct[], false);
Eval(28451, v is ExplicitFieldOffsetStruct?, false);
@@ -10602,18 +10602,18 @@ internal class Program
Eval(28470, v is ImplementTwoInterface[], false);
Eval(28471, v is ImplementTwoInterface?, false);
Eval(28472, v is ImplementTwoInterface?[], false);
- Eval(28473, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(28474, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(28475, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(28476, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(28477, v is ImplementTwoInterfaceGen<int>, false);
- Eval(28478, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(28479, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(28480, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(28481, v is ImplementAllInterface<int>, false);
- Eval(28482, v is ImplementAllInterface<int>[], false);
- Eval(28483, v is ImplementAllInterface<int>?, false);
- Eval(28484, v is ImplementAllInterface<int>?[], false);
+// Eval(28473, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(28474, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(28475, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(28476, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(28477, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(28478, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(28479, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(28480, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(28481, v is ImplementAllInterface<int>, false);
+// Eval(28482, v is ImplementAllInterface<int>[], false);
+// Eval(28483, v is ImplementAllInterface<int>?, false);
+// Eval(28484, v is ImplementAllInterface<int>?[], false);
Eval(28485, v is IntE, false);
Eval(28486, v is IntE[], false);
Eval(28487, v is IntE?, false);
@@ -10712,38 +10712,38 @@ internal class Program
Eval(28580, v is IEmpty[], false);
Eval(28581, v is INotEmpty, false);
Eval(28582, v is INotEmpty[], false);
- Eval(28583, v is IEmptyGen<int>, false);
- Eval(28584, v is IEmptyGen<int>[], false);
- Eval(28585, v is INotEmptyGen<int>, false);
- Eval(28586, v is INotEmptyGen<int>[], false);
+// Eval(28583, v is IEmptyGen<int>, false);
+// Eval(28584, v is IEmptyGen<int>[], false);
+// Eval(28585, v is INotEmptyGen<int>, false);
+// Eval(28586, v is INotEmptyGen<int>[], false);
Eval(28587, v is SimpleDelegate, false);
Eval(28588, v is SimpleDelegate[], false);
- Eval(28589, v is GenericDelegate<int>, false);
- Eval(28590, v is GenericDelegate<int>[], false);
+// Eval(28589, v is GenericDelegate<int>, false);
+// Eval(28590, v is GenericDelegate<int>[], false);
Eval(28591, v is EmptyClass, false);
Eval(28592, v is EmptyClass[], false);
Eval(28593, v is NotEmptyClass, false);
Eval(28594, v is NotEmptyClass[], false);
- Eval(28595, v is EmptyClassGen<int>, false);
- Eval(28596, v is EmptyClassGen<int>[], false);
- Eval(28597, v is NotEmptyClassGen<Guid>, false);
- Eval(28598, v is NotEmptyClassGen<Guid>[], false);
- Eval(28599, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(28600, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(28595, v is EmptyClassGen<int>, false);
+// Eval(28596, v is EmptyClassGen<int>[], false);
+// Eval(28597, v is NotEmptyClassGen<Guid>, false);
+// Eval(28598, v is NotEmptyClassGen<Guid>[], false);
+// Eval(28599, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(28600, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(28601, v is NestedClass, false);
Eval(28602, v is NestedClass[], false);
- Eval(28603, v is NestedClassGen<Decimal>, false);
- Eval(28604, v is NestedClassGen<Decimal>[], false);
+// Eval(28603, v is NestedClassGen<Decimal>, false);
+// Eval(28604, v is NestedClassGen<Decimal>[], false);
Eval(28605, v is ImplementOneInterfaceC, false);
Eval(28606, v is ImplementOneInterfaceC[], false);
Eval(28607, v is ImplementTwoInterfaceC, false);
Eval(28608, v is ImplementTwoInterfaceC[], false);
- Eval(28609, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(28610, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(28611, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(28612, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(28613, v is ImplementAllInterfaceC<int>, false);
- Eval(28614, v is ImplementAllInterfaceC<int>[], false);
+// Eval(28609, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(28610, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(28611, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(28612, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(28613, v is ImplementAllInterfaceC<int>, false);
+// Eval(28614, v is ImplementAllInterfaceC<int>[], false);
Eval(28615, v is SealedClass, false);
Eval(28616, v is SealedClass[], false);
}
@@ -10757,26 +10757,26 @@ internal class Program
Eval(28622, v is NotEmptyStruct[], false);
Eval(28623, v is NotEmptyStruct?, false);
Eval(28624, v is NotEmptyStruct?[], false);
- Eval(28625, v is EmptyStructGen<int>, false);
- Eval(28626, v is EmptyStructGen<int>[], false);
- Eval(28627, v is EmptyStructGen<int>?, false);
- Eval(28628, v is EmptyStructGen<int>?[], false);
- Eval(28629, v is NotEmptyStructGen<Guid>, false);
- Eval(28630, v is NotEmptyStructGen<Guid>[], false);
- Eval(28631, v is NotEmptyStructGen<Guid>?, false);
- Eval(28632, v is NotEmptyStructGen<Guid>?[], false);
- Eval(28633, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(28634, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(28635, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(28636, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(28625, v is EmptyStructGen<int>, false);
+// Eval(28626, v is EmptyStructGen<int>[], false);
+// Eval(28627, v is EmptyStructGen<int>?, false);
+// Eval(28628, v is EmptyStructGen<int>?[], false);
+// Eval(28629, v is NotEmptyStructGen<Guid>, false);
+// Eval(28630, v is NotEmptyStructGen<Guid>[], false);
+// Eval(28631, v is NotEmptyStructGen<Guid>?, false);
+// Eval(28632, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(28633, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(28634, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(28635, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(28636, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(28637, v is NestedStruct, false);
Eval(28638, v is NestedStruct[], false);
Eval(28639, v is NestedStruct?, false);
Eval(28640, v is NestedStruct?[], false);
- Eval(28641, v is NestedStructGen<Decimal>, false);
- Eval(28642, v is NestedStructGen<Decimal>[], false);
- Eval(28643, v is NestedStructGen<Decimal>?, false);
- Eval(28644, v is NestedStructGen<Decimal>?[], false);
+// Eval(28641, v is NestedStructGen<Decimal>, false);
+// Eval(28642, v is NestedStructGen<Decimal>[], false);
+// Eval(28643, v is NestedStructGen<Decimal>?, false);
+// Eval(28644, v is NestedStructGen<Decimal>?[], false);
Eval(28645, v is ExplicitFieldOffsetStruct, false);
Eval(28646, v is ExplicitFieldOffsetStruct[], false);
Eval(28647, v is ExplicitFieldOffsetStruct?, false);
@@ -10793,18 +10793,18 @@ internal class Program
Eval(28666, v is ImplementTwoInterface[], false);
Eval(28667, v is ImplementTwoInterface?, false);
Eval(28668, v is ImplementTwoInterface?[], false);
- Eval(28669, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(28670, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(28671, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(28672, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(28673, v is ImplementTwoInterfaceGen<int>, false);
- Eval(28674, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(28675, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(28676, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(28677, v is ImplementAllInterface<int>, false);
- Eval(28678, v is ImplementAllInterface<int>[], false);
- Eval(28679, v is ImplementAllInterface<int>?, false);
- Eval(28680, v is ImplementAllInterface<int>?[], false);
+// Eval(28669, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(28670, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(28671, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(28672, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(28673, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(28674, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(28675, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(28676, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(28677, v is ImplementAllInterface<int>, false);
+// Eval(28678, v is ImplementAllInterface<int>[], false);
+// Eval(28679, v is ImplementAllInterface<int>?, false);
+// Eval(28680, v is ImplementAllInterface<int>?[], false);
Eval(28681, v is IntE, false);
Eval(28682, v is IntE[], false);
Eval(28683, v is IntE?, false);
@@ -10903,38 +10903,38 @@ internal class Program
Eval(28776, v is IEmpty[], false);
Eval(28777, v is INotEmpty, false);
Eval(28778, v is INotEmpty[], false);
- Eval(28779, v is IEmptyGen<int>, false);
- Eval(28780, v is IEmptyGen<int>[], false);
- Eval(28781, v is INotEmptyGen<int>, false);
- Eval(28782, v is INotEmptyGen<int>[], false);
+// Eval(28779, v is IEmptyGen<int>, false);
+// Eval(28780, v is IEmptyGen<int>[], false);
+// Eval(28781, v is INotEmptyGen<int>, false);
+// Eval(28782, v is INotEmptyGen<int>[], false);
Eval(28783, v is SimpleDelegate, false);
Eval(28784, v is SimpleDelegate[], false);
- Eval(28785, v is GenericDelegate<int>, false);
- Eval(28786, v is GenericDelegate<int>[], false);
+// Eval(28785, v is GenericDelegate<int>, false);
+// Eval(28786, v is GenericDelegate<int>[], false);
Eval(28787, v is EmptyClass, false);
Eval(28788, v is EmptyClass[], false);
Eval(28789, v is NotEmptyClass, false);
Eval(28790, v is NotEmptyClass[], false);
- Eval(28791, v is EmptyClassGen<int>, false);
- Eval(28792, v is EmptyClassGen<int>[], false);
- Eval(28793, v is NotEmptyClassGen<Guid>, false);
- Eval(28794, v is NotEmptyClassGen<Guid>[], false);
- Eval(28795, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(28796, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(28791, v is EmptyClassGen<int>, false);
+// Eval(28792, v is EmptyClassGen<int>[], false);
+// Eval(28793, v is NotEmptyClassGen<Guid>, false);
+// Eval(28794, v is NotEmptyClassGen<Guid>[], false);
+// Eval(28795, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(28796, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(28797, v is NestedClass, false);
Eval(28798, v is NestedClass[], false);
- Eval(28799, v is NestedClassGen<Decimal>, false);
- Eval(28800, v is NestedClassGen<Decimal>[], false);
+// Eval(28799, v is NestedClassGen<Decimal>, false);
+// Eval(28800, v is NestedClassGen<Decimal>[], false);
Eval(28801, v is ImplementOneInterfaceC, false);
Eval(28802, v is ImplementOneInterfaceC[], false);
Eval(28803, v is ImplementTwoInterfaceC, false);
Eval(28804, v is ImplementTwoInterfaceC[], false);
- Eval(28805, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(28806, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(28807, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(28808, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(28809, v is ImplementAllInterfaceC<int>, false);
- Eval(28810, v is ImplementAllInterfaceC<int>[], false);
+// Eval(28805, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(28806, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(28807, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(28808, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(28809, v is ImplementAllInterfaceC<int>, false);
+// Eval(28810, v is ImplementAllInterfaceC<int>[], false);
Eval(28811, v is SealedClass, false);
Eval(28812, v is SealedClass[], false);
}
@@ -10948,26 +10948,26 @@ internal class Program
Eval(28818, v is NotEmptyStruct[], false);
Eval(28819, v is NotEmptyStruct?, false);
Eval(28820, v is NotEmptyStruct?[], false);
- Eval(28821, v is EmptyStructGen<int>, false);
- Eval(28822, v is EmptyStructGen<int>[], false);
- Eval(28823, v is EmptyStructGen<int>?, false);
- Eval(28824, v is EmptyStructGen<int>?[], false);
- Eval(28825, v is NotEmptyStructGen<Guid>, false);
- Eval(28826, v is NotEmptyStructGen<Guid>[], false);
- Eval(28827, v is NotEmptyStructGen<Guid>?, false);
- Eval(28828, v is NotEmptyStructGen<Guid>?[], false);
- Eval(28829, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(28830, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(28831, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(28832, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(28821, v is EmptyStructGen<int>, false);
+// Eval(28822, v is EmptyStructGen<int>[], false);
+// Eval(28823, v is EmptyStructGen<int>?, false);
+// Eval(28824, v is EmptyStructGen<int>?[], false);
+// Eval(28825, v is NotEmptyStructGen<Guid>, false);
+// Eval(28826, v is NotEmptyStructGen<Guid>[], false);
+// Eval(28827, v is NotEmptyStructGen<Guid>?, false);
+// Eval(28828, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(28829, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(28830, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(28831, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(28832, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(28833, v is NestedStruct, false);
Eval(28834, v is NestedStruct[], false);
Eval(28835, v is NestedStruct?, false);
Eval(28836, v is NestedStruct?[], false);
- Eval(28837, v is NestedStructGen<Decimal>, false);
- Eval(28838, v is NestedStructGen<Decimal>[], false);
- Eval(28839, v is NestedStructGen<Decimal>?, false);
- Eval(28840, v is NestedStructGen<Decimal>?[], false);
+// Eval(28837, v is NestedStructGen<Decimal>, false);
+// Eval(28838, v is NestedStructGen<Decimal>[], false);
+// Eval(28839, v is NestedStructGen<Decimal>?, false);
+// Eval(28840, v is NestedStructGen<Decimal>?[], false);
Eval(28841, v is ExplicitFieldOffsetStruct, false);
Eval(28842, v is ExplicitFieldOffsetStruct[], false);
Eval(28843, v is ExplicitFieldOffsetStruct?, false);
@@ -10984,18 +10984,18 @@ internal class Program
Eval(28862, v is ImplementTwoInterface[], false);
Eval(28863, v is ImplementTwoInterface?, false);
Eval(28864, v is ImplementTwoInterface?[], false);
- Eval(28865, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(28866, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(28867, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(28868, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(28869, v is ImplementTwoInterfaceGen<int>, false);
- Eval(28870, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(28871, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(28872, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(28873, v is ImplementAllInterface<int>, false);
- Eval(28874, v is ImplementAllInterface<int>[], false);
- Eval(28875, v is ImplementAllInterface<int>?, false);
- Eval(28876, v is ImplementAllInterface<int>?[], false);
+// Eval(28865, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(28866, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(28867, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(28868, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(28869, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(28870, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(28871, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(28872, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(28873, v is ImplementAllInterface<int>, false);
+// Eval(28874, v is ImplementAllInterface<int>[], false);
+// Eval(28875, v is ImplementAllInterface<int>?, false);
+// Eval(28876, v is ImplementAllInterface<int>?[], false);
Eval(28877, v is IntE, false);
Eval(28878, v is IntE[], false);
Eval(28879, v is IntE?, false);
@@ -11094,38 +11094,38 @@ internal class Program
Eval(28972, v is IEmpty[], false);
Eval(28973, v is INotEmpty, false);
Eval(28974, v is INotEmpty[], false);
- Eval(28975, v is IEmptyGen<int>, false);
- Eval(28976, v is IEmptyGen<int>[], false);
- Eval(28977, v is INotEmptyGen<int>, false);
- Eval(28978, v is INotEmptyGen<int>[], false);
+// Eval(28975, v is IEmptyGen<int>, false);
+// Eval(28976, v is IEmptyGen<int>[], false);
+// Eval(28977, v is INotEmptyGen<int>, false);
+// Eval(28978, v is INotEmptyGen<int>[], false);
Eval(28979, v is SimpleDelegate, false);
Eval(28980, v is SimpleDelegate[], false);
- Eval(28981, v is GenericDelegate<int>, false);
- Eval(28982, v is GenericDelegate<int>[], false);
+// Eval(28981, v is GenericDelegate<int>, false);
+// Eval(28982, v is GenericDelegate<int>[], false);
Eval(28983, v is EmptyClass, false);
Eval(28984, v is EmptyClass[], false);
Eval(28985, v is NotEmptyClass, false);
Eval(28986, v is NotEmptyClass[], false);
- Eval(28987, v is EmptyClassGen<int>, false);
- Eval(28988, v is EmptyClassGen<int>[], false);
- Eval(28989, v is NotEmptyClassGen<Guid>, false);
- Eval(28990, v is NotEmptyClassGen<Guid>[], false);
- Eval(28991, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(28992, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(28987, v is EmptyClassGen<int>, false);
+// Eval(28988, v is EmptyClassGen<int>[], false);
+// Eval(28989, v is NotEmptyClassGen<Guid>, false);
+// Eval(28990, v is NotEmptyClassGen<Guid>[], false);
+// Eval(28991, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(28992, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(28993, v is NestedClass, false);
Eval(28994, v is NestedClass[], false);
- Eval(28995, v is NestedClassGen<Decimal>, false);
- Eval(28996, v is NestedClassGen<Decimal>[], false);
+// Eval(28995, v is NestedClassGen<Decimal>, false);
+// Eval(28996, v is NestedClassGen<Decimal>[], false);
Eval(28997, v is ImplementOneInterfaceC, false);
Eval(28998, v is ImplementOneInterfaceC[], false);
Eval(28999, v is ImplementTwoInterfaceC, false);
Eval(29000, v is ImplementTwoInterfaceC[], false);
- Eval(29001, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(29002, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(29003, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(29004, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(29005, v is ImplementAllInterfaceC<int>, false);
- Eval(29006, v is ImplementAllInterfaceC<int>[], false);
+// Eval(29001, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(29002, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(29003, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(29004, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(29005, v is ImplementAllInterfaceC<int>, false);
+// Eval(29006, v is ImplementAllInterfaceC<int>[], false);
Eval(29007, v is SealedClass, false);
Eval(29008, v is SealedClass[], false);
}
@@ -11139,26 +11139,26 @@ internal class Program
Eval(29014, v is NotEmptyStruct[], false);
Eval(29015, v is NotEmptyStruct?, false);
Eval(29016, v is NotEmptyStruct?[], false);
- Eval(29017, v is EmptyStructGen<int>, false);
- Eval(29018, v is EmptyStructGen<int>[], false);
- Eval(29019, v is EmptyStructGen<int>?, false);
- Eval(29020, v is EmptyStructGen<int>?[], false);
- Eval(29021, v is NotEmptyStructGen<Guid>, false);
- Eval(29022, v is NotEmptyStructGen<Guid>[], false);
- Eval(29023, v is NotEmptyStructGen<Guid>?, false);
- Eval(29024, v is NotEmptyStructGen<Guid>?[], false);
- Eval(29025, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(29026, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(29027, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(29028, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(29017, v is EmptyStructGen<int>, false);
+// Eval(29018, v is EmptyStructGen<int>[], false);
+// Eval(29019, v is EmptyStructGen<int>?, false);
+// Eval(29020, v is EmptyStructGen<int>?[], false);
+// Eval(29021, v is NotEmptyStructGen<Guid>, false);
+// Eval(29022, v is NotEmptyStructGen<Guid>[], false);
+// Eval(29023, v is NotEmptyStructGen<Guid>?, false);
+// Eval(29024, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(29025, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(29026, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(29027, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(29028, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(29029, v is NestedStruct, false);
Eval(29030, v is NestedStruct[], false);
Eval(29031, v is NestedStruct?, false);
Eval(29032, v is NestedStruct?[], false);
- Eval(29033, v is NestedStructGen<Decimal>, false);
- Eval(29034, v is NestedStructGen<Decimal>[], false);
- Eval(29035, v is NestedStructGen<Decimal>?, false);
- Eval(29036, v is NestedStructGen<Decimal>?[], false);
+// Eval(29033, v is NestedStructGen<Decimal>, false);
+// Eval(29034, v is NestedStructGen<Decimal>[], false);
+// Eval(29035, v is NestedStructGen<Decimal>?, false);
+// Eval(29036, v is NestedStructGen<Decimal>?[], false);
Eval(29037, v is ExplicitFieldOffsetStruct, false);
Eval(29038, v is ExplicitFieldOffsetStruct[], false);
Eval(29039, v is ExplicitFieldOffsetStruct?, false);
@@ -11175,18 +11175,18 @@ internal class Program
Eval(29058, v is ImplementTwoInterface[], false);
Eval(29059, v is ImplementTwoInterface?, false);
Eval(29060, v is ImplementTwoInterface?[], false);
- Eval(29061, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(29062, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(29063, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(29064, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(29065, v is ImplementTwoInterfaceGen<int>, false);
- Eval(29066, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(29067, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(29068, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(29069, v is ImplementAllInterface<int>, false);
- Eval(29070, v is ImplementAllInterface<int>[], false);
- Eval(29071, v is ImplementAllInterface<int>?, false);
- Eval(29072, v is ImplementAllInterface<int>?[], false);
+// Eval(29061, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(29062, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(29063, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(29064, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(29065, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(29066, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(29067, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(29068, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(29069, v is ImplementAllInterface<int>, false);
+// Eval(29070, v is ImplementAllInterface<int>[], false);
+// Eval(29071, v is ImplementAllInterface<int>?, false);
+// Eval(29072, v is ImplementAllInterface<int>?[], false);
Eval(29073, v is IntE, false);
Eval(29074, v is IntE[], false);
Eval(29075, v is IntE?, false);
@@ -11285,38 +11285,38 @@ internal class Program
Eval(29168, v is IEmpty[], false);
Eval(29169, v is INotEmpty, false);
Eval(29170, v is INotEmpty[], false);
- Eval(29171, v is IEmptyGen<int>, false);
- Eval(29172, v is IEmptyGen<int>[], false);
- Eval(29173, v is INotEmptyGen<int>, false);
- Eval(29174, v is INotEmptyGen<int>[], false);
+// Eval(29171, v is IEmptyGen<int>, false);
+// Eval(29172, v is IEmptyGen<int>[], false);
+// Eval(29173, v is INotEmptyGen<int>, false);
+// Eval(29174, v is INotEmptyGen<int>[], false);
Eval(29175, v is SimpleDelegate, false);
Eval(29176, v is SimpleDelegate[], false);
- Eval(29177, v is GenericDelegate<int>, false);
- Eval(29178, v is GenericDelegate<int>[], false);
+// Eval(29177, v is GenericDelegate<int>, false);
+// Eval(29178, v is GenericDelegate<int>[], false);
Eval(29179, v is EmptyClass, false);
Eval(29180, v is EmptyClass[], false);
Eval(29181, v is NotEmptyClass, false);
Eval(29182, v is NotEmptyClass[], false);
- Eval(29183, v is EmptyClassGen<int>, false);
- Eval(29184, v is EmptyClassGen<int>[], false);
- Eval(29185, v is NotEmptyClassGen<Guid>, false);
- Eval(29186, v is NotEmptyClassGen<Guid>[], false);
- Eval(29187, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(29188, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(29183, v is EmptyClassGen<int>, false);
+// Eval(29184, v is EmptyClassGen<int>[], false);
+// Eval(29185, v is NotEmptyClassGen<Guid>, false);
+// Eval(29186, v is NotEmptyClassGen<Guid>[], false);
+// Eval(29187, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(29188, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(29189, v is NestedClass, false);
Eval(29190, v is NestedClass[], false);
- Eval(29191, v is NestedClassGen<Decimal>, false);
- Eval(29192, v is NestedClassGen<Decimal>[], false);
+// Eval(29191, v is NestedClassGen<Decimal>, false);
+// Eval(29192, v is NestedClassGen<Decimal>[], false);
Eval(29193, v is ImplementOneInterfaceC, false);
Eval(29194, v is ImplementOneInterfaceC[], false);
Eval(29195, v is ImplementTwoInterfaceC, false);
Eval(29196, v is ImplementTwoInterfaceC[], false);
- Eval(29197, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(29198, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(29199, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(29200, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(29201, v is ImplementAllInterfaceC<int>, false);
- Eval(29202, v is ImplementAllInterfaceC<int>[], false);
+// Eval(29197, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(29198, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(29199, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(29200, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(29201, v is ImplementAllInterfaceC<int>, false);
+// Eval(29202, v is ImplementAllInterfaceC<int>[], false);
Eval(29203, v is SealedClass, false);
Eval(29204, v is SealedClass[], false);
}
@@ -11330,26 +11330,26 @@ internal class Program
Eval(29210, v is NotEmptyStruct[], false);
Eval(29211, v is NotEmptyStruct?, false);
Eval(29212, v is NotEmptyStruct?[], false);
- Eval(29213, v is EmptyStructGen<int>, false);
- Eval(29214, v is EmptyStructGen<int>[], false);
- Eval(29215, v is EmptyStructGen<int>?, false);
- Eval(29216, v is EmptyStructGen<int>?[], false);
- Eval(29217, v is NotEmptyStructGen<Guid>, false);
- Eval(29218, v is NotEmptyStructGen<Guid>[], false);
- Eval(29219, v is NotEmptyStructGen<Guid>?, false);
- Eval(29220, v is NotEmptyStructGen<Guid>?[], false);
- Eval(29221, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(29222, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(29223, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(29224, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(29213, v is EmptyStructGen<int>, false);
+// Eval(29214, v is EmptyStructGen<int>[], false);
+// Eval(29215, v is EmptyStructGen<int>?, false);
+// Eval(29216, v is EmptyStructGen<int>?[], false);
+// Eval(29217, v is NotEmptyStructGen<Guid>, false);
+// Eval(29218, v is NotEmptyStructGen<Guid>[], false);
+// Eval(29219, v is NotEmptyStructGen<Guid>?, false);
+// Eval(29220, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(29221, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(29222, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(29223, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(29224, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(29225, v is NestedStruct, false);
Eval(29226, v is NestedStruct[], false);
Eval(29227, v is NestedStruct?, false);
Eval(29228, v is NestedStruct?[], false);
- Eval(29229, v is NestedStructGen<Decimal>, false);
- Eval(29230, v is NestedStructGen<Decimal>[], false);
- Eval(29231, v is NestedStructGen<Decimal>?, false);
- Eval(29232, v is NestedStructGen<Decimal>?[], false);
+// Eval(29229, v is NestedStructGen<Decimal>, false);
+// Eval(29230, v is NestedStructGen<Decimal>[], false);
+// Eval(29231, v is NestedStructGen<Decimal>?, false);
+// Eval(29232, v is NestedStructGen<Decimal>?[], false);
Eval(29233, v is ExplicitFieldOffsetStruct, false);
Eval(29234, v is ExplicitFieldOffsetStruct[], false);
Eval(29235, v is ExplicitFieldOffsetStruct?, false);
@@ -11366,18 +11366,18 @@ internal class Program
Eval(29254, v is ImplementTwoInterface[], false);
Eval(29255, v is ImplementTwoInterface?, false);
Eval(29256, v is ImplementTwoInterface?[], false);
- Eval(29257, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(29258, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(29259, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(29260, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(29261, v is ImplementTwoInterfaceGen<int>, false);
- Eval(29262, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(29263, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(29264, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(29265, v is ImplementAllInterface<int>, false);
- Eval(29266, v is ImplementAllInterface<int>[], false);
- Eval(29267, v is ImplementAllInterface<int>?, false);
- Eval(29268, v is ImplementAllInterface<int>?[], false);
+// Eval(29257, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(29258, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(29259, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(29260, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(29261, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(29262, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(29263, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(29264, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(29265, v is ImplementAllInterface<int>, false);
+// Eval(29266, v is ImplementAllInterface<int>[], false);
+// Eval(29267, v is ImplementAllInterface<int>?, false);
+// Eval(29268, v is ImplementAllInterface<int>?[], false);
Eval(29269, v is IntE, false);
Eval(29270, v is IntE[], false);
Eval(29271, v is IntE?, false);
@@ -11476,38 +11476,38 @@ internal class Program
Eval(29364, v is IEmpty[], false);
Eval(29365, v is INotEmpty, false);
Eval(29366, v is INotEmpty[], false);
- Eval(29367, v is IEmptyGen<int>, false);
- Eval(29368, v is IEmptyGen<int>[], false);
- Eval(29369, v is INotEmptyGen<int>, false);
- Eval(29370, v is INotEmptyGen<int>[], false);
+// Eval(29367, v is IEmptyGen<int>, false);
+// Eval(29368, v is IEmptyGen<int>[], false);
+// Eval(29369, v is INotEmptyGen<int>, false);
+// Eval(29370, v is INotEmptyGen<int>[], false);
Eval(29371, v is SimpleDelegate, false);
Eval(29372, v is SimpleDelegate[], false);
- Eval(29373, v is GenericDelegate<int>, false);
- Eval(29374, v is GenericDelegate<int>[], false);
+// Eval(29373, v is GenericDelegate<int>, false);
+// Eval(29374, v is GenericDelegate<int>[], false);
Eval(29375, v is EmptyClass, false);
Eval(29376, v is EmptyClass[], false);
Eval(29377, v is NotEmptyClass, false);
Eval(29378, v is NotEmptyClass[], false);
- Eval(29379, v is EmptyClassGen<int>, false);
- Eval(29380, v is EmptyClassGen<int>[], false);
- Eval(29381, v is NotEmptyClassGen<Guid>, false);
- Eval(29382, v is NotEmptyClassGen<Guid>[], false);
- Eval(29383, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(29384, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(29379, v is EmptyClassGen<int>, false);
+// Eval(29380, v is EmptyClassGen<int>[], false);
+// Eval(29381, v is NotEmptyClassGen<Guid>, false);
+// Eval(29382, v is NotEmptyClassGen<Guid>[], false);
+// Eval(29383, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(29384, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(29385, v is NestedClass, false);
Eval(29386, v is NestedClass[], false);
- Eval(29387, v is NestedClassGen<Decimal>, false);
- Eval(29388, v is NestedClassGen<Decimal>[], false);
+// Eval(29387, v is NestedClassGen<Decimal>, false);
+// Eval(29388, v is NestedClassGen<Decimal>[], false);
Eval(29389, v is ImplementOneInterfaceC, false);
Eval(29390, v is ImplementOneInterfaceC[], false);
Eval(29391, v is ImplementTwoInterfaceC, false);
Eval(29392, v is ImplementTwoInterfaceC[], false);
- Eval(29393, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(29394, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(29395, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(29396, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(29397, v is ImplementAllInterfaceC<int>, false);
- Eval(29398, v is ImplementAllInterfaceC<int>[], false);
+// Eval(29393, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(29394, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(29395, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(29396, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(29397, v is ImplementAllInterfaceC<int>, false);
+// Eval(29398, v is ImplementAllInterfaceC<int>[], false);
Eval(29399, v is SealedClass, false);
Eval(29400, v is SealedClass[], false);
}
@@ -11524,26 +11524,26 @@ internal class Program
Eval(29406, v is NotEmptyStruct[], false);
Eval(29407, v is NotEmptyStruct?, false);
Eval(29408, v is NotEmptyStruct?[], false);
- Eval(29409, v is EmptyStructGen<int>, false);
- Eval(29410, v is EmptyStructGen<int>[], false);
- Eval(29411, v is EmptyStructGen<int>?, false);
- Eval(29412, v is EmptyStructGen<int>?[], false);
- Eval(29413, v is NotEmptyStructGen<Guid>, false);
- Eval(29414, v is NotEmptyStructGen<Guid>[], false);
- Eval(29415, v is NotEmptyStructGen<Guid>?, false);
- Eval(29416, v is NotEmptyStructGen<Guid>?[], false);
- Eval(29417, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(29418, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(29419, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(29420, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(29409, v is EmptyStructGen<int>, false);
+// Eval(29410, v is EmptyStructGen<int>[], false);
+// Eval(29411, v is EmptyStructGen<int>?, false);
+// Eval(29412, v is EmptyStructGen<int>?[], false);
+// Eval(29413, v is NotEmptyStructGen<Guid>, false);
+// Eval(29414, v is NotEmptyStructGen<Guid>[], false);
+// Eval(29415, v is NotEmptyStructGen<Guid>?, false);
+// Eval(29416, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(29417, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(29418, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(29419, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(29420, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(29421, v is NestedStruct, false);
Eval(29422, v is NestedStruct[], false);
Eval(29423, v is NestedStruct?, false);
Eval(29424, v is NestedStruct?[], false);
- Eval(29425, v is NestedStructGen<Decimal>, false);
- Eval(29426, v is NestedStructGen<Decimal>[], false);
- Eval(29427, v is NestedStructGen<Decimal>?, false);
- Eval(29428, v is NestedStructGen<Decimal>?[], false);
+// Eval(29425, v is NestedStructGen<Decimal>, false);
+// Eval(29426, v is NestedStructGen<Decimal>[], false);
+// Eval(29427, v is NestedStructGen<Decimal>?, false);
+// Eval(29428, v is NestedStructGen<Decimal>?[], false);
Eval(29429, v is ExplicitFieldOffsetStruct, false);
Eval(29430, v is ExplicitFieldOffsetStruct[], false);
Eval(29431, v is ExplicitFieldOffsetStruct?, false);
@@ -11560,18 +11560,18 @@ internal class Program
Eval(29450, v is ImplementTwoInterface[], false);
Eval(29451, v is ImplementTwoInterface?, false);
Eval(29452, v is ImplementTwoInterface?[], false);
- Eval(29453, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(29454, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(29455, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(29456, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(29457, v is ImplementTwoInterfaceGen<int>, false);
- Eval(29458, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(29459, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(29460, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(29461, v is ImplementAllInterface<int>, false);
- Eval(29462, v is ImplementAllInterface<int>[], false);
- Eval(29463, v is ImplementAllInterface<int>?, false);
- Eval(29464, v is ImplementAllInterface<int>?[], false);
+// Eval(29453, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(29454, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(29455, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(29456, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(29457, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(29458, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(29459, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(29460, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(29461, v is ImplementAllInterface<int>, false);
+// Eval(29462, v is ImplementAllInterface<int>[], false);
+// Eval(29463, v is ImplementAllInterface<int>?, false);
+// Eval(29464, v is ImplementAllInterface<int>?[], false);
Eval(29465, v is IntE, false);
Eval(29466, v is IntE[], false);
Eval(29467, v is IntE?, false);
@@ -11670,38 +11670,38 @@ internal class Program
Eval(29560, v is IEmpty[], false);
Eval(29561, v is INotEmpty, false);
Eval(29562, v is INotEmpty[], false);
- Eval(29563, v is IEmptyGen<int>, false);
- Eval(29564, v is IEmptyGen<int>[], false);
- Eval(29565, v is INotEmptyGen<int>, false);
- Eval(29566, v is INotEmptyGen<int>[], false);
+// Eval(29563, v is IEmptyGen<int>, false);
+// Eval(29564, v is IEmptyGen<int>[], false);
+// Eval(29565, v is INotEmptyGen<int>, false);
+// Eval(29566, v is INotEmptyGen<int>[], false);
Eval(29567, v is SimpleDelegate, false);
Eval(29568, v is SimpleDelegate[], false);
- Eval(29569, v is GenericDelegate<int>, false);
- Eval(29570, v is GenericDelegate<int>[], false);
+// Eval(29569, v is GenericDelegate<int>, false);
+// Eval(29570, v is GenericDelegate<int>[], false);
Eval(29571, v is EmptyClass, false);
Eval(29572, v is EmptyClass[], false);
Eval(29573, v is NotEmptyClass, false);
Eval(29574, v is NotEmptyClass[], false);
- Eval(29575, v is EmptyClassGen<int>, false);
- Eval(29576, v is EmptyClassGen<int>[], false);
- Eval(29577, v is NotEmptyClassGen<Guid>, false);
- Eval(29578, v is NotEmptyClassGen<Guid>[], false);
- Eval(29579, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(29580, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(29575, v is EmptyClassGen<int>, false);
+// Eval(29576, v is EmptyClassGen<int>[], false);
+// Eval(29577, v is NotEmptyClassGen<Guid>, false);
+// Eval(29578, v is NotEmptyClassGen<Guid>[], false);
+// Eval(29579, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(29580, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(29581, v is NestedClass, false);
Eval(29582, v is NestedClass[], false);
- Eval(29583, v is NestedClassGen<Decimal>, false);
- Eval(29584, v is NestedClassGen<Decimal>[], false);
+// Eval(29583, v is NestedClassGen<Decimal>, false);
+// Eval(29584, v is NestedClassGen<Decimal>[], false);
Eval(29585, v is ImplementOneInterfaceC, false);
Eval(29586, v is ImplementOneInterfaceC[], false);
Eval(29587, v is ImplementTwoInterfaceC, false);
Eval(29588, v is ImplementTwoInterfaceC[], false);
- Eval(29589, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(29590, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(29591, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(29592, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(29593, v is ImplementAllInterfaceC<int>, false);
- Eval(29594, v is ImplementAllInterfaceC<int>[], false);
+// Eval(29589, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(29590, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(29591, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(29592, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(29593, v is ImplementAllInterfaceC<int>, false);
+// Eval(29594, v is ImplementAllInterfaceC<int>[], false);
Eval(29595, v is SealedClass, false);
Eval(29596, v is SealedClass[], false);
}
@@ -11715,26 +11715,26 @@ internal class Program
Eval(29602, v is NotEmptyStruct[], false);
Eval(29603, v is NotEmptyStruct?, false);
Eval(29604, v is NotEmptyStruct?[], false);
- Eval(29605, v is EmptyStructGen<int>, false);
- Eval(29606, v is EmptyStructGen<int>[], false);
- Eval(29607, v is EmptyStructGen<int>?, false);
- Eval(29608, v is EmptyStructGen<int>?[], false);
- Eval(29609, v is NotEmptyStructGen<Guid>, false);
- Eval(29610, v is NotEmptyStructGen<Guid>[], false);
- Eval(29611, v is NotEmptyStructGen<Guid>?, false);
- Eval(29612, v is NotEmptyStructGen<Guid>?[], false);
- Eval(29613, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(29614, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(29615, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(29616, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(29605, v is EmptyStructGen<int>, false);
+// Eval(29606, v is EmptyStructGen<int>[], false);
+// Eval(29607, v is EmptyStructGen<int>?, false);
+// Eval(29608, v is EmptyStructGen<int>?[], false);
+// Eval(29609, v is NotEmptyStructGen<Guid>, false);
+// Eval(29610, v is NotEmptyStructGen<Guid>[], false);
+// Eval(29611, v is NotEmptyStructGen<Guid>?, false);
+// Eval(29612, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(29613, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(29614, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(29615, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(29616, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(29617, v is NestedStruct, false);
Eval(29618, v is NestedStruct[], false);
Eval(29619, v is NestedStruct?, false);
Eval(29620, v is NestedStruct?[], false);
- Eval(29621, v is NestedStructGen<Decimal>, false);
- Eval(29622, v is NestedStructGen<Decimal>[], false);
- Eval(29623, v is NestedStructGen<Decimal>?, false);
- Eval(29624, v is NestedStructGen<Decimal>?[], false);
+// Eval(29621, v is NestedStructGen<Decimal>, false);
+// Eval(29622, v is NestedStructGen<Decimal>[], false);
+// Eval(29623, v is NestedStructGen<Decimal>?, false);
+// Eval(29624, v is NestedStructGen<Decimal>?[], false);
Eval(29625, v is ExplicitFieldOffsetStruct, false);
Eval(29626, v is ExplicitFieldOffsetStruct[], false);
Eval(29627, v is ExplicitFieldOffsetStruct?, false);
@@ -11751,18 +11751,18 @@ internal class Program
Eval(29646, v is ImplementTwoInterface[], false);
Eval(29647, v is ImplementTwoInterface?, false);
Eval(29648, v is ImplementTwoInterface?[], false);
- Eval(29649, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(29650, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(29651, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(29652, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(29653, v is ImplementTwoInterfaceGen<int>, false);
- Eval(29654, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(29655, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(29656, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(29657, v is ImplementAllInterface<int>, false);
- Eval(29658, v is ImplementAllInterface<int>[], false);
- Eval(29659, v is ImplementAllInterface<int>?, false);
- Eval(29660, v is ImplementAllInterface<int>?[], false);
+// Eval(29649, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(29650, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(29651, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(29652, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(29653, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(29654, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(29655, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(29656, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(29657, v is ImplementAllInterface<int>, false);
+// Eval(29658, v is ImplementAllInterface<int>[], false);
+// Eval(29659, v is ImplementAllInterface<int>?, false);
+// Eval(29660, v is ImplementAllInterface<int>?[], false);
Eval(29661, v is IntE, false);
Eval(29662, v is IntE[], false);
Eval(29663, v is IntE?, false);
@@ -11861,38 +11861,38 @@ internal class Program
Eval(29756, v is IEmpty[], false);
Eval(29757, v is INotEmpty, false);
Eval(29758, v is INotEmpty[], false);
- Eval(29759, v is IEmptyGen<int>, false);
- Eval(29760, v is IEmptyGen<int>[], false);
- Eval(29761, v is INotEmptyGen<int>, false);
- Eval(29762, v is INotEmptyGen<int>[], false);
+// Eval(29759, v is IEmptyGen<int>, false);
+// Eval(29760, v is IEmptyGen<int>[], false);
+// Eval(29761, v is INotEmptyGen<int>, false);
+// Eval(29762, v is INotEmptyGen<int>[], false);
Eval(29763, v is SimpleDelegate, false);
Eval(29764, v is SimpleDelegate[], false);
- Eval(29765, v is GenericDelegate<int>, false);
- Eval(29766, v is GenericDelegate<int>[], false);
+// Eval(29765, v is GenericDelegate<int>, false);
+// Eval(29766, v is GenericDelegate<int>[], false);
Eval(29767, v is EmptyClass, false);
Eval(29768, v is EmptyClass[], false);
Eval(29769, v is NotEmptyClass, false);
Eval(29770, v is NotEmptyClass[], false);
- Eval(29771, v is EmptyClassGen<int>, false);
- Eval(29772, v is EmptyClassGen<int>[], false);
- Eval(29773, v is NotEmptyClassGen<Guid>, false);
- Eval(29774, v is NotEmptyClassGen<Guid>[], false);
- Eval(29775, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(29776, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(29771, v is EmptyClassGen<int>, false);
+// Eval(29772, v is EmptyClassGen<int>[], false);
+// Eval(29773, v is NotEmptyClassGen<Guid>, false);
+// Eval(29774, v is NotEmptyClassGen<Guid>[], false);
+// Eval(29775, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(29776, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(29777, v is NestedClass, false);
Eval(29778, v is NestedClass[], false);
- Eval(29779, v is NestedClassGen<Decimal>, false);
- Eval(29780, v is NestedClassGen<Decimal>[], false);
+// Eval(29779, v is NestedClassGen<Decimal>, false);
+// Eval(29780, v is NestedClassGen<Decimal>[], false);
Eval(29781, v is ImplementOneInterfaceC, false);
Eval(29782, v is ImplementOneInterfaceC[], false);
Eval(29783, v is ImplementTwoInterfaceC, false);
Eval(29784, v is ImplementTwoInterfaceC[], false);
- Eval(29785, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(29786, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(29787, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(29788, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(29789, v is ImplementAllInterfaceC<int>, false);
- Eval(29790, v is ImplementAllInterfaceC<int>[], false);
+// Eval(29785, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(29786, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(29787, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(29788, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(29789, v is ImplementAllInterfaceC<int>, false);
+// Eval(29790, v is ImplementAllInterfaceC<int>[], false);
Eval(29791, v is SealedClass, false);
Eval(29792, v is SealedClass[], false);
}
@@ -11906,26 +11906,26 @@ internal class Program
Eval(29798, v is NotEmptyStruct[], false);
Eval(29799, v is NotEmptyStruct?, false);
Eval(29800, v is NotEmptyStruct?[], false);
- Eval(29801, v is EmptyStructGen<int>, false);
- Eval(29802, v is EmptyStructGen<int>[], false);
- Eval(29803, v is EmptyStructGen<int>?, false);
- Eval(29804, v is EmptyStructGen<int>?[], false);
- Eval(29805, v is NotEmptyStructGen<Guid>, false);
- Eval(29806, v is NotEmptyStructGen<Guid>[], false);
- Eval(29807, v is NotEmptyStructGen<Guid>?, false);
- Eval(29808, v is NotEmptyStructGen<Guid>?[], false);
- Eval(29809, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(29810, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(29811, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(29812, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(29801, v is EmptyStructGen<int>, false);
+// Eval(29802, v is EmptyStructGen<int>[], false);
+// Eval(29803, v is EmptyStructGen<int>?, false);
+// Eval(29804, v is EmptyStructGen<int>?[], false);
+// Eval(29805, v is NotEmptyStructGen<Guid>, false);
+// Eval(29806, v is NotEmptyStructGen<Guid>[], false);
+// Eval(29807, v is NotEmptyStructGen<Guid>?, false);
+// Eval(29808, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(29809, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(29810, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(29811, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(29812, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(29813, v is NestedStruct, false);
Eval(29814, v is NestedStruct[], false);
Eval(29815, v is NestedStruct?, false);
Eval(29816, v is NestedStruct?[], false);
- Eval(29817, v is NestedStructGen<Decimal>, false);
- Eval(29818, v is NestedStructGen<Decimal>[], false);
- Eval(29819, v is NestedStructGen<Decimal>?, false);
- Eval(29820, v is NestedStructGen<Decimal>?[], false);
+// Eval(29817, v is NestedStructGen<Decimal>, false);
+// Eval(29818, v is NestedStructGen<Decimal>[], false);
+// Eval(29819, v is NestedStructGen<Decimal>?, false);
+// Eval(29820, v is NestedStructGen<Decimal>?[], false);
Eval(29821, v is ExplicitFieldOffsetStruct, false);
Eval(29822, v is ExplicitFieldOffsetStruct[], false);
Eval(29823, v is ExplicitFieldOffsetStruct?, false);
@@ -11942,18 +11942,18 @@ internal class Program
Eval(29842, v is ImplementTwoInterface[], false);
Eval(29843, v is ImplementTwoInterface?, false);
Eval(29844, v is ImplementTwoInterface?[], false);
- Eval(29845, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(29846, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(29847, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(29848, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(29849, v is ImplementTwoInterfaceGen<int>, false);
- Eval(29850, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(29851, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(29852, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(29853, v is ImplementAllInterface<int>, false);
- Eval(29854, v is ImplementAllInterface<int>[], false);
- Eval(29855, v is ImplementAllInterface<int>?, false);
- Eval(29856, v is ImplementAllInterface<int>?[], false);
+// Eval(29845, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(29846, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(29847, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(29848, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(29849, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(29850, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(29851, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(29852, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(29853, v is ImplementAllInterface<int>, false);
+// Eval(29854, v is ImplementAllInterface<int>[], false);
+// Eval(29855, v is ImplementAllInterface<int>?, false);
+// Eval(29856, v is ImplementAllInterface<int>?[], false);
Eval(29857, v is IntE, false);
Eval(29858, v is IntE[], false);
Eval(29859, v is IntE?, false);
@@ -12052,38 +12052,38 @@ internal class Program
Eval(29952, v is IEmpty[], false);
Eval(29953, v is INotEmpty, false);
Eval(29954, v is INotEmpty[], false);
- Eval(29955, v is IEmptyGen<int>, false);
- Eval(29956, v is IEmptyGen<int>[], false);
- Eval(29957, v is INotEmptyGen<int>, false);
- Eval(29958, v is INotEmptyGen<int>[], false);
+// Eval(29955, v is IEmptyGen<int>, false);
+// Eval(29956, v is IEmptyGen<int>[], false);
+// Eval(29957, v is INotEmptyGen<int>, false);
+// Eval(29958, v is INotEmptyGen<int>[], false);
Eval(29959, v is SimpleDelegate, false);
Eval(29960, v is SimpleDelegate[], false);
- Eval(29961, v is GenericDelegate<int>, false);
- Eval(29962, v is GenericDelegate<int>[], false);
+// Eval(29961, v is GenericDelegate<int>, false);
+// Eval(29962, v is GenericDelegate<int>[], false);
Eval(29963, v is EmptyClass, false);
Eval(29964, v is EmptyClass[], false);
Eval(29965, v is NotEmptyClass, false);
Eval(29966, v is NotEmptyClass[], false);
- Eval(29967, v is EmptyClassGen<int>, false);
- Eval(29968, v is EmptyClassGen<int>[], false);
- Eval(29969, v is NotEmptyClassGen<Guid>, false);
- Eval(29970, v is NotEmptyClassGen<Guid>[], false);
- Eval(29971, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(29972, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(29967, v is EmptyClassGen<int>, false);
+// Eval(29968, v is EmptyClassGen<int>[], false);
+// Eval(29969, v is NotEmptyClassGen<Guid>, false);
+// Eval(29970, v is NotEmptyClassGen<Guid>[], false);
+// Eval(29971, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(29972, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(29973, v is NestedClass, false);
Eval(29974, v is NestedClass[], false);
- Eval(29975, v is NestedClassGen<Decimal>, false);
- Eval(29976, v is NestedClassGen<Decimal>[], false);
+// Eval(29975, v is NestedClassGen<Decimal>, false);
+// Eval(29976, v is NestedClassGen<Decimal>[], false);
Eval(29977, v is ImplementOneInterfaceC, false);
Eval(29978, v is ImplementOneInterfaceC[], false);
Eval(29979, v is ImplementTwoInterfaceC, false);
Eval(29980, v is ImplementTwoInterfaceC[], false);
- Eval(29981, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(29982, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(29983, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(29984, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(29985, v is ImplementAllInterfaceC<int>, false);
- Eval(29986, v is ImplementAllInterfaceC<int>[], false);
+// Eval(29981, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(29982, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(29983, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(29984, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(29985, v is ImplementAllInterfaceC<int>, false);
+// Eval(29986, v is ImplementAllInterfaceC<int>[], false);
Eval(29987, v is SealedClass, false);
Eval(29988, v is SealedClass[], false);
}
@@ -12097,26 +12097,26 @@ internal class Program
Eval(29994, v is NotEmptyStruct[], false);
Eval(29995, v is NotEmptyStruct?, false);
Eval(29996, v is NotEmptyStruct?[], false);
- Eval(29997, v is EmptyStructGen<int>, false);
- Eval(29998, v is EmptyStructGen<int>[], false);
- Eval(29999, v is EmptyStructGen<int>?, false);
- Eval(30000, v is EmptyStructGen<int>?[], false);
- Eval(30001, v is NotEmptyStructGen<Guid>, false);
- Eval(30002, v is NotEmptyStructGen<Guid>[], false);
- Eval(30003, v is NotEmptyStructGen<Guid>?, false);
- Eval(30004, v is NotEmptyStructGen<Guid>?[], false);
- Eval(30005, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(30006, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(30007, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(30008, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(29997, v is EmptyStructGen<int>, false);
+// Eval(29998, v is EmptyStructGen<int>[], false);
+// Eval(29999, v is EmptyStructGen<int>?, false);
+// Eval(30000, v is EmptyStructGen<int>?[], false);
+// Eval(30001, v is NotEmptyStructGen<Guid>, false);
+// Eval(30002, v is NotEmptyStructGen<Guid>[], false);
+// Eval(30003, v is NotEmptyStructGen<Guid>?, false);
+// Eval(30004, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(30005, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(30006, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(30007, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(30008, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(30009, v is NestedStruct, false);
Eval(30010, v is NestedStruct[], false);
Eval(30011, v is NestedStruct?, false);
Eval(30012, v is NestedStruct?[], false);
- Eval(30013, v is NestedStructGen<Decimal>, false);
- Eval(30014, v is NestedStructGen<Decimal>[], false);
- Eval(30015, v is NestedStructGen<Decimal>?, false);
- Eval(30016, v is NestedStructGen<Decimal>?[], false);
+// Eval(30013, v is NestedStructGen<Decimal>, false);
+// Eval(30014, v is NestedStructGen<Decimal>[], false);
+// Eval(30015, v is NestedStructGen<Decimal>?, false);
+// Eval(30016, v is NestedStructGen<Decimal>?[], false);
Eval(30017, v is ExplicitFieldOffsetStruct, false);
Eval(30018, v is ExplicitFieldOffsetStruct[], false);
Eval(30019, v is ExplicitFieldOffsetStruct?, false);
@@ -12133,18 +12133,18 @@ internal class Program
Eval(30038, v is ImplementTwoInterface[], false);
Eval(30039, v is ImplementTwoInterface?, false);
Eval(30040, v is ImplementTwoInterface?[], false);
- Eval(30041, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(30042, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(30043, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(30044, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(30045, v is ImplementTwoInterfaceGen<int>, false);
- Eval(30046, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(30047, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(30048, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(30049, v is ImplementAllInterface<int>, false);
- Eval(30050, v is ImplementAllInterface<int>[], false);
- Eval(30051, v is ImplementAllInterface<int>?, false);
- Eval(30052, v is ImplementAllInterface<int>?[], false);
+// Eval(30041, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(30042, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(30043, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(30044, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(30045, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(30046, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(30047, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(30048, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(30049, v is ImplementAllInterface<int>, false);
+// Eval(30050, v is ImplementAllInterface<int>[], false);
+// Eval(30051, v is ImplementAllInterface<int>?, false);
+// Eval(30052, v is ImplementAllInterface<int>?[], false);
Eval(30053, v is IntE, false);
Eval(30054, v is IntE[], false);
Eval(30055, v is IntE?, false);
@@ -12243,38 +12243,38 @@ internal class Program
Eval(30148, v is IEmpty[], false);
Eval(30149, v is INotEmpty, false);
Eval(30150, v is INotEmpty[], false);
- Eval(30151, v is IEmptyGen<int>, false);
- Eval(30152, v is IEmptyGen<int>[], false);
- Eval(30153, v is INotEmptyGen<int>, false);
- Eval(30154, v is INotEmptyGen<int>[], false);
+// Eval(30151, v is IEmptyGen<int>, false);
+// Eval(30152, v is IEmptyGen<int>[], false);
+// Eval(30153, v is INotEmptyGen<int>, false);
+// Eval(30154, v is INotEmptyGen<int>[], false);
Eval(30155, v is SimpleDelegate, false);
Eval(30156, v is SimpleDelegate[], false);
- Eval(30157, v is GenericDelegate<int>, false);
- Eval(30158, v is GenericDelegate<int>[], false);
+// Eval(30157, v is GenericDelegate<int>, false);
+// Eval(30158, v is GenericDelegate<int>[], false);
Eval(30159, v is EmptyClass, false);
Eval(30160, v is EmptyClass[], false);
Eval(30161, v is NotEmptyClass, false);
Eval(30162, v is NotEmptyClass[], false);
- Eval(30163, v is EmptyClassGen<int>, false);
- Eval(30164, v is EmptyClassGen<int>[], false);
- Eval(30165, v is NotEmptyClassGen<Guid>, false);
- Eval(30166, v is NotEmptyClassGen<Guid>[], false);
- Eval(30167, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(30168, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(30163, v is EmptyClassGen<int>, false);
+// Eval(30164, v is EmptyClassGen<int>[], false);
+// Eval(30165, v is NotEmptyClassGen<Guid>, false);
+// Eval(30166, v is NotEmptyClassGen<Guid>[], false);
+// Eval(30167, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(30168, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(30169, v is NestedClass, false);
Eval(30170, v is NestedClass[], false);
- Eval(30171, v is NestedClassGen<Decimal>, false);
- Eval(30172, v is NestedClassGen<Decimal>[], false);
+// Eval(30171, v is NestedClassGen<Decimal>, false);
+// Eval(30172, v is NestedClassGen<Decimal>[], false);
Eval(30173, v is ImplementOneInterfaceC, false);
Eval(30174, v is ImplementOneInterfaceC[], false);
Eval(30175, v is ImplementTwoInterfaceC, false);
Eval(30176, v is ImplementTwoInterfaceC[], false);
- Eval(30177, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(30178, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(30179, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(30180, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(30181, v is ImplementAllInterfaceC<int>, false);
- Eval(30182, v is ImplementAllInterfaceC<int>[], false);
+// Eval(30177, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(30178, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(30179, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(30180, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(30181, v is ImplementAllInterfaceC<int>, false);
+// Eval(30182, v is ImplementAllInterfaceC<int>[], false);
Eval(30183, v is SealedClass, false);
Eval(30184, v is SealedClass[], false);
}
@@ -12288,26 +12288,26 @@ internal class Program
Eval(30190, v is NotEmptyStruct[], false);
Eval(30191, v is NotEmptyStruct?, false);
Eval(30192, v is NotEmptyStruct?[], false);
- Eval(30193, v is EmptyStructGen<int>, false);
- Eval(30194, v is EmptyStructGen<int>[], false);
- Eval(30195, v is EmptyStructGen<int>?, false);
- Eval(30196, v is EmptyStructGen<int>?[], false);
- Eval(30197, v is NotEmptyStructGen<Guid>, false);
- Eval(30198, v is NotEmptyStructGen<Guid>[], false);
- Eval(30199, v is NotEmptyStructGen<Guid>?, false);
- Eval(30200, v is NotEmptyStructGen<Guid>?[], false);
- Eval(30201, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(30202, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(30203, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(30204, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(30193, v is EmptyStructGen<int>, false);
+// Eval(30194, v is EmptyStructGen<int>[], false);
+// Eval(30195, v is EmptyStructGen<int>?, false);
+// Eval(30196, v is EmptyStructGen<int>?[], false);
+// Eval(30197, v is NotEmptyStructGen<Guid>, false);
+// Eval(30198, v is NotEmptyStructGen<Guid>[], false);
+// Eval(30199, v is NotEmptyStructGen<Guid>?, false);
+// Eval(30200, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(30201, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(30202, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(30203, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(30204, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(30205, v is NestedStruct, false);
Eval(30206, v is NestedStruct[], false);
Eval(30207, v is NestedStruct?, false);
Eval(30208, v is NestedStruct?[], false);
- Eval(30209, v is NestedStructGen<Decimal>, false);
- Eval(30210, v is NestedStructGen<Decimal>[], false);
- Eval(30211, v is NestedStructGen<Decimal>?, false);
- Eval(30212, v is NestedStructGen<Decimal>?[], false);
+// Eval(30209, v is NestedStructGen<Decimal>, false);
+// Eval(30210, v is NestedStructGen<Decimal>[], false);
+// Eval(30211, v is NestedStructGen<Decimal>?, false);
+// Eval(30212, v is NestedStructGen<Decimal>?[], false);
Eval(30213, v is ExplicitFieldOffsetStruct, false);
Eval(30214, v is ExplicitFieldOffsetStruct[], false);
Eval(30215, v is ExplicitFieldOffsetStruct?, false);
@@ -12324,18 +12324,18 @@ internal class Program
Eval(30234, v is ImplementTwoInterface[], false);
Eval(30235, v is ImplementTwoInterface?, false);
Eval(30236, v is ImplementTwoInterface?[], false);
- Eval(30237, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(30238, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(30239, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(30240, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(30241, v is ImplementTwoInterfaceGen<int>, false);
- Eval(30242, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(30243, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(30244, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(30245, v is ImplementAllInterface<int>, false);
- Eval(30246, v is ImplementAllInterface<int>[], false);
- Eval(30247, v is ImplementAllInterface<int>?, false);
- Eval(30248, v is ImplementAllInterface<int>?[], false);
+// Eval(30237, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(30238, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(30239, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(30240, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(30241, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(30242, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(30243, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(30244, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(30245, v is ImplementAllInterface<int>, false);
+// Eval(30246, v is ImplementAllInterface<int>[], false);
+// Eval(30247, v is ImplementAllInterface<int>?, false);
+// Eval(30248, v is ImplementAllInterface<int>?[], false);
Eval(30249, v is IntE, false);
Eval(30250, v is IntE[], false);
Eval(30251, v is IntE?, false);
@@ -12434,38 +12434,38 @@ internal class Program
Eval(30344, v is IEmpty[], false);
Eval(30345, v is INotEmpty, false);
Eval(30346, v is INotEmpty[], false);
- Eval(30347, v is IEmptyGen<int>, false);
- Eval(30348, v is IEmptyGen<int>[], false);
- Eval(30349, v is INotEmptyGen<int>, false);
- Eval(30350, v is INotEmptyGen<int>[], false);
+// Eval(30347, v is IEmptyGen<int>, false);
+// Eval(30348, v is IEmptyGen<int>[], false);
+// Eval(30349, v is INotEmptyGen<int>, false);
+// Eval(30350, v is INotEmptyGen<int>[], false);
Eval(30351, v is SimpleDelegate, false);
Eval(30352, v is SimpleDelegate[], false);
- Eval(30353, v is GenericDelegate<int>, false);
- Eval(30354, v is GenericDelegate<int>[], false);
+// Eval(30353, v is GenericDelegate<int>, false);
+// Eval(30354, v is GenericDelegate<int>[], false);
Eval(30355, v is EmptyClass, false);
Eval(30356, v is EmptyClass[], false);
Eval(30357, v is NotEmptyClass, false);
Eval(30358, v is NotEmptyClass[], false);
- Eval(30359, v is EmptyClassGen<int>, false);
- Eval(30360, v is EmptyClassGen<int>[], false);
- Eval(30361, v is NotEmptyClassGen<Guid>, false);
- Eval(30362, v is NotEmptyClassGen<Guid>[], false);
- Eval(30363, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(30364, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(30359, v is EmptyClassGen<int>, false);
+// Eval(30360, v is EmptyClassGen<int>[], false);
+// Eval(30361, v is NotEmptyClassGen<Guid>, false);
+// Eval(30362, v is NotEmptyClassGen<Guid>[], false);
+// Eval(30363, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(30364, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(30365, v is NestedClass, false);
Eval(30366, v is NestedClass[], false);
- Eval(30367, v is NestedClassGen<Decimal>, false);
- Eval(30368, v is NestedClassGen<Decimal>[], false);
+// Eval(30367, v is NestedClassGen<Decimal>, false);
+// Eval(30368, v is NestedClassGen<Decimal>[], false);
Eval(30369, v is ImplementOneInterfaceC, false);
Eval(30370, v is ImplementOneInterfaceC[], false);
Eval(30371, v is ImplementTwoInterfaceC, false);
Eval(30372, v is ImplementTwoInterfaceC[], false);
- Eval(30373, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(30374, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(30375, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(30376, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(30377, v is ImplementAllInterfaceC<int>, false);
- Eval(30378, v is ImplementAllInterfaceC<int>[], false);
+// Eval(30373, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(30374, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(30375, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(30376, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(30377, v is ImplementAllInterfaceC<int>, false);
+// Eval(30378, v is ImplementAllInterfaceC<int>[], false);
Eval(30379, v is SealedClass, false);
Eval(30380, v is SealedClass[], false);
}
@@ -12482,26 +12482,26 @@ internal class Program
Eval(30386, v is NotEmptyStruct[], false);
Eval(30387, v is NotEmptyStruct?, false);
Eval(30388, v is NotEmptyStruct?[], false);
- Eval(30389, v is EmptyStructGen<int>, false);
- Eval(30390, v is EmptyStructGen<int>[], false);
- Eval(30391, v is EmptyStructGen<int>?, false);
- Eval(30392, v is EmptyStructGen<int>?[], false);
- Eval(30393, v is NotEmptyStructGen<Guid>, false);
- Eval(30394, v is NotEmptyStructGen<Guid>[], false);
- Eval(30395, v is NotEmptyStructGen<Guid>?, false);
- Eval(30396, v is NotEmptyStructGen<Guid>?[], false);
- Eval(30397, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(30398, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(30399, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(30400, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(30389, v is EmptyStructGen<int>, false);
+// Eval(30390, v is EmptyStructGen<int>[], false);
+// Eval(30391, v is EmptyStructGen<int>?, false);
+// Eval(30392, v is EmptyStructGen<int>?[], false);
+// Eval(30393, v is NotEmptyStructGen<Guid>, false);
+// Eval(30394, v is NotEmptyStructGen<Guid>[], false);
+// Eval(30395, v is NotEmptyStructGen<Guid>?, false);
+// Eval(30396, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(30397, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(30398, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(30399, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(30400, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(30401, v is NestedStruct, false);
Eval(30402, v is NestedStruct[], false);
Eval(30403, v is NestedStruct?, false);
Eval(30404, v is NestedStruct?[], false);
- Eval(30405, v is NestedStructGen<Decimal>, false);
- Eval(30406, v is NestedStructGen<Decimal>[], false);
- Eval(30407, v is NestedStructGen<Decimal>?, false);
- Eval(30408, v is NestedStructGen<Decimal>?[], false);
+// Eval(30405, v is NestedStructGen<Decimal>, false);
+// Eval(30406, v is NestedStructGen<Decimal>[], false);
+// Eval(30407, v is NestedStructGen<Decimal>?, false);
+// Eval(30408, v is NestedStructGen<Decimal>?[], false);
Eval(30409, v is ExplicitFieldOffsetStruct, false);
Eval(30410, v is ExplicitFieldOffsetStruct[], false);
Eval(30411, v is ExplicitFieldOffsetStruct?, false);
@@ -12518,18 +12518,18 @@ internal class Program
Eval(30430, v is ImplementTwoInterface[], false);
Eval(30431, v is ImplementTwoInterface?, false);
Eval(30432, v is ImplementTwoInterface?[], false);
- Eval(30433, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(30434, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(30435, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(30436, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(30437, v is ImplementTwoInterfaceGen<int>, false);
- Eval(30438, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(30439, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(30440, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(30441, v is ImplementAllInterface<int>, false);
- Eval(30442, v is ImplementAllInterface<int>[], false);
- Eval(30443, v is ImplementAllInterface<int>?, false);
- Eval(30444, v is ImplementAllInterface<int>?[], false);
+// Eval(30433, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(30434, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(30435, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(30436, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(30437, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(30438, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(30439, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(30440, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(30441, v is ImplementAllInterface<int>, false);
+// Eval(30442, v is ImplementAllInterface<int>[], false);
+// Eval(30443, v is ImplementAllInterface<int>?, false);
+// Eval(30444, v is ImplementAllInterface<int>?[], false);
Eval(30445, v is IntE, false);
Eval(30446, v is IntE[], false);
Eval(30447, v is IntE?, false);
@@ -12628,38 +12628,38 @@ internal class Program
Eval(30540, v is IEmpty[], false);
Eval(30541, v is INotEmpty, false);
Eval(30542, v is INotEmpty[], false);
- Eval(30543, v is IEmptyGen<int>, false);
- Eval(30544, v is IEmptyGen<int>[], false);
- Eval(30545, v is INotEmptyGen<int>, false);
- Eval(30546, v is INotEmptyGen<int>[], false);
+// Eval(30543, v is IEmptyGen<int>, false);
+// Eval(30544, v is IEmptyGen<int>[], false);
+// Eval(30545, v is INotEmptyGen<int>, false);
+// Eval(30546, v is INotEmptyGen<int>[], false);
Eval(30547, v is SimpleDelegate, false);
Eval(30548, v is SimpleDelegate[], false);
- Eval(30549, v is GenericDelegate<int>, false);
- Eval(30550, v is GenericDelegate<int>[], false);
+// Eval(30549, v is GenericDelegate<int>, false);
+// Eval(30550, v is GenericDelegate<int>[], false);
Eval(30551, v is EmptyClass, false);
Eval(30552, v is EmptyClass[], false);
Eval(30553, v is NotEmptyClass, false);
Eval(30554, v is NotEmptyClass[], false);
- Eval(30555, v is EmptyClassGen<int>, false);
- Eval(30556, v is EmptyClassGen<int>[], false);
- Eval(30557, v is NotEmptyClassGen<Guid>, false);
- Eval(30558, v is NotEmptyClassGen<Guid>[], false);
- Eval(30559, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(30560, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(30555, v is EmptyClassGen<int>, false);
+// Eval(30556, v is EmptyClassGen<int>[], false);
+// Eval(30557, v is NotEmptyClassGen<Guid>, false);
+// Eval(30558, v is NotEmptyClassGen<Guid>[], false);
+// Eval(30559, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(30560, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(30561, v is NestedClass, false);
Eval(30562, v is NestedClass[], false);
- Eval(30563, v is NestedClassGen<Decimal>, false);
- Eval(30564, v is NestedClassGen<Decimal>[], false);
+// Eval(30563, v is NestedClassGen<Decimal>, false);
+// Eval(30564, v is NestedClassGen<Decimal>[], false);
Eval(30565, v is ImplementOneInterfaceC, false);
Eval(30566, v is ImplementOneInterfaceC[], false);
Eval(30567, v is ImplementTwoInterfaceC, false);
Eval(30568, v is ImplementTwoInterfaceC[], false);
- Eval(30569, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(30570, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(30571, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(30572, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(30573, v is ImplementAllInterfaceC<int>, false);
- Eval(30574, v is ImplementAllInterfaceC<int>[], false);
+// Eval(30569, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(30570, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(30571, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(30572, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(30573, v is ImplementAllInterfaceC<int>, false);
+// Eval(30574, v is ImplementAllInterfaceC<int>[], false);
Eval(30575, v is SealedClass, false);
Eval(30576, v is SealedClass[], false);
}
@@ -12673,26 +12673,26 @@ internal class Program
Eval(30582, v is NotEmptyStruct[], false);
Eval(30583, v is NotEmptyStruct?, false);
Eval(30584, v is NotEmptyStruct?[], false);
- Eval(30585, v is EmptyStructGen<int>, false);
- Eval(30586, v is EmptyStructGen<int>[], false);
- Eval(30587, v is EmptyStructGen<int>?, false);
- Eval(30588, v is EmptyStructGen<int>?[], false);
- Eval(30589, v is NotEmptyStructGen<Guid>, false);
- Eval(30590, v is NotEmptyStructGen<Guid>[], false);
- Eval(30591, v is NotEmptyStructGen<Guid>?, false);
- Eval(30592, v is NotEmptyStructGen<Guid>?[], false);
- Eval(30593, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(30594, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(30595, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(30596, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(30585, v is EmptyStructGen<int>, false);
+// Eval(30586, v is EmptyStructGen<int>[], false);
+// Eval(30587, v is EmptyStructGen<int>?, false);
+// Eval(30588, v is EmptyStructGen<int>?[], false);
+// Eval(30589, v is NotEmptyStructGen<Guid>, false);
+// Eval(30590, v is NotEmptyStructGen<Guid>[], false);
+// Eval(30591, v is NotEmptyStructGen<Guid>?, false);
+// Eval(30592, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(30593, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(30594, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(30595, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(30596, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(30597, v is NestedStruct, false);
Eval(30598, v is NestedStruct[], false);
Eval(30599, v is NestedStruct?, false);
Eval(30600, v is NestedStruct?[], false);
- Eval(30601, v is NestedStructGen<Decimal>, false);
- Eval(30602, v is NestedStructGen<Decimal>[], false);
- Eval(30603, v is NestedStructGen<Decimal>?, false);
- Eval(30604, v is NestedStructGen<Decimal>?[], false);
+// Eval(30601, v is NestedStructGen<Decimal>, false);
+// Eval(30602, v is NestedStructGen<Decimal>[], false);
+// Eval(30603, v is NestedStructGen<Decimal>?, false);
+// Eval(30604, v is NestedStructGen<Decimal>?[], false);
Eval(30605, v is ExplicitFieldOffsetStruct, false);
Eval(30606, v is ExplicitFieldOffsetStruct[], false);
Eval(30607, v is ExplicitFieldOffsetStruct?, false);
@@ -12709,18 +12709,18 @@ internal class Program
Eval(30626, v is ImplementTwoInterface[], false);
Eval(30627, v is ImplementTwoInterface?, false);
Eval(30628, v is ImplementTwoInterface?[], false);
- Eval(30629, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(30630, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(30631, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(30632, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(30633, v is ImplementTwoInterfaceGen<int>, false);
- Eval(30634, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(30635, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(30636, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(30637, v is ImplementAllInterface<int>, false);
- Eval(30638, v is ImplementAllInterface<int>[], false);
- Eval(30639, v is ImplementAllInterface<int>?, false);
- Eval(30640, v is ImplementAllInterface<int>?[], false);
+// Eval(30629, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(30630, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(30631, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(30632, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(30633, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(30634, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(30635, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(30636, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(30637, v is ImplementAllInterface<int>, false);
+// Eval(30638, v is ImplementAllInterface<int>[], false);
+// Eval(30639, v is ImplementAllInterface<int>?, false);
+// Eval(30640, v is ImplementAllInterface<int>?[], false);
Eval(30641, v is IntE, false);
Eval(30642, v is IntE[], false);
Eval(30643, v is IntE?, false);
@@ -12819,38 +12819,38 @@ internal class Program
Eval(30736, v is IEmpty[], false);
Eval(30737, v is INotEmpty, false);
Eval(30738, v is INotEmpty[], false);
- Eval(30739, v is IEmptyGen<int>, false);
- Eval(30740, v is IEmptyGen<int>[], false);
- Eval(30741, v is INotEmptyGen<int>, false);
- Eval(30742, v is INotEmptyGen<int>[], false);
+// Eval(30739, v is IEmptyGen<int>, false);
+// Eval(30740, v is IEmptyGen<int>[], false);
+// Eval(30741, v is INotEmptyGen<int>, false);
+// Eval(30742, v is INotEmptyGen<int>[], false);
Eval(30743, v is SimpleDelegate, false);
Eval(30744, v is SimpleDelegate[], false);
- Eval(30745, v is GenericDelegate<int>, false);
- Eval(30746, v is GenericDelegate<int>[], false);
+// Eval(30745, v is GenericDelegate<int>, false);
+// Eval(30746, v is GenericDelegate<int>[], false);
Eval(30747, v is EmptyClass, false);
Eval(30748, v is EmptyClass[], false);
Eval(30749, v is NotEmptyClass, false);
Eval(30750, v is NotEmptyClass[], false);
- Eval(30751, v is EmptyClassGen<int>, false);
- Eval(30752, v is EmptyClassGen<int>[], false);
- Eval(30753, v is NotEmptyClassGen<Guid>, false);
- Eval(30754, v is NotEmptyClassGen<Guid>[], false);
- Eval(30755, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(30756, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(30751, v is EmptyClassGen<int>, false);
+// Eval(30752, v is EmptyClassGen<int>[], false);
+// Eval(30753, v is NotEmptyClassGen<Guid>, false);
+// Eval(30754, v is NotEmptyClassGen<Guid>[], false);
+// Eval(30755, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(30756, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(30757, v is NestedClass, false);
Eval(30758, v is NestedClass[], false);
- Eval(30759, v is NestedClassGen<Decimal>, false);
- Eval(30760, v is NestedClassGen<Decimal>[], false);
+// Eval(30759, v is NestedClassGen<Decimal>, false);
+// Eval(30760, v is NestedClassGen<Decimal>[], false);
Eval(30761, v is ImplementOneInterfaceC, false);
Eval(30762, v is ImplementOneInterfaceC[], false);
Eval(30763, v is ImplementTwoInterfaceC, false);
Eval(30764, v is ImplementTwoInterfaceC[], false);
- Eval(30765, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(30766, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(30767, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(30768, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(30769, v is ImplementAllInterfaceC<int>, false);
- Eval(30770, v is ImplementAllInterfaceC<int>[], false);
+// Eval(30765, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(30766, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(30767, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(30768, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(30769, v is ImplementAllInterfaceC<int>, false);
+// Eval(30770, v is ImplementAllInterfaceC<int>[], false);
Eval(30771, v is SealedClass, false);
Eval(30772, v is SealedClass[], false);
}
@@ -12864,26 +12864,26 @@ internal class Program
Eval(30778, v is NotEmptyStruct[], false);
Eval(30779, v is NotEmptyStruct?, false);
Eval(30780, v is NotEmptyStruct?[], false);
- Eval(30781, v is EmptyStructGen<int>, false);
- Eval(30782, v is EmptyStructGen<int>[], false);
- Eval(30783, v is EmptyStructGen<int>?, false);
- Eval(30784, v is EmptyStructGen<int>?[], false);
- Eval(30785, v is NotEmptyStructGen<Guid>, false);
- Eval(30786, v is NotEmptyStructGen<Guid>[], false);
- Eval(30787, v is NotEmptyStructGen<Guid>?, false);
- Eval(30788, v is NotEmptyStructGen<Guid>?[], false);
- Eval(30789, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(30790, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(30791, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(30792, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(30781, v is EmptyStructGen<int>, false);
+// Eval(30782, v is EmptyStructGen<int>[], false);
+// Eval(30783, v is EmptyStructGen<int>?, false);
+// Eval(30784, v is EmptyStructGen<int>?[], false);
+// Eval(30785, v is NotEmptyStructGen<Guid>, false);
+// Eval(30786, v is NotEmptyStructGen<Guid>[], false);
+// Eval(30787, v is NotEmptyStructGen<Guid>?, false);
+// Eval(30788, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(30789, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(30790, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(30791, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(30792, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(30793, v is NestedStruct, false);
Eval(30794, v is NestedStruct[], false);
Eval(30795, v is NestedStruct?, false);
Eval(30796, v is NestedStruct?[], false);
- Eval(30797, v is NestedStructGen<Decimal>, false);
- Eval(30798, v is NestedStructGen<Decimal>[], false);
- Eval(30799, v is NestedStructGen<Decimal>?, false);
- Eval(30800, v is NestedStructGen<Decimal>?[], false);
+// Eval(30797, v is NestedStructGen<Decimal>, false);
+// Eval(30798, v is NestedStructGen<Decimal>[], false);
+// Eval(30799, v is NestedStructGen<Decimal>?, false);
+// Eval(30800, v is NestedStructGen<Decimal>?[], false);
Eval(30801, v is ExplicitFieldOffsetStruct, false);
Eval(30802, v is ExplicitFieldOffsetStruct[], false);
Eval(30803, v is ExplicitFieldOffsetStruct?, false);
@@ -12900,18 +12900,18 @@ internal class Program
Eval(30822, v is ImplementTwoInterface[], false);
Eval(30823, v is ImplementTwoInterface?, false);
Eval(30824, v is ImplementTwoInterface?[], false);
- Eval(30825, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(30826, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(30827, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(30828, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(30829, v is ImplementTwoInterfaceGen<int>, false);
- Eval(30830, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(30831, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(30832, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(30833, v is ImplementAllInterface<int>, false);
- Eval(30834, v is ImplementAllInterface<int>[], false);
- Eval(30835, v is ImplementAllInterface<int>?, false);
- Eval(30836, v is ImplementAllInterface<int>?[], false);
+// Eval(30825, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(30826, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(30827, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(30828, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(30829, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(30830, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(30831, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(30832, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(30833, v is ImplementAllInterface<int>, false);
+// Eval(30834, v is ImplementAllInterface<int>[], false);
+// Eval(30835, v is ImplementAllInterface<int>?, false);
+// Eval(30836, v is ImplementAllInterface<int>?[], false);
Eval(30837, v is IntE, false);
Eval(30838, v is IntE[], false);
Eval(30839, v is IntE?, false);
@@ -13010,38 +13010,38 @@ internal class Program
Eval(30932, v is IEmpty[], false);
Eval(30933, v is INotEmpty, false);
Eval(30934, v is INotEmpty[], false);
- Eval(30935, v is IEmptyGen<int>, false);
- Eval(30936, v is IEmptyGen<int>[], false);
- Eval(30937, v is INotEmptyGen<int>, false);
- Eval(30938, v is INotEmptyGen<int>[], false);
+// Eval(30935, v is IEmptyGen<int>, false);
+// Eval(30936, v is IEmptyGen<int>[], false);
+// Eval(30937, v is INotEmptyGen<int>, false);
+// Eval(30938, v is INotEmptyGen<int>[], false);
Eval(30939, v is SimpleDelegate, false);
Eval(30940, v is SimpleDelegate[], false);
- Eval(30941, v is GenericDelegate<int>, false);
- Eval(30942, v is GenericDelegate<int>[], false);
+// Eval(30941, v is GenericDelegate<int>, false);
+// Eval(30942, v is GenericDelegate<int>[], false);
Eval(30943, v is EmptyClass, false);
Eval(30944, v is EmptyClass[], false);
Eval(30945, v is NotEmptyClass, false);
Eval(30946, v is NotEmptyClass[], false);
- Eval(30947, v is EmptyClassGen<int>, false);
- Eval(30948, v is EmptyClassGen<int>[], false);
- Eval(30949, v is NotEmptyClassGen<Guid>, false);
- Eval(30950, v is NotEmptyClassGen<Guid>[], false);
- Eval(30951, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(30952, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(30947, v is EmptyClassGen<int>, false);
+// Eval(30948, v is EmptyClassGen<int>[], false);
+// Eval(30949, v is NotEmptyClassGen<Guid>, false);
+// Eval(30950, v is NotEmptyClassGen<Guid>[], false);
+// Eval(30951, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(30952, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(30953, v is NestedClass, false);
Eval(30954, v is NestedClass[], false);
- Eval(30955, v is NestedClassGen<Decimal>, false);
- Eval(30956, v is NestedClassGen<Decimal>[], false);
+// Eval(30955, v is NestedClassGen<Decimal>, false);
+// Eval(30956, v is NestedClassGen<Decimal>[], false);
Eval(30957, v is ImplementOneInterfaceC, false);
Eval(30958, v is ImplementOneInterfaceC[], false);
Eval(30959, v is ImplementTwoInterfaceC, false);
Eval(30960, v is ImplementTwoInterfaceC[], false);
- Eval(30961, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(30962, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(30963, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(30964, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(30965, v is ImplementAllInterfaceC<int>, false);
- Eval(30966, v is ImplementAllInterfaceC<int>[], false);
+// Eval(30961, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(30962, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(30963, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(30964, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(30965, v is ImplementAllInterfaceC<int>, false);
+// Eval(30966, v is ImplementAllInterfaceC<int>[], false);
Eval(30967, v is SealedClass, false);
Eval(30968, v is SealedClass[], false);
}
@@ -13055,26 +13055,26 @@ internal class Program
Eval(30974, v is NotEmptyStruct[], false);
Eval(30975, v is NotEmptyStruct?, false);
Eval(30976, v is NotEmptyStruct?[], false);
- Eval(30977, v is EmptyStructGen<int>, false);
- Eval(30978, v is EmptyStructGen<int>[], false);
- Eval(30979, v is EmptyStructGen<int>?, false);
- Eval(30980, v is EmptyStructGen<int>?[], false);
- Eval(30981, v is NotEmptyStructGen<Guid>, false);
- Eval(30982, v is NotEmptyStructGen<Guid>[], false);
- Eval(30983, v is NotEmptyStructGen<Guid>?, false);
- Eval(30984, v is NotEmptyStructGen<Guid>?[], false);
- Eval(30985, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(30986, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(30987, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(30988, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(30977, v is EmptyStructGen<int>, false);
+// Eval(30978, v is EmptyStructGen<int>[], false);
+// Eval(30979, v is EmptyStructGen<int>?, false);
+// Eval(30980, v is EmptyStructGen<int>?[], false);
+// Eval(30981, v is NotEmptyStructGen<Guid>, false);
+// Eval(30982, v is NotEmptyStructGen<Guid>[], false);
+// Eval(30983, v is NotEmptyStructGen<Guid>?, false);
+// Eval(30984, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(30985, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(30986, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(30987, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(30988, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(30989, v is NestedStruct, false);
Eval(30990, v is NestedStruct[], false);
Eval(30991, v is NestedStruct?, false);
Eval(30992, v is NestedStruct?[], false);
- Eval(30993, v is NestedStructGen<Decimal>, false);
- Eval(30994, v is NestedStructGen<Decimal>[], false);
- Eval(30995, v is NestedStructGen<Decimal>?, false);
- Eval(30996, v is NestedStructGen<Decimal>?[], false);
+// Eval(30993, v is NestedStructGen<Decimal>, false);
+// Eval(30994, v is NestedStructGen<Decimal>[], false);
+// Eval(30995, v is NestedStructGen<Decimal>?, false);
+// Eval(30996, v is NestedStructGen<Decimal>?[], false);
Eval(30997, v is ExplicitFieldOffsetStruct, false);
Eval(30998, v is ExplicitFieldOffsetStruct[], false);
Eval(30999, v is ExplicitFieldOffsetStruct?, false);
@@ -13091,18 +13091,18 @@ internal class Program
Eval(31018, v is ImplementTwoInterface[], false);
Eval(31019, v is ImplementTwoInterface?, false);
Eval(31020, v is ImplementTwoInterface?[], false);
- Eval(31021, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(31022, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(31023, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(31024, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(31025, v is ImplementTwoInterfaceGen<int>, false);
- Eval(31026, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(31027, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(31028, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(31029, v is ImplementAllInterface<int>, false);
- Eval(31030, v is ImplementAllInterface<int>[], false);
- Eval(31031, v is ImplementAllInterface<int>?, false);
- Eval(31032, v is ImplementAllInterface<int>?[], false);
+// Eval(31021, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(31022, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(31023, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(31024, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(31025, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(31026, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(31027, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(31028, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(31029, v is ImplementAllInterface<int>, false);
+// Eval(31030, v is ImplementAllInterface<int>[], false);
+// Eval(31031, v is ImplementAllInterface<int>?, false);
+// Eval(31032, v is ImplementAllInterface<int>?[], false);
Eval(31033, v is IntE, false);
Eval(31034, v is IntE[], false);
Eval(31035, v is IntE?, false);
@@ -13201,38 +13201,38 @@ internal class Program
Eval(31128, v is IEmpty[], false);
Eval(31129, v is INotEmpty, false);
Eval(31130, v is INotEmpty[], false);
- Eval(31131, v is IEmptyGen<int>, false);
- Eval(31132, v is IEmptyGen<int>[], false);
- Eval(31133, v is INotEmptyGen<int>, false);
- Eval(31134, v is INotEmptyGen<int>[], false);
+// Eval(31131, v is IEmptyGen<int>, false);
+// Eval(31132, v is IEmptyGen<int>[], false);
+// Eval(31133, v is INotEmptyGen<int>, false);
+// Eval(31134, v is INotEmptyGen<int>[], false);
Eval(31135, v is SimpleDelegate, false);
Eval(31136, v is SimpleDelegate[], false);
- Eval(31137, v is GenericDelegate<int>, false);
- Eval(31138, v is GenericDelegate<int>[], false);
+// Eval(31137, v is GenericDelegate<int>, false);
+// Eval(31138, v is GenericDelegate<int>[], false);
Eval(31139, v is EmptyClass, false);
Eval(31140, v is EmptyClass[], false);
Eval(31141, v is NotEmptyClass, false);
Eval(31142, v is NotEmptyClass[], false);
- Eval(31143, v is EmptyClassGen<int>, false);
- Eval(31144, v is EmptyClassGen<int>[], false);
- Eval(31145, v is NotEmptyClassGen<Guid>, false);
- Eval(31146, v is NotEmptyClassGen<Guid>[], false);
- Eval(31147, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(31148, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(31143, v is EmptyClassGen<int>, false);
+// Eval(31144, v is EmptyClassGen<int>[], false);
+// Eval(31145, v is NotEmptyClassGen<Guid>, false);
+// Eval(31146, v is NotEmptyClassGen<Guid>[], false);
+// Eval(31147, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(31148, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(31149, v is NestedClass, false);
Eval(31150, v is NestedClass[], false);
- Eval(31151, v is NestedClassGen<Decimal>, false);
- Eval(31152, v is NestedClassGen<Decimal>[], false);
+// Eval(31151, v is NestedClassGen<Decimal>, false);
+// Eval(31152, v is NestedClassGen<Decimal>[], false);
Eval(31153, v is ImplementOneInterfaceC, false);
Eval(31154, v is ImplementOneInterfaceC[], false);
Eval(31155, v is ImplementTwoInterfaceC, false);
Eval(31156, v is ImplementTwoInterfaceC[], false);
- Eval(31157, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(31158, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(31159, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(31160, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(31161, v is ImplementAllInterfaceC<int>, false);
- Eval(31162, v is ImplementAllInterfaceC<int>[], false);
+// Eval(31157, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(31158, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(31159, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(31160, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(31161, v is ImplementAllInterfaceC<int>, false);
+// Eval(31162, v is ImplementAllInterfaceC<int>[], false);
Eval(31163, v is SealedClass, false);
Eval(31164, v is SealedClass[], false);
}
@@ -13246,26 +13246,26 @@ internal class Program
Eval(31170, v is NotEmptyStruct[], false);
Eval(31171, v is NotEmptyStruct?, false);
Eval(31172, v is NotEmptyStruct?[], false);
- Eval(31173, v is EmptyStructGen<int>, false);
- Eval(31174, v is EmptyStructGen<int>[], false);
- Eval(31175, v is EmptyStructGen<int>?, false);
- Eval(31176, v is EmptyStructGen<int>?[], false);
- Eval(31177, v is NotEmptyStructGen<Guid>, false);
- Eval(31178, v is NotEmptyStructGen<Guid>[], false);
- Eval(31179, v is NotEmptyStructGen<Guid>?, false);
- Eval(31180, v is NotEmptyStructGen<Guid>?[], false);
- Eval(31181, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(31182, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(31183, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(31184, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(31173, v is EmptyStructGen<int>, false);
+// Eval(31174, v is EmptyStructGen<int>[], false);
+// Eval(31175, v is EmptyStructGen<int>?, false);
+// Eval(31176, v is EmptyStructGen<int>?[], false);
+// Eval(31177, v is NotEmptyStructGen<Guid>, false);
+// Eval(31178, v is NotEmptyStructGen<Guid>[], false);
+// Eval(31179, v is NotEmptyStructGen<Guid>?, false);
+// Eval(31180, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(31181, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(31182, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(31183, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(31184, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(31185, v is NestedStruct, false);
Eval(31186, v is NestedStruct[], false);
Eval(31187, v is NestedStruct?, false);
Eval(31188, v is NestedStruct?[], false);
- Eval(31189, v is NestedStructGen<Decimal>, false);
- Eval(31190, v is NestedStructGen<Decimal>[], false);
- Eval(31191, v is NestedStructGen<Decimal>?, false);
- Eval(31192, v is NestedStructGen<Decimal>?[], false);
+// Eval(31189, v is NestedStructGen<Decimal>, false);
+// Eval(31190, v is NestedStructGen<Decimal>[], false);
+// Eval(31191, v is NestedStructGen<Decimal>?, false);
+// Eval(31192, v is NestedStructGen<Decimal>?[], false);
Eval(31193, v is ExplicitFieldOffsetStruct, false);
Eval(31194, v is ExplicitFieldOffsetStruct[], false);
Eval(31195, v is ExplicitFieldOffsetStruct?, false);
@@ -13282,18 +13282,18 @@ internal class Program
Eval(31214, v is ImplementTwoInterface[], false);
Eval(31215, v is ImplementTwoInterface?, false);
Eval(31216, v is ImplementTwoInterface?[], false);
- Eval(31217, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(31218, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(31219, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(31220, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(31221, v is ImplementTwoInterfaceGen<int>, false);
- Eval(31222, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(31223, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(31224, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(31225, v is ImplementAllInterface<int>, false);
- Eval(31226, v is ImplementAllInterface<int>[], false);
- Eval(31227, v is ImplementAllInterface<int>?, false);
- Eval(31228, v is ImplementAllInterface<int>?[], false);
+// Eval(31217, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(31218, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(31219, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(31220, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(31221, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(31222, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(31223, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(31224, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(31225, v is ImplementAllInterface<int>, false);
+// Eval(31226, v is ImplementAllInterface<int>[], false);
+// Eval(31227, v is ImplementAllInterface<int>?, false);
+// Eval(31228, v is ImplementAllInterface<int>?[], false);
Eval(31229, v is IntE, false);
Eval(31230, v is IntE[], false);
Eval(31231, v is IntE?, false);
@@ -13392,38 +13392,38 @@ internal class Program
Eval(31324, v is IEmpty[], false);
Eval(31325, v is INotEmpty, false);
Eval(31326, v is INotEmpty[], false);
- Eval(31327, v is IEmptyGen<int>, false);
- Eval(31328, v is IEmptyGen<int>[], false);
- Eval(31329, v is INotEmptyGen<int>, false);
- Eval(31330, v is INotEmptyGen<int>[], false);
+// Eval(31327, v is IEmptyGen<int>, false);
+// Eval(31328, v is IEmptyGen<int>[], false);
+// Eval(31329, v is INotEmptyGen<int>, false);
+// Eval(31330, v is INotEmptyGen<int>[], false);
Eval(31331, v is SimpleDelegate, false);
Eval(31332, v is SimpleDelegate[], false);
- Eval(31333, v is GenericDelegate<int>, false);
- Eval(31334, v is GenericDelegate<int>[], false);
+// Eval(31333, v is GenericDelegate<int>, false);
+// Eval(31334, v is GenericDelegate<int>[], false);
Eval(31335, v is EmptyClass, false);
Eval(31336, v is EmptyClass[], false);
Eval(31337, v is NotEmptyClass, false);
Eval(31338, v is NotEmptyClass[], false);
- Eval(31339, v is EmptyClassGen<int>, false);
- Eval(31340, v is EmptyClassGen<int>[], false);
- Eval(31341, v is NotEmptyClassGen<Guid>, false);
- Eval(31342, v is NotEmptyClassGen<Guid>[], false);
- Eval(31343, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(31344, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(31339, v is EmptyClassGen<int>, false);
+// Eval(31340, v is EmptyClassGen<int>[], false);
+// Eval(31341, v is NotEmptyClassGen<Guid>, false);
+// Eval(31342, v is NotEmptyClassGen<Guid>[], false);
+// Eval(31343, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(31344, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(31345, v is NestedClass, false);
Eval(31346, v is NestedClass[], false);
- Eval(31347, v is NestedClassGen<Decimal>, false);
- Eval(31348, v is NestedClassGen<Decimal>[], false);
+// Eval(31347, v is NestedClassGen<Decimal>, false);
+// Eval(31348, v is NestedClassGen<Decimal>[], false);
Eval(31349, v is ImplementOneInterfaceC, false);
Eval(31350, v is ImplementOneInterfaceC[], false);
Eval(31351, v is ImplementTwoInterfaceC, false);
Eval(31352, v is ImplementTwoInterfaceC[], false);
- Eval(31353, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(31354, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(31355, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(31356, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(31357, v is ImplementAllInterfaceC<int>, false);
- Eval(31358, v is ImplementAllInterfaceC<int>[], false);
+// Eval(31353, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(31354, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(31355, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(31356, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(31357, v is ImplementAllInterfaceC<int>, false);
+// Eval(31358, v is ImplementAllInterfaceC<int>[], false);
Eval(31359, v is SealedClass, false);
Eval(31360, v is SealedClass[], false);
}
@@ -13440,26 +13440,26 @@ internal class Program
Eval(31366, v is NotEmptyStruct[], false);
Eval(31367, v is NotEmptyStruct?, false);
Eval(31368, v is NotEmptyStruct?[], false);
- Eval(31369, v is EmptyStructGen<int>, false);
- Eval(31370, v is EmptyStructGen<int>[], false);
- Eval(31371, v is EmptyStructGen<int>?, false);
- Eval(31372, v is EmptyStructGen<int>?[], false);
- Eval(31373, v is NotEmptyStructGen<Guid>, false);
- Eval(31374, v is NotEmptyStructGen<Guid>[], false);
- Eval(31375, v is NotEmptyStructGen<Guid>?, false);
- Eval(31376, v is NotEmptyStructGen<Guid>?[], false);
- Eval(31377, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(31378, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(31379, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(31380, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(31369, v is EmptyStructGen<int>, false);
+// Eval(31370, v is EmptyStructGen<int>[], false);
+// Eval(31371, v is EmptyStructGen<int>?, false);
+// Eval(31372, v is EmptyStructGen<int>?[], false);
+// Eval(31373, v is NotEmptyStructGen<Guid>, false);
+// Eval(31374, v is NotEmptyStructGen<Guid>[], false);
+// Eval(31375, v is NotEmptyStructGen<Guid>?, false);
+// Eval(31376, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(31377, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(31378, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(31379, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(31380, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(31381, v is NestedStruct, false);
Eval(31382, v is NestedStruct[], false);
Eval(31383, v is NestedStruct?, false);
Eval(31384, v is NestedStruct?[], false);
- Eval(31385, v is NestedStructGen<Decimal>, false);
- Eval(31386, v is NestedStructGen<Decimal>[], false);
- Eval(31387, v is NestedStructGen<Decimal>?, false);
- Eval(31388, v is NestedStructGen<Decimal>?[], false);
+// Eval(31385, v is NestedStructGen<Decimal>, false);
+// Eval(31386, v is NestedStructGen<Decimal>[], false);
+// Eval(31387, v is NestedStructGen<Decimal>?, false);
+// Eval(31388, v is NestedStructGen<Decimal>?[], false);
Eval(31389, v is ExplicitFieldOffsetStruct, false);
Eval(31390, v is ExplicitFieldOffsetStruct[], false);
Eval(31391, v is ExplicitFieldOffsetStruct?, false);
@@ -13476,18 +13476,18 @@ internal class Program
Eval(31410, v is ImplementTwoInterface[], false);
Eval(31411, v is ImplementTwoInterface?, false);
Eval(31412, v is ImplementTwoInterface?[], false);
- Eval(31413, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(31414, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(31415, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(31416, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(31417, v is ImplementTwoInterfaceGen<int>, false);
- Eval(31418, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(31419, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(31420, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(31421, v is ImplementAllInterface<int>, false);
- Eval(31422, v is ImplementAllInterface<int>[], false);
- Eval(31423, v is ImplementAllInterface<int>?, false);
- Eval(31424, v is ImplementAllInterface<int>?[], false);
+// Eval(31413, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(31414, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(31415, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(31416, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(31417, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(31418, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(31419, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(31420, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(31421, v is ImplementAllInterface<int>, false);
+// Eval(31422, v is ImplementAllInterface<int>[], false);
+// Eval(31423, v is ImplementAllInterface<int>?, false);
+// Eval(31424, v is ImplementAllInterface<int>?[], false);
Eval(31425, v is IntE, false);
Eval(31426, v is IntE[], false);
Eval(31427, v is IntE?, false);
@@ -13586,38 +13586,38 @@ internal class Program
Eval(31520, v is IEmpty[], false);
Eval(31521, v is INotEmpty, false);
Eval(31522, v is INotEmpty[], false);
- Eval(31523, v is IEmptyGen<int>, false);
- Eval(31524, v is IEmptyGen<int>[], false);
- Eval(31525, v is INotEmptyGen<int>, false);
- Eval(31526, v is INotEmptyGen<int>[], false);
+// Eval(31523, v is IEmptyGen<int>, false);
+// Eval(31524, v is IEmptyGen<int>[], false);
+// Eval(31525, v is INotEmptyGen<int>, false);
+// Eval(31526, v is INotEmptyGen<int>[], false);
Eval(31527, v is SimpleDelegate, false);
Eval(31528, v is SimpleDelegate[], false);
- Eval(31529, v is GenericDelegate<int>, false);
- Eval(31530, v is GenericDelegate<int>[], false);
+// Eval(31529, v is GenericDelegate<int>, false);
+// Eval(31530, v is GenericDelegate<int>[], false);
Eval(31531, v is EmptyClass, false);
Eval(31532, v is EmptyClass[], false);
Eval(31533, v is NotEmptyClass, false);
Eval(31534, v is NotEmptyClass[], false);
- Eval(31535, v is EmptyClassGen<int>, false);
- Eval(31536, v is EmptyClassGen<int>[], false);
- Eval(31537, v is NotEmptyClassGen<Guid>, false);
- Eval(31538, v is NotEmptyClassGen<Guid>[], false);
- Eval(31539, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(31540, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(31535, v is EmptyClassGen<int>, false);
+// Eval(31536, v is EmptyClassGen<int>[], false);
+// Eval(31537, v is NotEmptyClassGen<Guid>, false);
+// Eval(31538, v is NotEmptyClassGen<Guid>[], false);
+// Eval(31539, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(31540, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(31541, v is NestedClass, false);
Eval(31542, v is NestedClass[], false);
- Eval(31543, v is NestedClassGen<Decimal>, false);
- Eval(31544, v is NestedClassGen<Decimal>[], false);
+// Eval(31543, v is NestedClassGen<Decimal>, false);
+// Eval(31544, v is NestedClassGen<Decimal>[], false);
Eval(31545, v is ImplementOneInterfaceC, false);
Eval(31546, v is ImplementOneInterfaceC[], false);
Eval(31547, v is ImplementTwoInterfaceC, false);
Eval(31548, v is ImplementTwoInterfaceC[], false);
- Eval(31549, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(31550, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(31551, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(31552, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(31553, v is ImplementAllInterfaceC<int>, false);
- Eval(31554, v is ImplementAllInterfaceC<int>[], false);
+// Eval(31549, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(31550, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(31551, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(31552, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(31553, v is ImplementAllInterfaceC<int>, false);
+// Eval(31554, v is ImplementAllInterfaceC<int>[], false);
Eval(31555, v is SealedClass, false);
Eval(31556, v is SealedClass[], false);
}
@@ -13631,26 +13631,26 @@ internal class Program
Eval(31562, v is NotEmptyStruct[], false);
Eval(31563, v is NotEmptyStruct?, false);
Eval(31564, v is NotEmptyStruct?[], false);
- Eval(31565, v is EmptyStructGen<int>, false);
- Eval(31566, v is EmptyStructGen<int>[], false);
- Eval(31567, v is EmptyStructGen<int>?, false);
- Eval(31568, v is EmptyStructGen<int>?[], false);
- Eval(31569, v is NotEmptyStructGen<Guid>, false);
- Eval(31570, v is NotEmptyStructGen<Guid>[], false);
- Eval(31571, v is NotEmptyStructGen<Guid>?, false);
- Eval(31572, v is NotEmptyStructGen<Guid>?[], false);
- Eval(31573, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(31574, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(31575, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(31576, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(31565, v is EmptyStructGen<int>, false);
+// Eval(31566, v is EmptyStructGen<int>[], false);
+// Eval(31567, v is EmptyStructGen<int>?, false);
+// Eval(31568, v is EmptyStructGen<int>?[], false);
+// Eval(31569, v is NotEmptyStructGen<Guid>, false);
+// Eval(31570, v is NotEmptyStructGen<Guid>[], false);
+// Eval(31571, v is NotEmptyStructGen<Guid>?, false);
+// Eval(31572, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(31573, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(31574, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(31575, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(31576, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(31577, v is NestedStruct, false);
Eval(31578, v is NestedStruct[], false);
Eval(31579, v is NestedStruct?, false);
Eval(31580, v is NestedStruct?[], false);
- Eval(31581, v is NestedStructGen<Decimal>, false);
- Eval(31582, v is NestedStructGen<Decimal>[], false);
- Eval(31583, v is NestedStructGen<Decimal>?, false);
- Eval(31584, v is NestedStructGen<Decimal>?[], false);
+// Eval(31581, v is NestedStructGen<Decimal>, false);
+// Eval(31582, v is NestedStructGen<Decimal>[], false);
+// Eval(31583, v is NestedStructGen<Decimal>?, false);
+// Eval(31584, v is NestedStructGen<Decimal>?[], false);
Eval(31585, v is ExplicitFieldOffsetStruct, false);
Eval(31586, v is ExplicitFieldOffsetStruct[], false);
Eval(31587, v is ExplicitFieldOffsetStruct?, false);
@@ -13667,18 +13667,18 @@ internal class Program
Eval(31606, v is ImplementTwoInterface[], false);
Eval(31607, v is ImplementTwoInterface?, false);
Eval(31608, v is ImplementTwoInterface?[], false);
- Eval(31609, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(31610, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(31611, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(31612, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(31613, v is ImplementTwoInterfaceGen<int>, false);
- Eval(31614, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(31615, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(31616, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(31617, v is ImplementAllInterface<int>, false);
- Eval(31618, v is ImplementAllInterface<int>[], false);
- Eval(31619, v is ImplementAllInterface<int>?, false);
- Eval(31620, v is ImplementAllInterface<int>?[], false);
+// Eval(31609, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(31610, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(31611, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(31612, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(31613, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(31614, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(31615, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(31616, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(31617, v is ImplementAllInterface<int>, false);
+// Eval(31618, v is ImplementAllInterface<int>[], false);
+// Eval(31619, v is ImplementAllInterface<int>?, false);
+// Eval(31620, v is ImplementAllInterface<int>?[], false);
Eval(31621, v is IntE, false);
Eval(31622, v is IntE[], false);
Eval(31623, v is IntE?, false);
@@ -13777,38 +13777,38 @@ internal class Program
Eval(31716, v is IEmpty[], false);
Eval(31717, v is INotEmpty, false);
Eval(31718, v is INotEmpty[], false);
- Eval(31719, v is IEmptyGen<int>, false);
- Eval(31720, v is IEmptyGen<int>[], false);
- Eval(31721, v is INotEmptyGen<int>, false);
- Eval(31722, v is INotEmptyGen<int>[], false);
+// Eval(31719, v is IEmptyGen<int>, false);
+// Eval(31720, v is IEmptyGen<int>[], false);
+// Eval(31721, v is INotEmptyGen<int>, false);
+// Eval(31722, v is INotEmptyGen<int>[], false);
Eval(31723, v is SimpleDelegate, false);
Eval(31724, v is SimpleDelegate[], false);
- Eval(31725, v is GenericDelegate<int>, false);
- Eval(31726, v is GenericDelegate<int>[], false);
+// Eval(31725, v is GenericDelegate<int>, false);
+// Eval(31726, v is GenericDelegate<int>[], false);
Eval(31727, v is EmptyClass, false);
Eval(31728, v is EmptyClass[], false);
Eval(31729, v is NotEmptyClass, false);
Eval(31730, v is NotEmptyClass[], false);
- Eval(31731, v is EmptyClassGen<int>, false);
- Eval(31732, v is EmptyClassGen<int>[], false);
- Eval(31733, v is NotEmptyClassGen<Guid>, false);
- Eval(31734, v is NotEmptyClassGen<Guid>[], false);
- Eval(31735, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(31736, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(31731, v is EmptyClassGen<int>, false);
+// Eval(31732, v is EmptyClassGen<int>[], false);
+// Eval(31733, v is NotEmptyClassGen<Guid>, false);
+// Eval(31734, v is NotEmptyClassGen<Guid>[], false);
+// Eval(31735, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(31736, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(31737, v is NestedClass, false);
Eval(31738, v is NestedClass[], false);
- Eval(31739, v is NestedClassGen<Decimal>, false);
- Eval(31740, v is NestedClassGen<Decimal>[], false);
+// Eval(31739, v is NestedClassGen<Decimal>, false);
+// Eval(31740, v is NestedClassGen<Decimal>[], false);
Eval(31741, v is ImplementOneInterfaceC, false);
Eval(31742, v is ImplementOneInterfaceC[], false);
Eval(31743, v is ImplementTwoInterfaceC, false);
Eval(31744, v is ImplementTwoInterfaceC[], false);
- Eval(31745, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(31746, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(31747, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(31748, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(31749, v is ImplementAllInterfaceC<int>, false);
- Eval(31750, v is ImplementAllInterfaceC<int>[], false);
+// Eval(31745, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(31746, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(31747, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(31748, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(31749, v is ImplementAllInterfaceC<int>, false);
+// Eval(31750, v is ImplementAllInterfaceC<int>[], false);
Eval(31751, v is SealedClass, false);
Eval(31752, v is SealedClass[], false);
}
@@ -13822,26 +13822,26 @@ internal class Program
Eval(31758, v is NotEmptyStruct[], false);
Eval(31759, v is NotEmptyStruct?, false);
Eval(31760, v is NotEmptyStruct?[], false);
- Eval(31761, v is EmptyStructGen<int>, false);
- Eval(31762, v is EmptyStructGen<int>[], false);
- Eval(31763, v is EmptyStructGen<int>?, false);
- Eval(31764, v is EmptyStructGen<int>?[], false);
- Eval(31765, v is NotEmptyStructGen<Guid>, false);
- Eval(31766, v is NotEmptyStructGen<Guid>[], false);
- Eval(31767, v is NotEmptyStructGen<Guid>?, false);
- Eval(31768, v is NotEmptyStructGen<Guid>?[], false);
- Eval(31769, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(31770, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(31771, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(31772, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(31761, v is EmptyStructGen<int>, false);
+// Eval(31762, v is EmptyStructGen<int>[], false);
+// Eval(31763, v is EmptyStructGen<int>?, false);
+// Eval(31764, v is EmptyStructGen<int>?[], false);
+// Eval(31765, v is NotEmptyStructGen<Guid>, false);
+// Eval(31766, v is NotEmptyStructGen<Guid>[], false);
+// Eval(31767, v is NotEmptyStructGen<Guid>?, false);
+// Eval(31768, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(31769, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(31770, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(31771, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(31772, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(31773, v is NestedStruct, false);
Eval(31774, v is NestedStruct[], false);
Eval(31775, v is NestedStruct?, false);
Eval(31776, v is NestedStruct?[], false);
- Eval(31777, v is NestedStructGen<Decimal>, false);
- Eval(31778, v is NestedStructGen<Decimal>[], false);
- Eval(31779, v is NestedStructGen<Decimal>?, false);
- Eval(31780, v is NestedStructGen<Decimal>?[], false);
+// Eval(31777, v is NestedStructGen<Decimal>, false);
+// Eval(31778, v is NestedStructGen<Decimal>[], false);
+// Eval(31779, v is NestedStructGen<Decimal>?, false);
+// Eval(31780, v is NestedStructGen<Decimal>?[], false);
Eval(31781, v is ExplicitFieldOffsetStruct, false);
Eval(31782, v is ExplicitFieldOffsetStruct[], false);
Eval(31783, v is ExplicitFieldOffsetStruct?, false);
@@ -13858,18 +13858,18 @@ internal class Program
Eval(31802, v is ImplementTwoInterface[], false);
Eval(31803, v is ImplementTwoInterface?, false);
Eval(31804, v is ImplementTwoInterface?[], false);
- Eval(31805, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(31806, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(31807, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(31808, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(31809, v is ImplementTwoInterfaceGen<int>, false);
- Eval(31810, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(31811, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(31812, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(31813, v is ImplementAllInterface<int>, false);
- Eval(31814, v is ImplementAllInterface<int>[], false);
- Eval(31815, v is ImplementAllInterface<int>?, false);
- Eval(31816, v is ImplementAllInterface<int>?[], false);
+// Eval(31805, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(31806, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(31807, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(31808, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(31809, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(31810, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(31811, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(31812, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(31813, v is ImplementAllInterface<int>, false);
+// Eval(31814, v is ImplementAllInterface<int>[], false);
+// Eval(31815, v is ImplementAllInterface<int>?, false);
+// Eval(31816, v is ImplementAllInterface<int>?[], false);
Eval(31817, v is IntE, false);
Eval(31818, v is IntE[], false);
Eval(31819, v is IntE?, false);
@@ -13968,38 +13968,38 @@ internal class Program
Eval(31912, v is IEmpty[], false);
Eval(31913, v is INotEmpty, false);
Eval(31914, v is INotEmpty[], false);
- Eval(31915, v is IEmptyGen<int>, false);
- Eval(31916, v is IEmptyGen<int>[], false);
- Eval(31917, v is INotEmptyGen<int>, false);
- Eval(31918, v is INotEmptyGen<int>[], false);
+// Eval(31915, v is IEmptyGen<int>, false);
+// Eval(31916, v is IEmptyGen<int>[], false);
+// Eval(31917, v is INotEmptyGen<int>, false);
+// Eval(31918, v is INotEmptyGen<int>[], false);
Eval(31919, v is SimpleDelegate, false);
Eval(31920, v is SimpleDelegate[], false);
- Eval(31921, v is GenericDelegate<int>, false);
- Eval(31922, v is GenericDelegate<int>[], false);
+// Eval(31921, v is GenericDelegate<int>, false);
+// Eval(31922, v is GenericDelegate<int>[], false);
Eval(31923, v is EmptyClass, false);
Eval(31924, v is EmptyClass[], false);
Eval(31925, v is NotEmptyClass, false);
Eval(31926, v is NotEmptyClass[], false);
- Eval(31927, v is EmptyClassGen<int>, false);
- Eval(31928, v is EmptyClassGen<int>[], false);
- Eval(31929, v is NotEmptyClassGen<Guid>, false);
- Eval(31930, v is NotEmptyClassGen<Guid>[], false);
- Eval(31931, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(31932, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(31927, v is EmptyClassGen<int>, false);
+// Eval(31928, v is EmptyClassGen<int>[], false);
+// Eval(31929, v is NotEmptyClassGen<Guid>, false);
+// Eval(31930, v is NotEmptyClassGen<Guid>[], false);
+// Eval(31931, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(31932, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(31933, v is NestedClass, false);
Eval(31934, v is NestedClass[], false);
- Eval(31935, v is NestedClassGen<Decimal>, false);
- Eval(31936, v is NestedClassGen<Decimal>[], false);
+// Eval(31935, v is NestedClassGen<Decimal>, false);
+// Eval(31936, v is NestedClassGen<Decimal>[], false);
Eval(31937, v is ImplementOneInterfaceC, false);
Eval(31938, v is ImplementOneInterfaceC[], false);
Eval(31939, v is ImplementTwoInterfaceC, false);
Eval(31940, v is ImplementTwoInterfaceC[], false);
- Eval(31941, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(31942, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(31943, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(31944, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(31945, v is ImplementAllInterfaceC<int>, false);
- Eval(31946, v is ImplementAllInterfaceC<int>[], false);
+// Eval(31941, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(31942, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(31943, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(31944, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(31945, v is ImplementAllInterfaceC<int>, false);
+// Eval(31946, v is ImplementAllInterfaceC<int>[], false);
Eval(31947, v is SealedClass, false);
Eval(31948, v is SealedClass[], false);
}
@@ -14013,26 +14013,26 @@ internal class Program
Eval(31954, v is NotEmptyStruct[], false);
Eval(31955, v is NotEmptyStruct?, false);
Eval(31956, v is NotEmptyStruct?[], false);
- Eval(31957, v is EmptyStructGen<int>, false);
- Eval(31958, v is EmptyStructGen<int>[], false);
- Eval(31959, v is EmptyStructGen<int>?, false);
- Eval(31960, v is EmptyStructGen<int>?[], false);
- Eval(31961, v is NotEmptyStructGen<Guid>, false);
- Eval(31962, v is NotEmptyStructGen<Guid>[], false);
- Eval(31963, v is NotEmptyStructGen<Guid>?, false);
- Eval(31964, v is NotEmptyStructGen<Guid>?[], false);
- Eval(31965, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(31966, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(31967, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(31968, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(31957, v is EmptyStructGen<int>, false);
+// Eval(31958, v is EmptyStructGen<int>[], false);
+// Eval(31959, v is EmptyStructGen<int>?, false);
+// Eval(31960, v is EmptyStructGen<int>?[], false);
+// Eval(31961, v is NotEmptyStructGen<Guid>, false);
+// Eval(31962, v is NotEmptyStructGen<Guid>[], false);
+// Eval(31963, v is NotEmptyStructGen<Guid>?, false);
+// Eval(31964, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(31965, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(31966, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(31967, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(31968, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(31969, v is NestedStruct, false);
Eval(31970, v is NestedStruct[], false);
Eval(31971, v is NestedStruct?, false);
Eval(31972, v is NestedStruct?[], false);
- Eval(31973, v is NestedStructGen<Decimal>, false);
- Eval(31974, v is NestedStructGen<Decimal>[], false);
- Eval(31975, v is NestedStructGen<Decimal>?, false);
- Eval(31976, v is NestedStructGen<Decimal>?[], false);
+// Eval(31973, v is NestedStructGen<Decimal>, false);
+// Eval(31974, v is NestedStructGen<Decimal>[], false);
+// Eval(31975, v is NestedStructGen<Decimal>?, false);
+// Eval(31976, v is NestedStructGen<Decimal>?[], false);
Eval(31977, v is ExplicitFieldOffsetStruct, false);
Eval(31978, v is ExplicitFieldOffsetStruct[], false);
Eval(31979, v is ExplicitFieldOffsetStruct?, false);
@@ -14049,18 +14049,18 @@ internal class Program
Eval(31998, v is ImplementTwoInterface[], false);
Eval(31999, v is ImplementTwoInterface?, false);
Eval(32000, v is ImplementTwoInterface?[], false);
- Eval(32001, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(32002, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(32003, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(32004, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(32005, v is ImplementTwoInterfaceGen<int>, false);
- Eval(32006, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(32007, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(32008, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(32009, v is ImplementAllInterface<int>, false);
- Eval(32010, v is ImplementAllInterface<int>[], false);
- Eval(32011, v is ImplementAllInterface<int>?, false);
- Eval(32012, v is ImplementAllInterface<int>?[], false);
+// Eval(32001, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(32002, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(32003, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(32004, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(32005, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(32006, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(32007, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(32008, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(32009, v is ImplementAllInterface<int>, false);
+// Eval(32010, v is ImplementAllInterface<int>[], false);
+// Eval(32011, v is ImplementAllInterface<int>?, false);
+// Eval(32012, v is ImplementAllInterface<int>?[], false);
Eval(32013, v is IntE, false);
Eval(32014, v is IntE[], false);
Eval(32015, v is IntE?, false);
@@ -14159,38 +14159,38 @@ internal class Program
Eval(32108, v is IEmpty[], false);
Eval(32109, v is INotEmpty, false);
Eval(32110, v is INotEmpty[], false);
- Eval(32111, v is IEmptyGen<int>, false);
- Eval(32112, v is IEmptyGen<int>[], false);
- Eval(32113, v is INotEmptyGen<int>, false);
- Eval(32114, v is INotEmptyGen<int>[], false);
+// Eval(32111, v is IEmptyGen<int>, false);
+// Eval(32112, v is IEmptyGen<int>[], false);
+// Eval(32113, v is INotEmptyGen<int>, false);
+// Eval(32114, v is INotEmptyGen<int>[], false);
Eval(32115, v is SimpleDelegate, false);
Eval(32116, v is SimpleDelegate[], false);
- Eval(32117, v is GenericDelegate<int>, false);
- Eval(32118, v is GenericDelegate<int>[], false);
+// Eval(32117, v is GenericDelegate<int>, false);
+// Eval(32118, v is GenericDelegate<int>[], false);
Eval(32119, v is EmptyClass, false);
Eval(32120, v is EmptyClass[], false);
Eval(32121, v is NotEmptyClass, false);
Eval(32122, v is NotEmptyClass[], false);
- Eval(32123, v is EmptyClassGen<int>, false);
- Eval(32124, v is EmptyClassGen<int>[], false);
- Eval(32125, v is NotEmptyClassGen<Guid>, false);
- Eval(32126, v is NotEmptyClassGen<Guid>[], false);
- Eval(32127, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(32128, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(32123, v is EmptyClassGen<int>, false);
+// Eval(32124, v is EmptyClassGen<int>[], false);
+// Eval(32125, v is NotEmptyClassGen<Guid>, false);
+// Eval(32126, v is NotEmptyClassGen<Guid>[], false);
+// Eval(32127, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(32128, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(32129, v is NestedClass, false);
Eval(32130, v is NestedClass[], false);
- Eval(32131, v is NestedClassGen<Decimal>, false);
- Eval(32132, v is NestedClassGen<Decimal>[], false);
+// Eval(32131, v is NestedClassGen<Decimal>, false);
+// Eval(32132, v is NestedClassGen<Decimal>[], false);
Eval(32133, v is ImplementOneInterfaceC, false);
Eval(32134, v is ImplementOneInterfaceC[], false);
Eval(32135, v is ImplementTwoInterfaceC, false);
Eval(32136, v is ImplementTwoInterfaceC[], false);
- Eval(32137, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(32138, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(32139, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(32140, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(32141, v is ImplementAllInterfaceC<int>, false);
- Eval(32142, v is ImplementAllInterfaceC<int>[], false);
+// Eval(32137, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(32138, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(32139, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(32140, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(32141, v is ImplementAllInterfaceC<int>, false);
+// Eval(32142, v is ImplementAllInterfaceC<int>[], false);
Eval(32143, v is SealedClass, false);
Eval(32144, v is SealedClass[], false);
}
@@ -14204,26 +14204,26 @@ internal class Program
Eval(32150, v is NotEmptyStruct[], false);
Eval(32151, v is NotEmptyStruct?, false);
Eval(32152, v is NotEmptyStruct?[], false);
- Eval(32153, v is EmptyStructGen<int>, false);
- Eval(32154, v is EmptyStructGen<int>[], false);
- Eval(32155, v is EmptyStructGen<int>?, false);
- Eval(32156, v is EmptyStructGen<int>?[], false);
- Eval(32157, v is NotEmptyStructGen<Guid>, false);
- Eval(32158, v is NotEmptyStructGen<Guid>[], false);
- Eval(32159, v is NotEmptyStructGen<Guid>?, false);
- Eval(32160, v is NotEmptyStructGen<Guid>?[], false);
- Eval(32161, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(32162, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(32163, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(32164, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(32153, v is EmptyStructGen<int>, false);
+// Eval(32154, v is EmptyStructGen<int>[], false);
+// Eval(32155, v is EmptyStructGen<int>?, false);
+// Eval(32156, v is EmptyStructGen<int>?[], false);
+// Eval(32157, v is NotEmptyStructGen<Guid>, false);
+// Eval(32158, v is NotEmptyStructGen<Guid>[], false);
+// Eval(32159, v is NotEmptyStructGen<Guid>?, false);
+// Eval(32160, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(32161, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(32162, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(32163, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(32164, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(32165, v is NestedStruct, false);
Eval(32166, v is NestedStruct[], false);
Eval(32167, v is NestedStruct?, false);
Eval(32168, v is NestedStruct?[], false);
- Eval(32169, v is NestedStructGen<Decimal>, false);
- Eval(32170, v is NestedStructGen<Decimal>[], false);
- Eval(32171, v is NestedStructGen<Decimal>?, false);
- Eval(32172, v is NestedStructGen<Decimal>?[], false);
+// Eval(32169, v is NestedStructGen<Decimal>, false);
+// Eval(32170, v is NestedStructGen<Decimal>[], false);
+// Eval(32171, v is NestedStructGen<Decimal>?, false);
+// Eval(32172, v is NestedStructGen<Decimal>?[], false);
Eval(32173, v is ExplicitFieldOffsetStruct, false);
Eval(32174, v is ExplicitFieldOffsetStruct[], false);
Eval(32175, v is ExplicitFieldOffsetStruct?, false);
@@ -14240,18 +14240,18 @@ internal class Program
Eval(32194, v is ImplementTwoInterface[], false);
Eval(32195, v is ImplementTwoInterface?, false);
Eval(32196, v is ImplementTwoInterface?[], false);
- Eval(32197, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(32198, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(32199, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(32200, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(32201, v is ImplementTwoInterfaceGen<int>, false);
- Eval(32202, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(32203, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(32204, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(32205, v is ImplementAllInterface<int>, false);
- Eval(32206, v is ImplementAllInterface<int>[], false);
- Eval(32207, v is ImplementAllInterface<int>?, false);
- Eval(32208, v is ImplementAllInterface<int>?[], false);
+// Eval(32197, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(32198, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(32199, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(32200, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(32201, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(32202, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(32203, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(32204, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(32205, v is ImplementAllInterface<int>, false);
+// Eval(32206, v is ImplementAllInterface<int>[], false);
+// Eval(32207, v is ImplementAllInterface<int>?, false);
+// Eval(32208, v is ImplementAllInterface<int>?[], false);
Eval(32209, v is IntE, false);
Eval(32210, v is IntE[], false);
Eval(32211, v is IntE?, false);
@@ -14350,38 +14350,38 @@ internal class Program
Eval(32304, v is IEmpty[], false);
Eval(32305, v is INotEmpty, false);
Eval(32306, v is INotEmpty[], false);
- Eval(32307, v is IEmptyGen<int>, false);
- Eval(32308, v is IEmptyGen<int>[], false);
- Eval(32309, v is INotEmptyGen<int>, false);
- Eval(32310, v is INotEmptyGen<int>[], false);
+// Eval(32307, v is IEmptyGen<int>, false);
+// Eval(32308, v is IEmptyGen<int>[], false);
+// Eval(32309, v is INotEmptyGen<int>, false);
+// Eval(32310, v is INotEmptyGen<int>[], false);
Eval(32311, v is SimpleDelegate, false);
Eval(32312, v is SimpleDelegate[], false);
- Eval(32313, v is GenericDelegate<int>, false);
- Eval(32314, v is GenericDelegate<int>[], false);
+// Eval(32313, v is GenericDelegate<int>, false);
+// Eval(32314, v is GenericDelegate<int>[], false);
Eval(32315, v is EmptyClass, false);
Eval(32316, v is EmptyClass[], false);
Eval(32317, v is NotEmptyClass, false);
Eval(32318, v is NotEmptyClass[], false);
- Eval(32319, v is EmptyClassGen<int>, false);
- Eval(32320, v is EmptyClassGen<int>[], false);
- Eval(32321, v is NotEmptyClassGen<Guid>, false);
- Eval(32322, v is NotEmptyClassGen<Guid>[], false);
- Eval(32323, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(32324, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(32319, v is EmptyClassGen<int>, false);
+// Eval(32320, v is EmptyClassGen<int>[], false);
+// Eval(32321, v is NotEmptyClassGen<Guid>, false);
+// Eval(32322, v is NotEmptyClassGen<Guid>[], false);
+// Eval(32323, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(32324, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(32325, v is NestedClass, false);
Eval(32326, v is NestedClass[], false);
- Eval(32327, v is NestedClassGen<Decimal>, false);
- Eval(32328, v is NestedClassGen<Decimal>[], false);
+// Eval(32327, v is NestedClassGen<Decimal>, false);
+// Eval(32328, v is NestedClassGen<Decimal>[], false);
Eval(32329, v is ImplementOneInterfaceC, false);
Eval(32330, v is ImplementOneInterfaceC[], false);
Eval(32331, v is ImplementTwoInterfaceC, false);
Eval(32332, v is ImplementTwoInterfaceC[], false);
- Eval(32333, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(32334, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(32335, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(32336, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(32337, v is ImplementAllInterfaceC<int>, false);
- Eval(32338, v is ImplementAllInterfaceC<int>[], false);
+// Eval(32333, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(32334, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(32335, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(32336, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(32337, v is ImplementAllInterfaceC<int>, false);
+// Eval(32338, v is ImplementAllInterfaceC<int>[], false);
Eval(32339, v is SealedClass, false);
Eval(32340, v is SealedClass[], false);
}
@@ -14398,26 +14398,26 @@ internal class Program
Eval(32346, v is NotEmptyStruct[], false);
Eval(32347, v is NotEmptyStruct?, false);
Eval(32348, v is NotEmptyStruct?[], false);
- Eval(32349, v is EmptyStructGen<int>, false);
- Eval(32350, v is EmptyStructGen<int>[], false);
- Eval(32351, v is EmptyStructGen<int>?, false);
- Eval(32352, v is EmptyStructGen<int>?[], false);
- Eval(32353, v is NotEmptyStructGen<Guid>, false);
- Eval(32354, v is NotEmptyStructGen<Guid>[], false);
- Eval(32355, v is NotEmptyStructGen<Guid>?, false);
- Eval(32356, v is NotEmptyStructGen<Guid>?[], false);
- Eval(32357, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(32358, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(32359, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(32360, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(32349, v is EmptyStructGen<int>, false);
+// Eval(32350, v is EmptyStructGen<int>[], false);
+// Eval(32351, v is EmptyStructGen<int>?, false);
+// Eval(32352, v is EmptyStructGen<int>?[], false);
+// Eval(32353, v is NotEmptyStructGen<Guid>, false);
+// Eval(32354, v is NotEmptyStructGen<Guid>[], false);
+// Eval(32355, v is NotEmptyStructGen<Guid>?, false);
+// Eval(32356, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(32357, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(32358, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(32359, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(32360, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(32361, v is NestedStruct, false);
Eval(32362, v is NestedStruct[], false);
Eval(32363, v is NestedStruct?, false);
Eval(32364, v is NestedStruct?[], false);
- Eval(32365, v is NestedStructGen<Decimal>, false);
- Eval(32366, v is NestedStructGen<Decimal>[], false);
- Eval(32367, v is NestedStructGen<Decimal>?, false);
- Eval(32368, v is NestedStructGen<Decimal>?[], false);
+// Eval(32365, v is NestedStructGen<Decimal>, false);
+// Eval(32366, v is NestedStructGen<Decimal>[], false);
+// Eval(32367, v is NestedStructGen<Decimal>?, false);
+// Eval(32368, v is NestedStructGen<Decimal>?[], false);
Eval(32369, v is ExplicitFieldOffsetStruct, false);
Eval(32370, v is ExplicitFieldOffsetStruct[], false);
Eval(32371, v is ExplicitFieldOffsetStruct?, false);
@@ -14434,18 +14434,18 @@ internal class Program
Eval(32390, v is ImplementTwoInterface[], false);
Eval(32391, v is ImplementTwoInterface?, false);
Eval(32392, v is ImplementTwoInterface?[], false);
- Eval(32393, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(32394, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(32395, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(32396, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(32397, v is ImplementTwoInterfaceGen<int>, false);
- Eval(32398, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(32399, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(32400, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(32401, v is ImplementAllInterface<int>, false);
- Eval(32402, v is ImplementAllInterface<int>[], false);
- Eval(32403, v is ImplementAllInterface<int>?, false);
- Eval(32404, v is ImplementAllInterface<int>?[], false);
+// Eval(32393, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(32394, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(32395, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(32396, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(32397, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(32398, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(32399, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(32400, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(32401, v is ImplementAllInterface<int>, false);
+// Eval(32402, v is ImplementAllInterface<int>[], false);
+// Eval(32403, v is ImplementAllInterface<int>?, false);
+// Eval(32404, v is ImplementAllInterface<int>?[], false);
Eval(32405, v is IntE, false);
Eval(32406, v is IntE[], false);
Eval(32407, v is IntE?, false);
@@ -14544,38 +14544,38 @@ internal class Program
Eval(32500, v is IEmpty[], false);
Eval(32501, v is INotEmpty, false);
Eval(32502, v is INotEmpty[], false);
- Eval(32503, v is IEmptyGen<int>, false);
- Eval(32504, v is IEmptyGen<int>[], false);
- Eval(32505, v is INotEmptyGen<int>, false);
- Eval(32506, v is INotEmptyGen<int>[], false);
+// Eval(32503, v is IEmptyGen<int>, false);
+// Eval(32504, v is IEmptyGen<int>[], false);
+// Eval(32505, v is INotEmptyGen<int>, false);
+// Eval(32506, v is INotEmptyGen<int>[], false);
Eval(32507, v is SimpleDelegate, false);
Eval(32508, v is SimpleDelegate[], false);
- Eval(32509, v is GenericDelegate<int>, false);
- Eval(32510, v is GenericDelegate<int>[], false);
+// Eval(32509, v is GenericDelegate<int>, false);
+// Eval(32510, v is GenericDelegate<int>[], false);
Eval(32511, v is EmptyClass, false);
Eval(32512, v is EmptyClass[], false);
Eval(32513, v is NotEmptyClass, false);
Eval(32514, v is NotEmptyClass[], false);
- Eval(32515, v is EmptyClassGen<int>, false);
- Eval(32516, v is EmptyClassGen<int>[], false);
- Eval(32517, v is NotEmptyClassGen<Guid>, false);
- Eval(32518, v is NotEmptyClassGen<Guid>[], false);
- Eval(32519, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(32520, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(32515, v is EmptyClassGen<int>, false);
+// Eval(32516, v is EmptyClassGen<int>[], false);
+// Eval(32517, v is NotEmptyClassGen<Guid>, false);
+// Eval(32518, v is NotEmptyClassGen<Guid>[], false);
+// Eval(32519, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(32520, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(32521, v is NestedClass, false);
Eval(32522, v is NestedClass[], false);
- Eval(32523, v is NestedClassGen<Decimal>, false);
- Eval(32524, v is NestedClassGen<Decimal>[], false);
+// Eval(32523, v is NestedClassGen<Decimal>, false);
+// Eval(32524, v is NestedClassGen<Decimal>[], false);
Eval(32525, v is ImplementOneInterfaceC, false);
Eval(32526, v is ImplementOneInterfaceC[], false);
Eval(32527, v is ImplementTwoInterfaceC, false);
Eval(32528, v is ImplementTwoInterfaceC[], false);
- Eval(32529, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(32530, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(32531, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(32532, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(32533, v is ImplementAllInterfaceC<int>, false);
- Eval(32534, v is ImplementAllInterfaceC<int>[], false);
+// Eval(32529, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(32530, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(32531, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(32532, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(32533, v is ImplementAllInterfaceC<int>, false);
+// Eval(32534, v is ImplementAllInterfaceC<int>[], false);
Eval(32535, v is SealedClass, false);
Eval(32536, v is SealedClass[], false);
}
@@ -14589,26 +14589,26 @@ internal class Program
Eval(32542, v is NotEmptyStruct[], false);
Eval(32543, v is NotEmptyStruct?, false);
Eval(32544, v is NotEmptyStruct?[], false);
- Eval(32545, v is EmptyStructGen<int>, false);
- Eval(32546, v is EmptyStructGen<int>[], false);
- Eval(32547, v is EmptyStructGen<int>?, false);
- Eval(32548, v is EmptyStructGen<int>?[], false);
- Eval(32549, v is NotEmptyStructGen<Guid>, false);
- Eval(32550, v is NotEmptyStructGen<Guid>[], false);
- Eval(32551, v is NotEmptyStructGen<Guid>?, false);
- Eval(32552, v is NotEmptyStructGen<Guid>?[], false);
- Eval(32553, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(32554, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(32555, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(32556, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(32545, v is EmptyStructGen<int>, false);
+// Eval(32546, v is EmptyStructGen<int>[], false);
+// Eval(32547, v is EmptyStructGen<int>?, false);
+// Eval(32548, v is EmptyStructGen<int>?[], false);
+// Eval(32549, v is NotEmptyStructGen<Guid>, false);
+// Eval(32550, v is NotEmptyStructGen<Guid>[], false);
+// Eval(32551, v is NotEmptyStructGen<Guid>?, false);
+// Eval(32552, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(32553, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(32554, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(32555, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(32556, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(32557, v is NestedStruct, false);
Eval(32558, v is NestedStruct[], false);
Eval(32559, v is NestedStruct?, false);
Eval(32560, v is NestedStruct?[], false);
- Eval(32561, v is NestedStructGen<Decimal>, false);
- Eval(32562, v is NestedStructGen<Decimal>[], false);
- Eval(32563, v is NestedStructGen<Decimal>?, false);
- Eval(32564, v is NestedStructGen<Decimal>?[], false);
+// Eval(32561, v is NestedStructGen<Decimal>, false);
+// Eval(32562, v is NestedStructGen<Decimal>[], false);
+// Eval(32563, v is NestedStructGen<Decimal>?, false);
+// Eval(32564, v is NestedStructGen<Decimal>?[], false);
Eval(32565, v is ExplicitFieldOffsetStruct, false);
Eval(32566, v is ExplicitFieldOffsetStruct[], false);
Eval(32567, v is ExplicitFieldOffsetStruct?, false);
@@ -14625,18 +14625,18 @@ internal class Program
Eval(32586, v is ImplementTwoInterface[], false);
Eval(32587, v is ImplementTwoInterface?, false);
Eval(32588, v is ImplementTwoInterface?[], false);
- Eval(32589, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(32590, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(32591, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(32592, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(32593, v is ImplementTwoInterfaceGen<int>, false);
- Eval(32594, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(32595, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(32596, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(32597, v is ImplementAllInterface<int>, false);
- Eval(32598, v is ImplementAllInterface<int>[], false);
- Eval(32599, v is ImplementAllInterface<int>?, false);
- Eval(32600, v is ImplementAllInterface<int>?[], false);
+// Eval(32589, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(32590, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(32591, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(32592, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(32593, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(32594, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(32595, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(32596, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(32597, v is ImplementAllInterface<int>, false);
+// Eval(32598, v is ImplementAllInterface<int>[], false);
+// Eval(32599, v is ImplementAllInterface<int>?, false);
+// Eval(32600, v is ImplementAllInterface<int>?[], false);
Eval(32601, v is IntE, false);
Eval(32602, v is IntE[], false);
Eval(32603, v is IntE?, false);
@@ -14735,38 +14735,38 @@ internal class Program
Eval(32696, v is IEmpty[], false);
Eval(32697, v is INotEmpty, false);
Eval(32698, v is INotEmpty[], false);
- Eval(32699, v is IEmptyGen<int>, false);
- Eval(32700, v is IEmptyGen<int>[], false);
- Eval(32701, v is INotEmptyGen<int>, false);
- Eval(32702, v is INotEmptyGen<int>[], false);
+// Eval(32699, v is IEmptyGen<int>, false);
+// Eval(32700, v is IEmptyGen<int>[], false);
+// Eval(32701, v is INotEmptyGen<int>, false);
+// Eval(32702, v is INotEmptyGen<int>[], false);
Eval(32703, v is SimpleDelegate, false);
Eval(32704, v is SimpleDelegate[], false);
- Eval(32705, v is GenericDelegate<int>, false);
- Eval(32706, v is GenericDelegate<int>[], false);
+// Eval(32705, v is GenericDelegate<int>, false);
+// Eval(32706, v is GenericDelegate<int>[], false);
Eval(32707, v is EmptyClass, false);
Eval(32708, v is EmptyClass[], false);
Eval(32709, v is NotEmptyClass, false);
Eval(32710, v is NotEmptyClass[], false);
- Eval(32711, v is EmptyClassGen<int>, false);
- Eval(32712, v is EmptyClassGen<int>[], false);
- Eval(32713, v is NotEmptyClassGen<Guid>, false);
- Eval(32714, v is NotEmptyClassGen<Guid>[], false);
- Eval(32715, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(32716, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(32711, v is EmptyClassGen<int>, false);
+// Eval(32712, v is EmptyClassGen<int>[], false);
+// Eval(32713, v is NotEmptyClassGen<Guid>, false);
+// Eval(32714, v is NotEmptyClassGen<Guid>[], false);
+// Eval(32715, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(32716, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(32717, v is NestedClass, false);
Eval(32718, v is NestedClass[], false);
- Eval(32719, v is NestedClassGen<Decimal>, false);
- Eval(32720, v is NestedClassGen<Decimal>[], false);
+// Eval(32719, v is NestedClassGen<Decimal>, false);
+// Eval(32720, v is NestedClassGen<Decimal>[], false);
Eval(32721, v is ImplementOneInterfaceC, false);
Eval(32722, v is ImplementOneInterfaceC[], false);
Eval(32723, v is ImplementTwoInterfaceC, false);
Eval(32724, v is ImplementTwoInterfaceC[], false);
- Eval(32725, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(32726, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(32727, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(32728, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(32729, v is ImplementAllInterfaceC<int>, false);
- Eval(32730, v is ImplementAllInterfaceC<int>[], false);
+// Eval(32725, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(32726, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(32727, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(32728, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(32729, v is ImplementAllInterfaceC<int>, false);
+// Eval(32730, v is ImplementAllInterfaceC<int>[], false);
Eval(32731, v is SealedClass, false);
Eval(32732, v is SealedClass[], false);
}
@@ -14780,26 +14780,26 @@ internal class Program
Eval(32738, v is NotEmptyStruct[], false);
Eval(32739, v is NotEmptyStruct?, false);
Eval(32740, v is NotEmptyStruct?[], false);
- Eval(32741, v is EmptyStructGen<int>, false);
- Eval(32742, v is EmptyStructGen<int>[], false);
- Eval(32743, v is EmptyStructGen<int>?, false);
- Eval(32744, v is EmptyStructGen<int>?[], false);
- Eval(32745, v is NotEmptyStructGen<Guid>, false);
- Eval(32746, v is NotEmptyStructGen<Guid>[], false);
- Eval(32747, v is NotEmptyStructGen<Guid>?, false);
- Eval(32748, v is NotEmptyStructGen<Guid>?[], false);
- Eval(32749, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(32750, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(32751, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(32752, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(32741, v is EmptyStructGen<int>, false);
+// Eval(32742, v is EmptyStructGen<int>[], false);
+// Eval(32743, v is EmptyStructGen<int>?, false);
+// Eval(32744, v is EmptyStructGen<int>?[], false);
+// Eval(32745, v is NotEmptyStructGen<Guid>, false);
+// Eval(32746, v is NotEmptyStructGen<Guid>[], false);
+// Eval(32747, v is NotEmptyStructGen<Guid>?, false);
+// Eval(32748, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(32749, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(32750, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(32751, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(32752, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(32753, v is NestedStruct, false);
Eval(32754, v is NestedStruct[], false);
Eval(32755, v is NestedStruct?, false);
Eval(32756, v is NestedStruct?[], false);
- Eval(32757, v is NestedStructGen<Decimal>, false);
- Eval(32758, v is NestedStructGen<Decimal>[], false);
- Eval(32759, v is NestedStructGen<Decimal>?, false);
- Eval(32760, v is NestedStructGen<Decimal>?[], false);
+// Eval(32757, v is NestedStructGen<Decimal>, false);
+// Eval(32758, v is NestedStructGen<Decimal>[], false);
+// Eval(32759, v is NestedStructGen<Decimal>?, false);
+// Eval(32760, v is NestedStructGen<Decimal>?[], false);
Eval(32761, v is ExplicitFieldOffsetStruct, false);
Eval(32762, v is ExplicitFieldOffsetStruct[], false);
Eval(32763, v is ExplicitFieldOffsetStruct?, false);
@@ -14816,18 +14816,18 @@ internal class Program
Eval(32782, v is ImplementTwoInterface[], false);
Eval(32783, v is ImplementTwoInterface?, false);
Eval(32784, v is ImplementTwoInterface?[], false);
- Eval(32785, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(32786, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(32787, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(32788, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(32789, v is ImplementTwoInterfaceGen<int>, false);
- Eval(32790, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(32791, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(32792, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(32793, v is ImplementAllInterface<int>, false);
- Eval(32794, v is ImplementAllInterface<int>[], false);
- Eval(32795, v is ImplementAllInterface<int>?, false);
- Eval(32796, v is ImplementAllInterface<int>?[], false);
+// Eval(32785, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(32786, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(32787, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(32788, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(32789, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(32790, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(32791, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(32792, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(32793, v is ImplementAllInterface<int>, false);
+// Eval(32794, v is ImplementAllInterface<int>[], false);
+// Eval(32795, v is ImplementAllInterface<int>?, false);
+// Eval(32796, v is ImplementAllInterface<int>?[], false);
Eval(32797, v is IntE, false);
Eval(32798, v is IntE[], false);
Eval(32799, v is IntE?, false);
@@ -14926,38 +14926,38 @@ internal class Program
Eval(32892, v is IEmpty[], false);
Eval(32893, v is INotEmpty, false);
Eval(32894, v is INotEmpty[], false);
- Eval(32895, v is IEmptyGen<int>, false);
- Eval(32896, v is IEmptyGen<int>[], false);
- Eval(32897, v is INotEmptyGen<int>, false);
- Eval(32898, v is INotEmptyGen<int>[], false);
+// Eval(32895, v is IEmptyGen<int>, false);
+// Eval(32896, v is IEmptyGen<int>[], false);
+// Eval(32897, v is INotEmptyGen<int>, false);
+// Eval(32898, v is INotEmptyGen<int>[], false);
Eval(32899, v is SimpleDelegate, false);
Eval(32900, v is SimpleDelegate[], false);
- Eval(32901, v is GenericDelegate<int>, false);
- Eval(32902, v is GenericDelegate<int>[], false);
+// Eval(32901, v is GenericDelegate<int>, false);
+// Eval(32902, v is GenericDelegate<int>[], false);
Eval(32903, v is EmptyClass, false);
Eval(32904, v is EmptyClass[], false);
Eval(32905, v is NotEmptyClass, false);
Eval(32906, v is NotEmptyClass[], false);
- Eval(32907, v is EmptyClassGen<int>, false);
- Eval(32908, v is EmptyClassGen<int>[], false);
- Eval(32909, v is NotEmptyClassGen<Guid>, false);
- Eval(32910, v is NotEmptyClassGen<Guid>[], false);
- Eval(32911, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(32912, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(32907, v is EmptyClassGen<int>, false);
+// Eval(32908, v is EmptyClassGen<int>[], false);
+// Eval(32909, v is NotEmptyClassGen<Guid>, false);
+// Eval(32910, v is NotEmptyClassGen<Guid>[], false);
+// Eval(32911, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(32912, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(32913, v is NestedClass, false);
Eval(32914, v is NestedClass[], false);
- Eval(32915, v is NestedClassGen<Decimal>, false);
- Eval(32916, v is NestedClassGen<Decimal>[], false);
+// Eval(32915, v is NestedClassGen<Decimal>, false);
+// Eval(32916, v is NestedClassGen<Decimal>[], false);
Eval(32917, v is ImplementOneInterfaceC, false);
Eval(32918, v is ImplementOneInterfaceC[], false);
Eval(32919, v is ImplementTwoInterfaceC, false);
Eval(32920, v is ImplementTwoInterfaceC[], false);
- Eval(32921, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(32922, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(32923, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(32924, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(32925, v is ImplementAllInterfaceC<int>, false);
- Eval(32926, v is ImplementAllInterfaceC<int>[], false);
+// Eval(32921, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(32922, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(32923, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(32924, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(32925, v is ImplementAllInterfaceC<int>, false);
+// Eval(32926, v is ImplementAllInterfaceC<int>[], false);
Eval(32927, v is SealedClass, false);
Eval(32928, v is SealedClass[], false);
}
@@ -14971,26 +14971,26 @@ internal class Program
Eval(32934, v is NotEmptyStruct[], false);
Eval(32935, v is NotEmptyStruct?, false);
Eval(32936, v is NotEmptyStruct?[], false);
- Eval(32937, v is EmptyStructGen<int>, false);
- Eval(32938, v is EmptyStructGen<int>[], false);
- Eval(32939, v is EmptyStructGen<int>?, false);
- Eval(32940, v is EmptyStructGen<int>?[], false);
- Eval(32941, v is NotEmptyStructGen<Guid>, false);
- Eval(32942, v is NotEmptyStructGen<Guid>[], false);
- Eval(32943, v is NotEmptyStructGen<Guid>?, false);
- Eval(32944, v is NotEmptyStructGen<Guid>?[], false);
- Eval(32945, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(32946, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(32947, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(32948, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(32937, v is EmptyStructGen<int>, false);
+// Eval(32938, v is EmptyStructGen<int>[], false);
+// Eval(32939, v is EmptyStructGen<int>?, false);
+// Eval(32940, v is EmptyStructGen<int>?[], false);
+// Eval(32941, v is NotEmptyStructGen<Guid>, false);
+// Eval(32942, v is NotEmptyStructGen<Guid>[], false);
+// Eval(32943, v is NotEmptyStructGen<Guid>?, false);
+// Eval(32944, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(32945, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(32946, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(32947, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(32948, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(32949, v is NestedStruct, false);
Eval(32950, v is NestedStruct[], false);
Eval(32951, v is NestedStruct?, false);
Eval(32952, v is NestedStruct?[], false);
- Eval(32953, v is NestedStructGen<Decimal>, false);
- Eval(32954, v is NestedStructGen<Decimal>[], false);
- Eval(32955, v is NestedStructGen<Decimal>?, false);
- Eval(32956, v is NestedStructGen<Decimal>?[], false);
+// Eval(32953, v is NestedStructGen<Decimal>, false);
+// Eval(32954, v is NestedStructGen<Decimal>[], false);
+// Eval(32955, v is NestedStructGen<Decimal>?, false);
+// Eval(32956, v is NestedStructGen<Decimal>?[], false);
Eval(32957, v is ExplicitFieldOffsetStruct, false);
Eval(32958, v is ExplicitFieldOffsetStruct[], false);
Eval(32959, v is ExplicitFieldOffsetStruct?, false);
@@ -15007,18 +15007,18 @@ internal class Program
Eval(32978, v is ImplementTwoInterface[], false);
Eval(32979, v is ImplementTwoInterface?, false);
Eval(32980, v is ImplementTwoInterface?[], false);
- Eval(32981, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(32982, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(32983, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(32984, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(32985, v is ImplementTwoInterfaceGen<int>, false);
- Eval(32986, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(32987, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(32988, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(32989, v is ImplementAllInterface<int>, false);
- Eval(32990, v is ImplementAllInterface<int>[], false);
- Eval(32991, v is ImplementAllInterface<int>?, false);
- Eval(32992, v is ImplementAllInterface<int>?[], false);
+// Eval(32981, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(32982, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(32983, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(32984, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(32985, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(32986, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(32987, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(32988, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(32989, v is ImplementAllInterface<int>, false);
+// Eval(32990, v is ImplementAllInterface<int>[], false);
+// Eval(32991, v is ImplementAllInterface<int>?, false);
+// Eval(32992, v is ImplementAllInterface<int>?[], false);
Eval(32993, v is IntE, false);
Eval(32994, v is IntE[], false);
Eval(32995, v is IntE?, false);
@@ -15117,38 +15117,38 @@ internal class Program
Eval(33088, v is IEmpty[], false);
Eval(33089, v is INotEmpty, false);
Eval(33090, v is INotEmpty[], false);
- Eval(33091, v is IEmptyGen<int>, false);
- Eval(33092, v is IEmptyGen<int>[], false);
- Eval(33093, v is INotEmptyGen<int>, false);
- Eval(33094, v is INotEmptyGen<int>[], false);
+// Eval(33091, v is IEmptyGen<int>, false);
+// Eval(33092, v is IEmptyGen<int>[], false);
+// Eval(33093, v is INotEmptyGen<int>, false);
+// Eval(33094, v is INotEmptyGen<int>[], false);
Eval(33095, v is SimpleDelegate, false);
Eval(33096, v is SimpleDelegate[], false);
- Eval(33097, v is GenericDelegate<int>, false);
- Eval(33098, v is GenericDelegate<int>[], false);
+// Eval(33097, v is GenericDelegate<int>, false);
+// Eval(33098, v is GenericDelegate<int>[], false);
Eval(33099, v is EmptyClass, false);
Eval(33100, v is EmptyClass[], false);
Eval(33101, v is NotEmptyClass, false);
Eval(33102, v is NotEmptyClass[], false);
- Eval(33103, v is EmptyClassGen<int>, false);
- Eval(33104, v is EmptyClassGen<int>[], false);
- Eval(33105, v is NotEmptyClassGen<Guid>, false);
- Eval(33106, v is NotEmptyClassGen<Guid>[], false);
- Eval(33107, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(33108, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(33103, v is EmptyClassGen<int>, false);
+// Eval(33104, v is EmptyClassGen<int>[], false);
+// Eval(33105, v is NotEmptyClassGen<Guid>, false);
+// Eval(33106, v is NotEmptyClassGen<Guid>[], false);
+// Eval(33107, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(33108, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(33109, v is NestedClass, false);
Eval(33110, v is NestedClass[], false);
- Eval(33111, v is NestedClassGen<Decimal>, false);
- Eval(33112, v is NestedClassGen<Decimal>[], false);
+// Eval(33111, v is NestedClassGen<Decimal>, false);
+// Eval(33112, v is NestedClassGen<Decimal>[], false);
Eval(33113, v is ImplementOneInterfaceC, false);
Eval(33114, v is ImplementOneInterfaceC[], false);
Eval(33115, v is ImplementTwoInterfaceC, false);
Eval(33116, v is ImplementTwoInterfaceC[], false);
- Eval(33117, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(33118, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(33119, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(33120, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(33121, v is ImplementAllInterfaceC<int>, false);
- Eval(33122, v is ImplementAllInterfaceC<int>[], false);
+// Eval(33117, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(33118, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(33119, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(33120, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(33121, v is ImplementAllInterfaceC<int>, false);
+// Eval(33122, v is ImplementAllInterfaceC<int>[], false);
Eval(33123, v is SealedClass, false);
Eval(33124, v is SealedClass[], false);
}
@@ -15162,26 +15162,26 @@ internal class Program
Eval(33130, v is NotEmptyStruct[], false);
Eval(33131, v is NotEmptyStruct?, false);
Eval(33132, v is NotEmptyStruct?[], false);
- Eval(33133, v is EmptyStructGen<int>, false);
- Eval(33134, v is EmptyStructGen<int>[], false);
- Eval(33135, v is EmptyStructGen<int>?, false);
- Eval(33136, v is EmptyStructGen<int>?[], false);
- Eval(33137, v is NotEmptyStructGen<Guid>, false);
- Eval(33138, v is NotEmptyStructGen<Guid>[], false);
- Eval(33139, v is NotEmptyStructGen<Guid>?, false);
- Eval(33140, v is NotEmptyStructGen<Guid>?[], false);
- Eval(33141, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(33142, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(33143, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(33144, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(33133, v is EmptyStructGen<int>, false);
+// Eval(33134, v is EmptyStructGen<int>[], false);
+// Eval(33135, v is EmptyStructGen<int>?, false);
+// Eval(33136, v is EmptyStructGen<int>?[], false);
+// Eval(33137, v is NotEmptyStructGen<Guid>, false);
+// Eval(33138, v is NotEmptyStructGen<Guid>[], false);
+// Eval(33139, v is NotEmptyStructGen<Guid>?, false);
+// Eval(33140, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(33141, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(33142, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(33143, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(33144, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(33145, v is NestedStruct, false);
Eval(33146, v is NestedStruct[], false);
Eval(33147, v is NestedStruct?, false);
Eval(33148, v is NestedStruct?[], false);
- Eval(33149, v is NestedStructGen<Decimal>, false);
- Eval(33150, v is NestedStructGen<Decimal>[], false);
- Eval(33151, v is NestedStructGen<Decimal>?, false);
- Eval(33152, v is NestedStructGen<Decimal>?[], false);
+// Eval(33149, v is NestedStructGen<Decimal>, false);
+// Eval(33150, v is NestedStructGen<Decimal>[], false);
+// Eval(33151, v is NestedStructGen<Decimal>?, false);
+// Eval(33152, v is NestedStructGen<Decimal>?[], false);
Eval(33153, v is ExplicitFieldOffsetStruct, false);
Eval(33154, v is ExplicitFieldOffsetStruct[], false);
Eval(33155, v is ExplicitFieldOffsetStruct?, false);
@@ -15198,18 +15198,18 @@ internal class Program
Eval(33174, v is ImplementTwoInterface[], false);
Eval(33175, v is ImplementTwoInterface?, false);
Eval(33176, v is ImplementTwoInterface?[], false);
- Eval(33177, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(33178, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(33179, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(33180, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(33181, v is ImplementTwoInterfaceGen<int>, false);
- Eval(33182, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(33183, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(33184, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(33185, v is ImplementAllInterface<int>, false);
- Eval(33186, v is ImplementAllInterface<int>[], false);
- Eval(33187, v is ImplementAllInterface<int>?, false);
- Eval(33188, v is ImplementAllInterface<int>?[], false);
+// Eval(33177, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(33178, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(33179, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(33180, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(33181, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(33182, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(33183, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(33184, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(33185, v is ImplementAllInterface<int>, false);
+// Eval(33186, v is ImplementAllInterface<int>[], false);
+// Eval(33187, v is ImplementAllInterface<int>?, false);
+// Eval(33188, v is ImplementAllInterface<int>?[], false);
Eval(33189, v is IntE, false);
Eval(33190, v is IntE[], false);
Eval(33191, v is IntE?, false);
@@ -15308,38 +15308,38 @@ internal class Program
Eval(33284, v is IEmpty[], false);
Eval(33285, v is INotEmpty, false);
Eval(33286, v is INotEmpty[], false);
- Eval(33287, v is IEmptyGen<int>, false);
- Eval(33288, v is IEmptyGen<int>[], false);
- Eval(33289, v is INotEmptyGen<int>, false);
- Eval(33290, v is INotEmptyGen<int>[], false);
+// Eval(33287, v is IEmptyGen<int>, false);
+// Eval(33288, v is IEmptyGen<int>[], false);
+// Eval(33289, v is INotEmptyGen<int>, false);
+// Eval(33290, v is INotEmptyGen<int>[], false);
Eval(33291, v is SimpleDelegate, false);
Eval(33292, v is SimpleDelegate[], false);
- Eval(33293, v is GenericDelegate<int>, false);
- Eval(33294, v is GenericDelegate<int>[], false);
+// Eval(33293, v is GenericDelegate<int>, false);
+// Eval(33294, v is GenericDelegate<int>[], false);
Eval(33295, v is EmptyClass, false);
Eval(33296, v is EmptyClass[], false);
Eval(33297, v is NotEmptyClass, false);
Eval(33298, v is NotEmptyClass[], false);
- Eval(33299, v is EmptyClassGen<int>, false);
- Eval(33300, v is EmptyClassGen<int>[], false);
- Eval(33301, v is NotEmptyClassGen<Guid>, false);
- Eval(33302, v is NotEmptyClassGen<Guid>[], false);
- Eval(33303, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(33304, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(33299, v is EmptyClassGen<int>, false);
+// Eval(33300, v is EmptyClassGen<int>[], false);
+// Eval(33301, v is NotEmptyClassGen<Guid>, false);
+// Eval(33302, v is NotEmptyClassGen<Guid>[], false);
+// Eval(33303, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(33304, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(33305, v is NestedClass, false);
Eval(33306, v is NestedClass[], false);
- Eval(33307, v is NestedClassGen<Decimal>, false);
- Eval(33308, v is NestedClassGen<Decimal>[], false);
+// Eval(33307, v is NestedClassGen<Decimal>, false);
+// Eval(33308, v is NestedClassGen<Decimal>[], false);
Eval(33309, v is ImplementOneInterfaceC, false);
Eval(33310, v is ImplementOneInterfaceC[], false);
Eval(33311, v is ImplementTwoInterfaceC, false);
Eval(33312, v is ImplementTwoInterfaceC[], false);
- Eval(33313, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(33314, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(33315, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(33316, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(33317, v is ImplementAllInterfaceC<int>, false);
- Eval(33318, v is ImplementAllInterfaceC<int>[], false);
+// Eval(33313, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(33314, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(33315, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(33316, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(33317, v is ImplementAllInterfaceC<int>, false);
+// Eval(33318, v is ImplementAllInterfaceC<int>[], false);
Eval(33319, v is SealedClass, false);
Eval(33320, v is SealedClass[], false);
}
@@ -15356,26 +15356,26 @@ internal class Program
Eval(33326, v is NotEmptyStruct[], false);
Eval(33327, v is NotEmptyStruct?, false);
Eval(33328, v is NotEmptyStruct?[], false);
- Eval(33329, v is EmptyStructGen<int>, false);
- Eval(33330, v is EmptyStructGen<int>[], false);
- Eval(33331, v is EmptyStructGen<int>?, false);
- Eval(33332, v is EmptyStructGen<int>?[], false);
- Eval(33333, v is NotEmptyStructGen<Guid>, false);
- Eval(33334, v is NotEmptyStructGen<Guid>[], false);
- Eval(33335, v is NotEmptyStructGen<Guid>?, false);
- Eval(33336, v is NotEmptyStructGen<Guid>?[], false);
- Eval(33337, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(33338, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(33339, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(33340, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(33329, v is EmptyStructGen<int>, false);
+// Eval(33330, v is EmptyStructGen<int>[], false);
+// Eval(33331, v is EmptyStructGen<int>?, false);
+// Eval(33332, v is EmptyStructGen<int>?[], false);
+// Eval(33333, v is NotEmptyStructGen<Guid>, false);
+// Eval(33334, v is NotEmptyStructGen<Guid>[], false);
+// Eval(33335, v is NotEmptyStructGen<Guid>?, false);
+// Eval(33336, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(33337, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(33338, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(33339, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(33340, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(33341, v is NestedStruct, false);
Eval(33342, v is NestedStruct[], false);
Eval(33343, v is NestedStruct?, false);
Eval(33344, v is NestedStruct?[], false);
- Eval(33345, v is NestedStructGen<Decimal>, false);
- Eval(33346, v is NestedStructGen<Decimal>[], false);
- Eval(33347, v is NestedStructGen<Decimal>?, false);
- Eval(33348, v is NestedStructGen<Decimal>?[], false);
+// Eval(33345, v is NestedStructGen<Decimal>, false);
+// Eval(33346, v is NestedStructGen<Decimal>[], false);
+// Eval(33347, v is NestedStructGen<Decimal>?, false);
+// Eval(33348, v is NestedStructGen<Decimal>?[], false);
Eval(33349, v is ExplicitFieldOffsetStruct, false);
Eval(33350, v is ExplicitFieldOffsetStruct[], false);
Eval(33351, v is ExplicitFieldOffsetStruct?, false);
@@ -15392,18 +15392,18 @@ internal class Program
Eval(33370, v is ImplementTwoInterface[], false);
Eval(33371, v is ImplementTwoInterface?, false);
Eval(33372, v is ImplementTwoInterface?[], false);
- Eval(33373, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(33374, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(33375, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(33376, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(33377, v is ImplementTwoInterfaceGen<int>, false);
- Eval(33378, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(33379, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(33380, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(33381, v is ImplementAllInterface<int>, false);
- Eval(33382, v is ImplementAllInterface<int>[], false);
- Eval(33383, v is ImplementAllInterface<int>?, false);
- Eval(33384, v is ImplementAllInterface<int>?[], false);
+// Eval(33373, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(33374, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(33375, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(33376, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(33377, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(33378, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(33379, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(33380, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(33381, v is ImplementAllInterface<int>, false);
+// Eval(33382, v is ImplementAllInterface<int>[], false);
+// Eval(33383, v is ImplementAllInterface<int>?, false);
+// Eval(33384, v is ImplementAllInterface<int>?[], false);
Eval(33385, v is IntE, false);
Eval(33386, v is IntE[], false);
Eval(33387, v is IntE?, false);
@@ -15502,38 +15502,38 @@ internal class Program
Eval(33480, v is IEmpty[], false);
Eval(33481, v is INotEmpty, false);
Eval(33482, v is INotEmpty[], false);
- Eval(33483, v is IEmptyGen<int>, false);
- Eval(33484, v is IEmptyGen<int>[], false);
- Eval(33485, v is INotEmptyGen<int>, false);
- Eval(33486, v is INotEmptyGen<int>[], false);
+// Eval(33483, v is IEmptyGen<int>, false);
+// Eval(33484, v is IEmptyGen<int>[], false);
+// Eval(33485, v is INotEmptyGen<int>, false);
+// Eval(33486, v is INotEmptyGen<int>[], false);
Eval(33487, v is SimpleDelegate, false);
Eval(33488, v is SimpleDelegate[], false);
- Eval(33489, v is GenericDelegate<int>, false);
- Eval(33490, v is GenericDelegate<int>[], false);
+// Eval(33489, v is GenericDelegate<int>, false);
+// Eval(33490, v is GenericDelegate<int>[], false);
Eval(33491, v is EmptyClass, false);
Eval(33492, v is EmptyClass[], false);
Eval(33493, v is NotEmptyClass, false);
Eval(33494, v is NotEmptyClass[], false);
- Eval(33495, v is EmptyClassGen<int>, false);
- Eval(33496, v is EmptyClassGen<int>[], false);
- Eval(33497, v is NotEmptyClassGen<Guid>, false);
- Eval(33498, v is NotEmptyClassGen<Guid>[], false);
- Eval(33499, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(33500, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(33495, v is EmptyClassGen<int>, false);
+// Eval(33496, v is EmptyClassGen<int>[], false);
+// Eval(33497, v is NotEmptyClassGen<Guid>, false);
+// Eval(33498, v is NotEmptyClassGen<Guid>[], false);
+// Eval(33499, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(33500, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(33501, v is NestedClass, false);
Eval(33502, v is NestedClass[], false);
- Eval(33503, v is NestedClassGen<Decimal>, false);
- Eval(33504, v is NestedClassGen<Decimal>[], false);
+// Eval(33503, v is NestedClassGen<Decimal>, false);
+// Eval(33504, v is NestedClassGen<Decimal>[], false);
Eval(33505, v is ImplementOneInterfaceC, false);
Eval(33506, v is ImplementOneInterfaceC[], false);
Eval(33507, v is ImplementTwoInterfaceC, false);
Eval(33508, v is ImplementTwoInterfaceC[], false);
- Eval(33509, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(33510, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(33511, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(33512, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(33513, v is ImplementAllInterfaceC<int>, false);
- Eval(33514, v is ImplementAllInterfaceC<int>[], false);
+// Eval(33509, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(33510, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(33511, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(33512, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(33513, v is ImplementAllInterfaceC<int>, false);
+// Eval(33514, v is ImplementAllInterfaceC<int>[], false);
Eval(33515, v is SealedClass, false);
Eval(33516, v is SealedClass[], false);
}
@@ -15547,26 +15547,26 @@ internal class Program
Eval(33522, v is NotEmptyStruct[], false);
Eval(33523, v is NotEmptyStruct?, false);
Eval(33524, v is NotEmptyStruct?[], false);
- Eval(33525, v is EmptyStructGen<int>, false);
- Eval(33526, v is EmptyStructGen<int>[], false);
- Eval(33527, v is EmptyStructGen<int>?, false);
- Eval(33528, v is EmptyStructGen<int>?[], false);
- Eval(33529, v is NotEmptyStructGen<Guid>, false);
- Eval(33530, v is NotEmptyStructGen<Guid>[], false);
- Eval(33531, v is NotEmptyStructGen<Guid>?, false);
- Eval(33532, v is NotEmptyStructGen<Guid>?[], false);
- Eval(33533, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(33534, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(33535, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(33536, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(33525, v is EmptyStructGen<int>, false);
+// Eval(33526, v is EmptyStructGen<int>[], false);
+// Eval(33527, v is EmptyStructGen<int>?, false);
+// Eval(33528, v is EmptyStructGen<int>?[], false);
+// Eval(33529, v is NotEmptyStructGen<Guid>, false);
+// Eval(33530, v is NotEmptyStructGen<Guid>[], false);
+// Eval(33531, v is NotEmptyStructGen<Guid>?, false);
+// Eval(33532, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(33533, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(33534, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(33535, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(33536, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(33537, v is NestedStruct, false);
Eval(33538, v is NestedStruct[], false);
Eval(33539, v is NestedStruct?, false);
Eval(33540, v is NestedStruct?[], false);
- Eval(33541, v is NestedStructGen<Decimal>, false);
- Eval(33542, v is NestedStructGen<Decimal>[], false);
- Eval(33543, v is NestedStructGen<Decimal>?, false);
- Eval(33544, v is NestedStructGen<Decimal>?[], false);
+// Eval(33541, v is NestedStructGen<Decimal>, false);
+// Eval(33542, v is NestedStructGen<Decimal>[], false);
+// Eval(33543, v is NestedStructGen<Decimal>?, false);
+// Eval(33544, v is NestedStructGen<Decimal>?[], false);
Eval(33545, v is ExplicitFieldOffsetStruct, false);
Eval(33546, v is ExplicitFieldOffsetStruct[], false);
Eval(33547, v is ExplicitFieldOffsetStruct?, false);
@@ -15583,18 +15583,18 @@ internal class Program
Eval(33566, v is ImplementTwoInterface[], false);
Eval(33567, v is ImplementTwoInterface?, false);
Eval(33568, v is ImplementTwoInterface?[], false);
- Eval(33569, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(33570, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(33571, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(33572, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(33573, v is ImplementTwoInterfaceGen<int>, false);
- Eval(33574, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(33575, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(33576, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(33577, v is ImplementAllInterface<int>, false);
- Eval(33578, v is ImplementAllInterface<int>[], false);
- Eval(33579, v is ImplementAllInterface<int>?, false);
- Eval(33580, v is ImplementAllInterface<int>?[], false);
+// Eval(33569, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(33570, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(33571, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(33572, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(33573, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(33574, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(33575, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(33576, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(33577, v is ImplementAllInterface<int>, false);
+// Eval(33578, v is ImplementAllInterface<int>[], false);
+// Eval(33579, v is ImplementAllInterface<int>?, false);
+// Eval(33580, v is ImplementAllInterface<int>?[], false);
Eval(33581, v is IntE, false);
Eval(33582, v is IntE[], false);
Eval(33583, v is IntE?, false);
@@ -15693,38 +15693,38 @@ internal class Program
Eval(33676, v is IEmpty[], false);
Eval(33677, v is INotEmpty, false);
Eval(33678, v is INotEmpty[], false);
- Eval(33679, v is IEmptyGen<int>, false);
- Eval(33680, v is IEmptyGen<int>[], false);
- Eval(33681, v is INotEmptyGen<int>, false);
- Eval(33682, v is INotEmptyGen<int>[], false);
+// Eval(33679, v is IEmptyGen<int>, false);
+// Eval(33680, v is IEmptyGen<int>[], false);
+// Eval(33681, v is INotEmptyGen<int>, false);
+// Eval(33682, v is INotEmptyGen<int>[], false);
Eval(33683, v is SimpleDelegate, false);
Eval(33684, v is SimpleDelegate[], false);
- Eval(33685, v is GenericDelegate<int>, false);
- Eval(33686, v is GenericDelegate<int>[], false);
+// Eval(33685, v is GenericDelegate<int>, false);
+// Eval(33686, v is GenericDelegate<int>[], false);
Eval(33687, v is EmptyClass, false);
Eval(33688, v is EmptyClass[], false);
Eval(33689, v is NotEmptyClass, false);
Eval(33690, v is NotEmptyClass[], false);
- Eval(33691, v is EmptyClassGen<int>, false);
- Eval(33692, v is EmptyClassGen<int>[], false);
- Eval(33693, v is NotEmptyClassGen<Guid>, false);
- Eval(33694, v is NotEmptyClassGen<Guid>[], false);
- Eval(33695, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(33696, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(33691, v is EmptyClassGen<int>, false);
+// Eval(33692, v is EmptyClassGen<int>[], false);
+// Eval(33693, v is NotEmptyClassGen<Guid>, false);
+// Eval(33694, v is NotEmptyClassGen<Guid>[], false);
+// Eval(33695, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(33696, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(33697, v is NestedClass, false);
Eval(33698, v is NestedClass[], false);
- Eval(33699, v is NestedClassGen<Decimal>, false);
- Eval(33700, v is NestedClassGen<Decimal>[], false);
+// Eval(33699, v is NestedClassGen<Decimal>, false);
+// Eval(33700, v is NestedClassGen<Decimal>[], false);
Eval(33701, v is ImplementOneInterfaceC, false);
Eval(33702, v is ImplementOneInterfaceC[], false);
Eval(33703, v is ImplementTwoInterfaceC, false);
Eval(33704, v is ImplementTwoInterfaceC[], false);
- Eval(33705, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(33706, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(33707, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(33708, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(33709, v is ImplementAllInterfaceC<int>, false);
- Eval(33710, v is ImplementAllInterfaceC<int>[], false);
+// Eval(33705, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(33706, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(33707, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(33708, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(33709, v is ImplementAllInterfaceC<int>, false);
+// Eval(33710, v is ImplementAllInterfaceC<int>[], false);
Eval(33711, v is SealedClass, false);
Eval(33712, v is SealedClass[], false);
}
@@ -15738,26 +15738,26 @@ internal class Program
Eval(33718, v is NotEmptyStruct[], false);
Eval(33719, v is NotEmptyStruct?, false);
Eval(33720, v is NotEmptyStruct?[], false);
- Eval(33721, v is EmptyStructGen<int>, false);
- Eval(33722, v is EmptyStructGen<int>[], false);
- Eval(33723, v is EmptyStructGen<int>?, false);
- Eval(33724, v is EmptyStructGen<int>?[], false);
- Eval(33725, v is NotEmptyStructGen<Guid>, false);
- Eval(33726, v is NotEmptyStructGen<Guid>[], false);
- Eval(33727, v is NotEmptyStructGen<Guid>?, false);
- Eval(33728, v is NotEmptyStructGen<Guid>?[], false);
- Eval(33729, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(33730, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(33731, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(33732, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(33721, v is EmptyStructGen<int>, false);
+// Eval(33722, v is EmptyStructGen<int>[], false);
+// Eval(33723, v is EmptyStructGen<int>?, false);
+// Eval(33724, v is EmptyStructGen<int>?[], false);
+// Eval(33725, v is NotEmptyStructGen<Guid>, false);
+// Eval(33726, v is NotEmptyStructGen<Guid>[], false);
+// Eval(33727, v is NotEmptyStructGen<Guid>?, false);
+// Eval(33728, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(33729, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(33730, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(33731, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(33732, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(33733, v is NestedStruct, false);
Eval(33734, v is NestedStruct[], false);
Eval(33735, v is NestedStruct?, false);
Eval(33736, v is NestedStruct?[], false);
- Eval(33737, v is NestedStructGen<Decimal>, false);
- Eval(33738, v is NestedStructGen<Decimal>[], false);
- Eval(33739, v is NestedStructGen<Decimal>?, false);
- Eval(33740, v is NestedStructGen<Decimal>?[], false);
+// Eval(33737, v is NestedStructGen<Decimal>, false);
+// Eval(33738, v is NestedStructGen<Decimal>[], false);
+// Eval(33739, v is NestedStructGen<Decimal>?, false);
+// Eval(33740, v is NestedStructGen<Decimal>?[], false);
Eval(33741, v is ExplicitFieldOffsetStruct, false);
Eval(33742, v is ExplicitFieldOffsetStruct[], false);
Eval(33743, v is ExplicitFieldOffsetStruct?, false);
@@ -15774,18 +15774,18 @@ internal class Program
Eval(33762, v is ImplementTwoInterface[], false);
Eval(33763, v is ImplementTwoInterface?, false);
Eval(33764, v is ImplementTwoInterface?[], false);
- Eval(33765, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(33766, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(33767, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(33768, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(33769, v is ImplementTwoInterfaceGen<int>, false);
- Eval(33770, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(33771, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(33772, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(33773, v is ImplementAllInterface<int>, false);
- Eval(33774, v is ImplementAllInterface<int>[], false);
- Eval(33775, v is ImplementAllInterface<int>?, false);
- Eval(33776, v is ImplementAllInterface<int>?[], false);
+// Eval(33765, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(33766, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(33767, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(33768, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(33769, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(33770, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(33771, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(33772, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(33773, v is ImplementAllInterface<int>, false);
+// Eval(33774, v is ImplementAllInterface<int>[], false);
+// Eval(33775, v is ImplementAllInterface<int>?, false);
+// Eval(33776, v is ImplementAllInterface<int>?[], false);
Eval(33777, v is IntE, false);
Eval(33778, v is IntE[], false);
Eval(33779, v is IntE?, false);
@@ -15884,38 +15884,38 @@ internal class Program
Eval(33872, v is IEmpty[], false);
Eval(33873, v is INotEmpty, false);
Eval(33874, v is INotEmpty[], false);
- Eval(33875, v is IEmptyGen<int>, false);
- Eval(33876, v is IEmptyGen<int>[], false);
- Eval(33877, v is INotEmptyGen<int>, false);
- Eval(33878, v is INotEmptyGen<int>[], false);
+// Eval(33875, v is IEmptyGen<int>, false);
+// Eval(33876, v is IEmptyGen<int>[], false);
+// Eval(33877, v is INotEmptyGen<int>, false);
+// Eval(33878, v is INotEmptyGen<int>[], false);
Eval(33879, v is SimpleDelegate, false);
Eval(33880, v is SimpleDelegate[], false);
- Eval(33881, v is GenericDelegate<int>, false);
- Eval(33882, v is GenericDelegate<int>[], false);
+// Eval(33881, v is GenericDelegate<int>, false);
+// Eval(33882, v is GenericDelegate<int>[], false);
Eval(33883, v is EmptyClass, false);
Eval(33884, v is EmptyClass[], false);
Eval(33885, v is NotEmptyClass, false);
Eval(33886, v is NotEmptyClass[], false);
- Eval(33887, v is EmptyClassGen<int>, false);
- Eval(33888, v is EmptyClassGen<int>[], false);
- Eval(33889, v is NotEmptyClassGen<Guid>, false);
- Eval(33890, v is NotEmptyClassGen<Guid>[], false);
- Eval(33891, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(33892, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(33887, v is EmptyClassGen<int>, false);
+// Eval(33888, v is EmptyClassGen<int>[], false);
+// Eval(33889, v is NotEmptyClassGen<Guid>, false);
+// Eval(33890, v is NotEmptyClassGen<Guid>[], false);
+// Eval(33891, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(33892, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(33893, v is NestedClass, false);
Eval(33894, v is NestedClass[], false);
- Eval(33895, v is NestedClassGen<Decimal>, false);
- Eval(33896, v is NestedClassGen<Decimal>[], false);
+// Eval(33895, v is NestedClassGen<Decimal>, false);
+// Eval(33896, v is NestedClassGen<Decimal>[], false);
Eval(33897, v is ImplementOneInterfaceC, false);
Eval(33898, v is ImplementOneInterfaceC[], false);
Eval(33899, v is ImplementTwoInterfaceC, false);
Eval(33900, v is ImplementTwoInterfaceC[], false);
- Eval(33901, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(33902, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(33903, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(33904, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(33905, v is ImplementAllInterfaceC<int>, false);
- Eval(33906, v is ImplementAllInterfaceC<int>[], false);
+// Eval(33901, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(33902, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(33903, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(33904, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(33905, v is ImplementAllInterfaceC<int>, false);
+// Eval(33906, v is ImplementAllInterfaceC<int>[], false);
Eval(33907, v is SealedClass, false);
Eval(33908, v is SealedClass[], false);
}
@@ -15929,26 +15929,26 @@ internal class Program
Eval(33914, v is NotEmptyStruct[], false);
Eval(33915, v is NotEmptyStruct?, false);
Eval(33916, v is NotEmptyStruct?[], false);
- Eval(33917, v is EmptyStructGen<int>, false);
- Eval(33918, v is EmptyStructGen<int>[], false);
- Eval(33919, v is EmptyStructGen<int>?, false);
- Eval(33920, v is EmptyStructGen<int>?[], false);
- Eval(33921, v is NotEmptyStructGen<Guid>, false);
- Eval(33922, v is NotEmptyStructGen<Guid>[], false);
- Eval(33923, v is NotEmptyStructGen<Guid>?, false);
- Eval(33924, v is NotEmptyStructGen<Guid>?[], false);
- Eval(33925, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(33926, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(33927, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(33928, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(33917, v is EmptyStructGen<int>, false);
+// Eval(33918, v is EmptyStructGen<int>[], false);
+// Eval(33919, v is EmptyStructGen<int>?, false);
+// Eval(33920, v is EmptyStructGen<int>?[], false);
+// Eval(33921, v is NotEmptyStructGen<Guid>, false);
+// Eval(33922, v is NotEmptyStructGen<Guid>[], false);
+// Eval(33923, v is NotEmptyStructGen<Guid>?, false);
+// Eval(33924, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(33925, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(33926, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(33927, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(33928, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(33929, v is NestedStruct, false);
Eval(33930, v is NestedStruct[], false);
Eval(33931, v is NestedStruct?, false);
Eval(33932, v is NestedStruct?[], false);
- Eval(33933, v is NestedStructGen<Decimal>, false);
- Eval(33934, v is NestedStructGen<Decimal>[], false);
- Eval(33935, v is NestedStructGen<Decimal>?, false);
- Eval(33936, v is NestedStructGen<Decimal>?[], false);
+// Eval(33933, v is NestedStructGen<Decimal>, false);
+// Eval(33934, v is NestedStructGen<Decimal>[], false);
+// Eval(33935, v is NestedStructGen<Decimal>?, false);
+// Eval(33936, v is NestedStructGen<Decimal>?[], false);
Eval(33937, v is ExplicitFieldOffsetStruct, false);
Eval(33938, v is ExplicitFieldOffsetStruct[], false);
Eval(33939, v is ExplicitFieldOffsetStruct?, false);
@@ -15965,18 +15965,18 @@ internal class Program
Eval(33958, v is ImplementTwoInterface[], false);
Eval(33959, v is ImplementTwoInterface?, false);
Eval(33960, v is ImplementTwoInterface?[], false);
- Eval(33961, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(33962, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(33963, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(33964, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(33965, v is ImplementTwoInterfaceGen<int>, false);
- Eval(33966, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(33967, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(33968, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(33969, v is ImplementAllInterface<int>, false);
- Eval(33970, v is ImplementAllInterface<int>[], false);
- Eval(33971, v is ImplementAllInterface<int>?, false);
- Eval(33972, v is ImplementAllInterface<int>?[], false);
+// Eval(33961, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(33962, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(33963, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(33964, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(33965, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(33966, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(33967, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(33968, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(33969, v is ImplementAllInterface<int>, false);
+// Eval(33970, v is ImplementAllInterface<int>[], false);
+// Eval(33971, v is ImplementAllInterface<int>?, false);
+// Eval(33972, v is ImplementAllInterface<int>?[], false);
Eval(33973, v is IntE, false);
Eval(33974, v is IntE[], false);
Eval(33975, v is IntE?, false);
@@ -16075,38 +16075,38 @@ internal class Program
Eval(34068, v is IEmpty[], false);
Eval(34069, v is INotEmpty, false);
Eval(34070, v is INotEmpty[], false);
- Eval(34071, v is IEmptyGen<int>, false);
- Eval(34072, v is IEmptyGen<int>[], false);
- Eval(34073, v is INotEmptyGen<int>, false);
- Eval(34074, v is INotEmptyGen<int>[], false);
+// Eval(34071, v is IEmptyGen<int>, false);
+// Eval(34072, v is IEmptyGen<int>[], false);
+// Eval(34073, v is INotEmptyGen<int>, false);
+// Eval(34074, v is INotEmptyGen<int>[], false);
Eval(34075, v is SimpleDelegate, false);
Eval(34076, v is SimpleDelegate[], false);
- Eval(34077, v is GenericDelegate<int>, false);
- Eval(34078, v is GenericDelegate<int>[], false);
+// Eval(34077, v is GenericDelegate<int>, false);
+// Eval(34078, v is GenericDelegate<int>[], false);
Eval(34079, v is EmptyClass, false);
Eval(34080, v is EmptyClass[], false);
Eval(34081, v is NotEmptyClass, false);
Eval(34082, v is NotEmptyClass[], false);
- Eval(34083, v is EmptyClassGen<int>, false);
- Eval(34084, v is EmptyClassGen<int>[], false);
- Eval(34085, v is NotEmptyClassGen<Guid>, false);
- Eval(34086, v is NotEmptyClassGen<Guid>[], false);
- Eval(34087, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(34088, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(34083, v is EmptyClassGen<int>, false);
+// Eval(34084, v is EmptyClassGen<int>[], false);
+// Eval(34085, v is NotEmptyClassGen<Guid>, false);
+// Eval(34086, v is NotEmptyClassGen<Guid>[], false);
+// Eval(34087, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(34088, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(34089, v is NestedClass, false);
Eval(34090, v is NestedClass[], false);
- Eval(34091, v is NestedClassGen<Decimal>, false);
- Eval(34092, v is NestedClassGen<Decimal>[], false);
+// Eval(34091, v is NestedClassGen<Decimal>, false);
+// Eval(34092, v is NestedClassGen<Decimal>[], false);
Eval(34093, v is ImplementOneInterfaceC, false);
Eval(34094, v is ImplementOneInterfaceC[], false);
Eval(34095, v is ImplementTwoInterfaceC, false);
Eval(34096, v is ImplementTwoInterfaceC[], false);
- Eval(34097, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(34098, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(34099, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(34100, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(34101, v is ImplementAllInterfaceC<int>, false);
- Eval(34102, v is ImplementAllInterfaceC<int>[], false);
+// Eval(34097, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(34098, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(34099, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(34100, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(34101, v is ImplementAllInterfaceC<int>, false);
+// Eval(34102, v is ImplementAllInterfaceC<int>[], false);
Eval(34103, v is SealedClass, false);
Eval(34104, v is SealedClass[], false);
}
@@ -16120,26 +16120,26 @@ internal class Program
Eval(34110, v is NotEmptyStruct[], false);
Eval(34111, v is NotEmptyStruct?, false);
Eval(34112, v is NotEmptyStruct?[], false);
- Eval(34113, v is EmptyStructGen<int>, false);
- Eval(34114, v is EmptyStructGen<int>[], false);
- Eval(34115, v is EmptyStructGen<int>?, false);
- Eval(34116, v is EmptyStructGen<int>?[], false);
- Eval(34117, v is NotEmptyStructGen<Guid>, false);
- Eval(34118, v is NotEmptyStructGen<Guid>[], false);
- Eval(34119, v is NotEmptyStructGen<Guid>?, false);
- Eval(34120, v is NotEmptyStructGen<Guid>?[], false);
- Eval(34121, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(34122, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(34123, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(34124, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(34113, v is EmptyStructGen<int>, false);
+// Eval(34114, v is EmptyStructGen<int>[], false);
+// Eval(34115, v is EmptyStructGen<int>?, false);
+// Eval(34116, v is EmptyStructGen<int>?[], false);
+// Eval(34117, v is NotEmptyStructGen<Guid>, false);
+// Eval(34118, v is NotEmptyStructGen<Guid>[], false);
+// Eval(34119, v is NotEmptyStructGen<Guid>?, false);
+// Eval(34120, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(34121, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(34122, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(34123, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(34124, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(34125, v is NestedStruct, false);
Eval(34126, v is NestedStruct[], false);
Eval(34127, v is NestedStruct?, false);
Eval(34128, v is NestedStruct?[], false);
- Eval(34129, v is NestedStructGen<Decimal>, false);
- Eval(34130, v is NestedStructGen<Decimal>[], false);
- Eval(34131, v is NestedStructGen<Decimal>?, false);
- Eval(34132, v is NestedStructGen<Decimal>?[], false);
+// Eval(34129, v is NestedStructGen<Decimal>, false);
+// Eval(34130, v is NestedStructGen<Decimal>[], false);
+// Eval(34131, v is NestedStructGen<Decimal>?, false);
+// Eval(34132, v is NestedStructGen<Decimal>?[], false);
Eval(34133, v is ExplicitFieldOffsetStruct, false);
Eval(34134, v is ExplicitFieldOffsetStruct[], false);
Eval(34135, v is ExplicitFieldOffsetStruct?, false);
@@ -16156,18 +16156,18 @@ internal class Program
Eval(34154, v is ImplementTwoInterface[], false);
Eval(34155, v is ImplementTwoInterface?, false);
Eval(34156, v is ImplementTwoInterface?[], false);
- Eval(34157, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(34158, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(34159, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(34160, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(34161, v is ImplementTwoInterfaceGen<int>, false);
- Eval(34162, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(34163, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(34164, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(34165, v is ImplementAllInterface<int>, false);
- Eval(34166, v is ImplementAllInterface<int>[], false);
- Eval(34167, v is ImplementAllInterface<int>?, false);
- Eval(34168, v is ImplementAllInterface<int>?[], false);
+// Eval(34157, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(34158, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(34159, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(34160, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(34161, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(34162, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(34163, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(34164, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(34165, v is ImplementAllInterface<int>, false);
+// Eval(34166, v is ImplementAllInterface<int>[], false);
+// Eval(34167, v is ImplementAllInterface<int>?, false);
+// Eval(34168, v is ImplementAllInterface<int>?[], false);
Eval(34169, v is IntE, false);
Eval(34170, v is IntE[], false);
Eval(34171, v is IntE?, false);
@@ -16266,38 +16266,38 @@ internal class Program
Eval(34264, v is IEmpty[], false);
Eval(34265, v is INotEmpty, false);
Eval(34266, v is INotEmpty[], false);
- Eval(34267, v is IEmptyGen<int>, false);
- Eval(34268, v is IEmptyGen<int>[], false);
- Eval(34269, v is INotEmptyGen<int>, false);
- Eval(34270, v is INotEmptyGen<int>[], false);
+// Eval(34267, v is IEmptyGen<int>, false);
+// Eval(34268, v is IEmptyGen<int>[], false);
+// Eval(34269, v is INotEmptyGen<int>, false);
+// Eval(34270, v is INotEmptyGen<int>[], false);
Eval(34271, v is SimpleDelegate, false);
Eval(34272, v is SimpleDelegate[], false);
- Eval(34273, v is GenericDelegate<int>, false);
- Eval(34274, v is GenericDelegate<int>[], false);
+// Eval(34273, v is GenericDelegate<int>, false);
+// Eval(34274, v is GenericDelegate<int>[], false);
Eval(34275, v is EmptyClass, false);
Eval(34276, v is EmptyClass[], false);
Eval(34277, v is NotEmptyClass, false);
Eval(34278, v is NotEmptyClass[], false);
- Eval(34279, v is EmptyClassGen<int>, false);
- Eval(34280, v is EmptyClassGen<int>[], false);
- Eval(34281, v is NotEmptyClassGen<Guid>, false);
- Eval(34282, v is NotEmptyClassGen<Guid>[], false);
- Eval(34283, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(34284, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(34279, v is EmptyClassGen<int>, false);
+// Eval(34280, v is EmptyClassGen<int>[], false);
+// Eval(34281, v is NotEmptyClassGen<Guid>, false);
+// Eval(34282, v is NotEmptyClassGen<Guid>[], false);
+// Eval(34283, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(34284, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(34285, v is NestedClass, false);
Eval(34286, v is NestedClass[], false);
- Eval(34287, v is NestedClassGen<Decimal>, false);
- Eval(34288, v is NestedClassGen<Decimal>[], false);
+// Eval(34287, v is NestedClassGen<Decimal>, false);
+// Eval(34288, v is NestedClassGen<Decimal>[], false);
Eval(34289, v is ImplementOneInterfaceC, false);
Eval(34290, v is ImplementOneInterfaceC[], false);
Eval(34291, v is ImplementTwoInterfaceC, false);
Eval(34292, v is ImplementTwoInterfaceC[], false);
- Eval(34293, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(34294, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(34295, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(34296, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(34297, v is ImplementAllInterfaceC<int>, false);
- Eval(34298, v is ImplementAllInterfaceC<int>[], false);
+// Eval(34293, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(34294, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(34295, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(34296, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(34297, v is ImplementAllInterfaceC<int>, false);
+// Eval(34298, v is ImplementAllInterfaceC<int>[], false);
Eval(34299, v is SealedClass, false);
Eval(34300, v is SealedClass[], false);
}
@@ -16314,26 +16314,26 @@ internal class Program
Eval(34306, v is NotEmptyStruct[], false);
Eval(34307, v is NotEmptyStruct?, false);
Eval(34308, v is NotEmptyStruct?[], false);
- Eval(34309, v is EmptyStructGen<int>, false);
- Eval(34310, v is EmptyStructGen<int>[], false);
- Eval(34311, v is EmptyStructGen<int>?, false);
- Eval(34312, v is EmptyStructGen<int>?[], false);
- Eval(34313, v is NotEmptyStructGen<Guid>, false);
- Eval(34314, v is NotEmptyStructGen<Guid>[], false);
- Eval(34315, v is NotEmptyStructGen<Guid>?, false);
- Eval(34316, v is NotEmptyStructGen<Guid>?[], false);
- Eval(34317, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(34318, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(34319, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(34320, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(34309, v is EmptyStructGen<int>, false);
+// Eval(34310, v is EmptyStructGen<int>[], false);
+// Eval(34311, v is EmptyStructGen<int>?, false);
+// Eval(34312, v is EmptyStructGen<int>?[], false);
+// Eval(34313, v is NotEmptyStructGen<Guid>, false);
+// Eval(34314, v is NotEmptyStructGen<Guid>[], false);
+// Eval(34315, v is NotEmptyStructGen<Guid>?, false);
+// Eval(34316, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(34317, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(34318, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(34319, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(34320, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(34321, v is NestedStruct, false);
Eval(34322, v is NestedStruct[], false);
Eval(34323, v is NestedStruct?, false);
Eval(34324, v is NestedStruct?[], false);
- Eval(34325, v is NestedStructGen<Decimal>, false);
- Eval(34326, v is NestedStructGen<Decimal>[], false);
- Eval(34327, v is NestedStructGen<Decimal>?, false);
- Eval(34328, v is NestedStructGen<Decimal>?[], false);
+// Eval(34325, v is NestedStructGen<Decimal>, false);
+// Eval(34326, v is NestedStructGen<Decimal>[], false);
+// Eval(34327, v is NestedStructGen<Decimal>?, false);
+// Eval(34328, v is NestedStructGen<Decimal>?[], false);
Eval(34329, v is ExplicitFieldOffsetStruct, false);
Eval(34330, v is ExplicitFieldOffsetStruct[], false);
Eval(34331, v is ExplicitFieldOffsetStruct?, false);
@@ -16350,18 +16350,18 @@ internal class Program
Eval(34350, v is ImplementTwoInterface[], false);
Eval(34351, v is ImplementTwoInterface?, false);
Eval(34352, v is ImplementTwoInterface?[], false);
- Eval(34353, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(34354, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(34355, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(34356, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(34357, v is ImplementTwoInterfaceGen<int>, false);
- Eval(34358, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(34359, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(34360, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(34361, v is ImplementAllInterface<int>, false);
- Eval(34362, v is ImplementAllInterface<int>[], false);
- Eval(34363, v is ImplementAllInterface<int>?, false);
- Eval(34364, v is ImplementAllInterface<int>?[], false);
+// Eval(34353, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(34354, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(34355, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(34356, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(34357, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(34358, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(34359, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(34360, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(34361, v is ImplementAllInterface<int>, false);
+// Eval(34362, v is ImplementAllInterface<int>[], false);
+// Eval(34363, v is ImplementAllInterface<int>?, false);
+// Eval(34364, v is ImplementAllInterface<int>?[], false);
Eval(34365, v is IntE, false);
Eval(34366, v is IntE[], false);
Eval(34367, v is IntE?, false);
@@ -16460,38 +16460,38 @@ internal class Program
Eval(34460, v is IEmpty[], false);
Eval(34461, v is INotEmpty, false);
Eval(34462, v is INotEmpty[], false);
- Eval(34463, v is IEmptyGen<int>, false);
- Eval(34464, v is IEmptyGen<int>[], false);
- Eval(34465, v is INotEmptyGen<int>, false);
- Eval(34466, v is INotEmptyGen<int>[], false);
+// Eval(34463, v is IEmptyGen<int>, false);
+// Eval(34464, v is IEmptyGen<int>[], false);
+// Eval(34465, v is INotEmptyGen<int>, false);
+// Eval(34466, v is INotEmptyGen<int>[], false);
Eval(34467, v is SimpleDelegate, false);
Eval(34468, v is SimpleDelegate[], false);
- Eval(34469, v is GenericDelegate<int>, false);
- Eval(34470, v is GenericDelegate<int>[], false);
+// Eval(34469, v is GenericDelegate<int>, false);
+// Eval(34470, v is GenericDelegate<int>[], false);
Eval(34471, v is EmptyClass, false);
Eval(34472, v is EmptyClass[], false);
Eval(34473, v is NotEmptyClass, false);
Eval(34474, v is NotEmptyClass[], false);
- Eval(34475, v is EmptyClassGen<int>, false);
- Eval(34476, v is EmptyClassGen<int>[], false);
- Eval(34477, v is NotEmptyClassGen<Guid>, false);
- Eval(34478, v is NotEmptyClassGen<Guid>[], false);
- Eval(34479, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(34480, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(34475, v is EmptyClassGen<int>, false);
+// Eval(34476, v is EmptyClassGen<int>[], false);
+// Eval(34477, v is NotEmptyClassGen<Guid>, false);
+// Eval(34478, v is NotEmptyClassGen<Guid>[], false);
+// Eval(34479, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(34480, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(34481, v is NestedClass, false);
Eval(34482, v is NestedClass[], false);
- Eval(34483, v is NestedClassGen<Decimal>, false);
- Eval(34484, v is NestedClassGen<Decimal>[], false);
+// Eval(34483, v is NestedClassGen<Decimal>, false);
+// Eval(34484, v is NestedClassGen<Decimal>[], false);
Eval(34485, v is ImplementOneInterfaceC, false);
Eval(34486, v is ImplementOneInterfaceC[], false);
Eval(34487, v is ImplementTwoInterfaceC, false);
Eval(34488, v is ImplementTwoInterfaceC[], false);
- Eval(34489, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(34490, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(34491, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(34492, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(34493, v is ImplementAllInterfaceC<int>, false);
- Eval(34494, v is ImplementAllInterfaceC<int>[], false);
+// Eval(34489, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(34490, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(34491, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(34492, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(34493, v is ImplementAllInterfaceC<int>, false);
+// Eval(34494, v is ImplementAllInterfaceC<int>[], false);
Eval(34495, v is SealedClass, false);
Eval(34496, v is SealedClass[], false);
}
@@ -16505,26 +16505,26 @@ internal class Program
Eval(34502, v is NotEmptyStruct[], false);
Eval(34503, v is NotEmptyStruct?, false);
Eval(34504, v is NotEmptyStruct?[], false);
- Eval(34505, v is EmptyStructGen<int>, false);
- Eval(34506, v is EmptyStructGen<int>[], false);
- Eval(34507, v is EmptyStructGen<int>?, false);
- Eval(34508, v is EmptyStructGen<int>?[], false);
- Eval(34509, v is NotEmptyStructGen<Guid>, false);
- Eval(34510, v is NotEmptyStructGen<Guid>[], false);
- Eval(34511, v is NotEmptyStructGen<Guid>?, false);
- Eval(34512, v is NotEmptyStructGen<Guid>?[], false);
- Eval(34513, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(34514, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(34515, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(34516, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(34505, v is EmptyStructGen<int>, false);
+// Eval(34506, v is EmptyStructGen<int>[], false);
+// Eval(34507, v is EmptyStructGen<int>?, false);
+// Eval(34508, v is EmptyStructGen<int>?[], false);
+// Eval(34509, v is NotEmptyStructGen<Guid>, false);
+// Eval(34510, v is NotEmptyStructGen<Guid>[], false);
+// Eval(34511, v is NotEmptyStructGen<Guid>?, false);
+// Eval(34512, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(34513, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(34514, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(34515, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(34516, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(34517, v is NestedStruct, false);
Eval(34518, v is NestedStruct[], false);
Eval(34519, v is NestedStruct?, false);
Eval(34520, v is NestedStruct?[], false);
- Eval(34521, v is NestedStructGen<Decimal>, false);
- Eval(34522, v is NestedStructGen<Decimal>[], false);
- Eval(34523, v is NestedStructGen<Decimal>?, false);
- Eval(34524, v is NestedStructGen<Decimal>?[], false);
+// Eval(34521, v is NestedStructGen<Decimal>, false);
+// Eval(34522, v is NestedStructGen<Decimal>[], false);
+// Eval(34523, v is NestedStructGen<Decimal>?, false);
+// Eval(34524, v is NestedStructGen<Decimal>?[], false);
Eval(34525, v is ExplicitFieldOffsetStruct, false);
Eval(34526, v is ExplicitFieldOffsetStruct[], false);
Eval(34527, v is ExplicitFieldOffsetStruct?, false);
@@ -16541,18 +16541,18 @@ internal class Program
Eval(34546, v is ImplementTwoInterface[], false);
Eval(34547, v is ImplementTwoInterface?, false);
Eval(34548, v is ImplementTwoInterface?[], false);
- Eval(34549, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(34550, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(34551, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(34552, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(34553, v is ImplementTwoInterfaceGen<int>, false);
- Eval(34554, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(34555, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(34556, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(34557, v is ImplementAllInterface<int>, false);
- Eval(34558, v is ImplementAllInterface<int>[], false);
- Eval(34559, v is ImplementAllInterface<int>?, false);
- Eval(34560, v is ImplementAllInterface<int>?[], false);
+// Eval(34549, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(34550, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(34551, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(34552, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(34553, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(34554, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(34555, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(34556, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(34557, v is ImplementAllInterface<int>, false);
+// Eval(34558, v is ImplementAllInterface<int>[], false);
+// Eval(34559, v is ImplementAllInterface<int>?, false);
+// Eval(34560, v is ImplementAllInterface<int>?[], false);
Eval(34561, v is IntE, false);
Eval(34562, v is IntE[], false);
Eval(34563, v is IntE?, false);
@@ -16651,38 +16651,38 @@ internal class Program
Eval(34656, v is IEmpty[], false);
Eval(34657, v is INotEmpty, false);
Eval(34658, v is INotEmpty[], false);
- Eval(34659, v is IEmptyGen<int>, false);
- Eval(34660, v is IEmptyGen<int>[], false);
- Eval(34661, v is INotEmptyGen<int>, false);
- Eval(34662, v is INotEmptyGen<int>[], false);
+// Eval(34659, v is IEmptyGen<int>, false);
+// Eval(34660, v is IEmptyGen<int>[], false);
+// Eval(34661, v is INotEmptyGen<int>, false);
+// Eval(34662, v is INotEmptyGen<int>[], false);
Eval(34663, v is SimpleDelegate, false);
Eval(34664, v is SimpleDelegate[], false);
- Eval(34665, v is GenericDelegate<int>, false);
- Eval(34666, v is GenericDelegate<int>[], false);
+// Eval(34665, v is GenericDelegate<int>, false);
+// Eval(34666, v is GenericDelegate<int>[], false);
Eval(34667, v is EmptyClass, false);
Eval(34668, v is EmptyClass[], false);
Eval(34669, v is NotEmptyClass, false);
Eval(34670, v is NotEmptyClass[], false);
- Eval(34671, v is EmptyClassGen<int>, false);
- Eval(34672, v is EmptyClassGen<int>[], false);
- Eval(34673, v is NotEmptyClassGen<Guid>, false);
- Eval(34674, v is NotEmptyClassGen<Guid>[], false);
- Eval(34675, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(34676, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(34671, v is EmptyClassGen<int>, false);
+// Eval(34672, v is EmptyClassGen<int>[], false);
+// Eval(34673, v is NotEmptyClassGen<Guid>, false);
+// Eval(34674, v is NotEmptyClassGen<Guid>[], false);
+// Eval(34675, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(34676, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(34677, v is NestedClass, false);
Eval(34678, v is NestedClass[], false);
- Eval(34679, v is NestedClassGen<Decimal>, false);
- Eval(34680, v is NestedClassGen<Decimal>[], false);
+// Eval(34679, v is NestedClassGen<Decimal>, false);
+// Eval(34680, v is NestedClassGen<Decimal>[], false);
Eval(34681, v is ImplementOneInterfaceC, false);
Eval(34682, v is ImplementOneInterfaceC[], false);
Eval(34683, v is ImplementTwoInterfaceC, false);
Eval(34684, v is ImplementTwoInterfaceC[], false);
- Eval(34685, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(34686, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(34687, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(34688, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(34689, v is ImplementAllInterfaceC<int>, false);
- Eval(34690, v is ImplementAllInterfaceC<int>[], false);
+// Eval(34685, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(34686, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(34687, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(34688, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(34689, v is ImplementAllInterfaceC<int>, false);
+// Eval(34690, v is ImplementAllInterfaceC<int>[], false);
Eval(34691, v is SealedClass, false);
Eval(34692, v is SealedClass[], false);
}
@@ -16696,26 +16696,26 @@ internal class Program
Eval(34698, v is NotEmptyStruct[], false);
Eval(34699, v is NotEmptyStruct?, false);
Eval(34700, v is NotEmptyStruct?[], false);
- Eval(34701, v is EmptyStructGen<int>, false);
- Eval(34702, v is EmptyStructGen<int>[], false);
- Eval(34703, v is EmptyStructGen<int>?, false);
- Eval(34704, v is EmptyStructGen<int>?[], false);
- Eval(34705, v is NotEmptyStructGen<Guid>, false);
- Eval(34706, v is NotEmptyStructGen<Guid>[], false);
- Eval(34707, v is NotEmptyStructGen<Guid>?, false);
- Eval(34708, v is NotEmptyStructGen<Guid>?[], false);
- Eval(34709, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(34710, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(34711, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(34712, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(34701, v is EmptyStructGen<int>, false);
+// Eval(34702, v is EmptyStructGen<int>[], false);
+// Eval(34703, v is EmptyStructGen<int>?, false);
+// Eval(34704, v is EmptyStructGen<int>?[], false);
+// Eval(34705, v is NotEmptyStructGen<Guid>, false);
+// Eval(34706, v is NotEmptyStructGen<Guid>[], false);
+// Eval(34707, v is NotEmptyStructGen<Guid>?, false);
+// Eval(34708, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(34709, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(34710, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(34711, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(34712, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(34713, v is NestedStruct, false);
Eval(34714, v is NestedStruct[], false);
Eval(34715, v is NestedStruct?, false);
Eval(34716, v is NestedStruct?[], false);
- Eval(34717, v is NestedStructGen<Decimal>, false);
- Eval(34718, v is NestedStructGen<Decimal>[], false);
- Eval(34719, v is NestedStructGen<Decimal>?, false);
- Eval(34720, v is NestedStructGen<Decimal>?[], false);
+// Eval(34717, v is NestedStructGen<Decimal>, false);
+// Eval(34718, v is NestedStructGen<Decimal>[], false);
+// Eval(34719, v is NestedStructGen<Decimal>?, false);
+// Eval(34720, v is NestedStructGen<Decimal>?[], false);
Eval(34721, v is ExplicitFieldOffsetStruct, false);
Eval(34722, v is ExplicitFieldOffsetStruct[], false);
Eval(34723, v is ExplicitFieldOffsetStruct?, false);
@@ -16732,18 +16732,18 @@ internal class Program
Eval(34742, v is ImplementTwoInterface[], false);
Eval(34743, v is ImplementTwoInterface?, false);
Eval(34744, v is ImplementTwoInterface?[], false);
- Eval(34745, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(34746, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(34747, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(34748, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(34749, v is ImplementTwoInterfaceGen<int>, false);
- Eval(34750, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(34751, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(34752, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(34753, v is ImplementAllInterface<int>, false);
- Eval(34754, v is ImplementAllInterface<int>[], false);
- Eval(34755, v is ImplementAllInterface<int>?, false);
- Eval(34756, v is ImplementAllInterface<int>?[], false);
+// Eval(34745, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(34746, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(34747, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(34748, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(34749, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(34750, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(34751, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(34752, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(34753, v is ImplementAllInterface<int>, false);
+// Eval(34754, v is ImplementAllInterface<int>[], false);
+// Eval(34755, v is ImplementAllInterface<int>?, false);
+// Eval(34756, v is ImplementAllInterface<int>?[], false);
Eval(34757, v is IntE, false);
Eval(34758, v is IntE[], false);
Eval(34759, v is IntE?, false);
@@ -16842,38 +16842,38 @@ internal class Program
Eval(34852, v is IEmpty[], false);
Eval(34853, v is INotEmpty, false);
Eval(34854, v is INotEmpty[], false);
- Eval(34855, v is IEmptyGen<int>, false);
- Eval(34856, v is IEmptyGen<int>[], false);
- Eval(34857, v is INotEmptyGen<int>, false);
- Eval(34858, v is INotEmptyGen<int>[], false);
+// Eval(34855, v is IEmptyGen<int>, false);
+// Eval(34856, v is IEmptyGen<int>[], false);
+// Eval(34857, v is INotEmptyGen<int>, false);
+// Eval(34858, v is INotEmptyGen<int>[], false);
Eval(34859, v is SimpleDelegate, false);
Eval(34860, v is SimpleDelegate[], false);
- Eval(34861, v is GenericDelegate<int>, false);
- Eval(34862, v is GenericDelegate<int>[], false);
+// Eval(34861, v is GenericDelegate<int>, false);
+// Eval(34862, v is GenericDelegate<int>[], false);
Eval(34863, v is EmptyClass, false);
Eval(34864, v is EmptyClass[], false);
Eval(34865, v is NotEmptyClass, false);
Eval(34866, v is NotEmptyClass[], false);
- Eval(34867, v is EmptyClassGen<int>, false);
- Eval(34868, v is EmptyClassGen<int>[], false);
- Eval(34869, v is NotEmptyClassGen<Guid>, false);
- Eval(34870, v is NotEmptyClassGen<Guid>[], false);
- Eval(34871, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(34872, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(34867, v is EmptyClassGen<int>, false);
+// Eval(34868, v is EmptyClassGen<int>[], false);
+// Eval(34869, v is NotEmptyClassGen<Guid>, false);
+// Eval(34870, v is NotEmptyClassGen<Guid>[], false);
+// Eval(34871, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(34872, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(34873, v is NestedClass, false);
Eval(34874, v is NestedClass[], false);
- Eval(34875, v is NestedClassGen<Decimal>, false);
- Eval(34876, v is NestedClassGen<Decimal>[], false);
+// Eval(34875, v is NestedClassGen<Decimal>, false);
+// Eval(34876, v is NestedClassGen<Decimal>[], false);
Eval(34877, v is ImplementOneInterfaceC, false);
Eval(34878, v is ImplementOneInterfaceC[], false);
Eval(34879, v is ImplementTwoInterfaceC, false);
Eval(34880, v is ImplementTwoInterfaceC[], false);
- Eval(34881, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(34882, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(34883, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(34884, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(34885, v is ImplementAllInterfaceC<int>, false);
- Eval(34886, v is ImplementAllInterfaceC<int>[], false);
+// Eval(34881, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(34882, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(34883, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(34884, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(34885, v is ImplementAllInterfaceC<int>, false);
+// Eval(34886, v is ImplementAllInterfaceC<int>[], false);
Eval(34887, v is SealedClass, false);
Eval(34888, v is SealedClass[], false);
}
@@ -16887,26 +16887,26 @@ internal class Program
Eval(34894, v is NotEmptyStruct[], false);
Eval(34895, v is NotEmptyStruct?, false);
Eval(34896, v is NotEmptyStruct?[], false);
- Eval(34897, v is EmptyStructGen<int>, false);
- Eval(34898, v is EmptyStructGen<int>[], false);
- Eval(34899, v is EmptyStructGen<int>?, false);
- Eval(34900, v is EmptyStructGen<int>?[], false);
- Eval(34901, v is NotEmptyStructGen<Guid>, false);
- Eval(34902, v is NotEmptyStructGen<Guid>[], false);
- Eval(34903, v is NotEmptyStructGen<Guid>?, false);
- Eval(34904, v is NotEmptyStructGen<Guid>?[], false);
- Eval(34905, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(34906, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(34907, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(34908, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(34897, v is EmptyStructGen<int>, false);
+// Eval(34898, v is EmptyStructGen<int>[], false);
+// Eval(34899, v is EmptyStructGen<int>?, false);
+// Eval(34900, v is EmptyStructGen<int>?[], false);
+// Eval(34901, v is NotEmptyStructGen<Guid>, false);
+// Eval(34902, v is NotEmptyStructGen<Guid>[], false);
+// Eval(34903, v is NotEmptyStructGen<Guid>?, false);
+// Eval(34904, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(34905, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(34906, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(34907, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(34908, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(34909, v is NestedStruct, false);
Eval(34910, v is NestedStruct[], false);
Eval(34911, v is NestedStruct?, false);
Eval(34912, v is NestedStruct?[], false);
- Eval(34913, v is NestedStructGen<Decimal>, false);
- Eval(34914, v is NestedStructGen<Decimal>[], false);
- Eval(34915, v is NestedStructGen<Decimal>?, false);
- Eval(34916, v is NestedStructGen<Decimal>?[], false);
+// Eval(34913, v is NestedStructGen<Decimal>, false);
+// Eval(34914, v is NestedStructGen<Decimal>[], false);
+// Eval(34915, v is NestedStructGen<Decimal>?, false);
+// Eval(34916, v is NestedStructGen<Decimal>?[], false);
Eval(34917, v is ExplicitFieldOffsetStruct, false);
Eval(34918, v is ExplicitFieldOffsetStruct[], false);
Eval(34919, v is ExplicitFieldOffsetStruct?, false);
@@ -16923,18 +16923,18 @@ internal class Program
Eval(34938, v is ImplementTwoInterface[], false);
Eval(34939, v is ImplementTwoInterface?, false);
Eval(34940, v is ImplementTwoInterface?[], false);
- Eval(34941, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(34942, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(34943, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(34944, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(34945, v is ImplementTwoInterfaceGen<int>, false);
- Eval(34946, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(34947, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(34948, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(34949, v is ImplementAllInterface<int>, false);
- Eval(34950, v is ImplementAllInterface<int>[], false);
- Eval(34951, v is ImplementAllInterface<int>?, false);
- Eval(34952, v is ImplementAllInterface<int>?[], false);
+// Eval(34941, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(34942, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(34943, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(34944, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(34945, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(34946, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(34947, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(34948, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(34949, v is ImplementAllInterface<int>, false);
+// Eval(34950, v is ImplementAllInterface<int>[], false);
+// Eval(34951, v is ImplementAllInterface<int>?, false);
+// Eval(34952, v is ImplementAllInterface<int>?[], false);
Eval(34953, v is IntE, false);
Eval(34954, v is IntE[], false);
Eval(34955, v is IntE?, false);
@@ -17033,38 +17033,38 @@ internal class Program
Eval(35048, v is IEmpty[], false);
Eval(35049, v is INotEmpty, false);
Eval(35050, v is INotEmpty[], false);
- Eval(35051, v is IEmptyGen<int>, false);
- Eval(35052, v is IEmptyGen<int>[], false);
- Eval(35053, v is INotEmptyGen<int>, false);
- Eval(35054, v is INotEmptyGen<int>[], false);
+// Eval(35051, v is IEmptyGen<int>, false);
+// Eval(35052, v is IEmptyGen<int>[], false);
+// Eval(35053, v is INotEmptyGen<int>, false);
+// Eval(35054, v is INotEmptyGen<int>[], false);
Eval(35055, v is SimpleDelegate, false);
Eval(35056, v is SimpleDelegate[], false);
- Eval(35057, v is GenericDelegate<int>, false);
- Eval(35058, v is GenericDelegate<int>[], false);
+// Eval(35057, v is GenericDelegate<int>, false);
+// Eval(35058, v is GenericDelegate<int>[], false);
Eval(35059, v is EmptyClass, false);
Eval(35060, v is EmptyClass[], false);
Eval(35061, v is NotEmptyClass, false);
Eval(35062, v is NotEmptyClass[], false);
- Eval(35063, v is EmptyClassGen<int>, false);
- Eval(35064, v is EmptyClassGen<int>[], false);
- Eval(35065, v is NotEmptyClassGen<Guid>, false);
- Eval(35066, v is NotEmptyClassGen<Guid>[], false);
- Eval(35067, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(35068, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(35063, v is EmptyClassGen<int>, false);
+// Eval(35064, v is EmptyClassGen<int>[], false);
+// Eval(35065, v is NotEmptyClassGen<Guid>, false);
+// Eval(35066, v is NotEmptyClassGen<Guid>[], false);
+// Eval(35067, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(35068, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(35069, v is NestedClass, false);
Eval(35070, v is NestedClass[], false);
- Eval(35071, v is NestedClassGen<Decimal>, false);
- Eval(35072, v is NestedClassGen<Decimal>[], false);
+// Eval(35071, v is NestedClassGen<Decimal>, false);
+// Eval(35072, v is NestedClassGen<Decimal>[], false);
Eval(35073, v is ImplementOneInterfaceC, false);
Eval(35074, v is ImplementOneInterfaceC[], false);
Eval(35075, v is ImplementTwoInterfaceC, false);
Eval(35076, v is ImplementTwoInterfaceC[], false);
- Eval(35077, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(35078, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(35079, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(35080, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(35081, v is ImplementAllInterfaceC<int>, false);
- Eval(35082, v is ImplementAllInterfaceC<int>[], false);
+// Eval(35077, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(35078, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(35079, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(35080, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(35081, v is ImplementAllInterfaceC<int>, false);
+// Eval(35082, v is ImplementAllInterfaceC<int>[], false);
Eval(35083, v is SealedClass, false);
Eval(35084, v is SealedClass[], false);
}
@@ -17078,26 +17078,26 @@ internal class Program
Eval(35090, v is NotEmptyStruct[], false);
Eval(35091, v is NotEmptyStruct?, false);
Eval(35092, v is NotEmptyStruct?[], false);
- Eval(35093, v is EmptyStructGen<int>, false);
- Eval(35094, v is EmptyStructGen<int>[], false);
- Eval(35095, v is EmptyStructGen<int>?, false);
- Eval(35096, v is EmptyStructGen<int>?[], false);
- Eval(35097, v is NotEmptyStructGen<Guid>, false);
- Eval(35098, v is NotEmptyStructGen<Guid>[], false);
- Eval(35099, v is NotEmptyStructGen<Guid>?, false);
- Eval(35100, v is NotEmptyStructGen<Guid>?[], false);
- Eval(35101, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(35102, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(35103, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(35104, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(35093, v is EmptyStructGen<int>, false);
+// Eval(35094, v is EmptyStructGen<int>[], false);
+// Eval(35095, v is EmptyStructGen<int>?, false);
+// Eval(35096, v is EmptyStructGen<int>?[], false);
+// Eval(35097, v is NotEmptyStructGen<Guid>, false);
+// Eval(35098, v is NotEmptyStructGen<Guid>[], false);
+// Eval(35099, v is NotEmptyStructGen<Guid>?, false);
+// Eval(35100, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(35101, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(35102, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(35103, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(35104, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(35105, v is NestedStruct, false);
Eval(35106, v is NestedStruct[], false);
Eval(35107, v is NestedStruct?, false);
Eval(35108, v is NestedStruct?[], false);
- Eval(35109, v is NestedStructGen<Decimal>, false);
- Eval(35110, v is NestedStructGen<Decimal>[], false);
- Eval(35111, v is NestedStructGen<Decimal>?, false);
- Eval(35112, v is NestedStructGen<Decimal>?[], false);
+// Eval(35109, v is NestedStructGen<Decimal>, false);
+// Eval(35110, v is NestedStructGen<Decimal>[], false);
+// Eval(35111, v is NestedStructGen<Decimal>?, false);
+// Eval(35112, v is NestedStructGen<Decimal>?[], false);
Eval(35113, v is ExplicitFieldOffsetStruct, false);
Eval(35114, v is ExplicitFieldOffsetStruct[], false);
Eval(35115, v is ExplicitFieldOffsetStruct?, false);
@@ -17114,18 +17114,18 @@ internal class Program
Eval(35134, v is ImplementTwoInterface[], false);
Eval(35135, v is ImplementTwoInterface?, false);
Eval(35136, v is ImplementTwoInterface?[], false);
- Eval(35137, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(35138, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(35139, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(35140, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(35141, v is ImplementTwoInterfaceGen<int>, false);
- Eval(35142, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(35143, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(35144, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(35145, v is ImplementAllInterface<int>, false);
- Eval(35146, v is ImplementAllInterface<int>[], false);
- Eval(35147, v is ImplementAllInterface<int>?, false);
- Eval(35148, v is ImplementAllInterface<int>?[], false);
+// Eval(35137, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(35138, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(35139, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(35140, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(35141, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(35142, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(35143, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(35144, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(35145, v is ImplementAllInterface<int>, false);
+// Eval(35146, v is ImplementAllInterface<int>[], false);
+// Eval(35147, v is ImplementAllInterface<int>?, false);
+// Eval(35148, v is ImplementAllInterface<int>?[], false);
Eval(35149, v is IntE, false);
Eval(35150, v is IntE[], false);
Eval(35151, v is IntE?, false);
@@ -17224,38 +17224,38 @@ internal class Program
Eval(35244, v is IEmpty[], false);
Eval(35245, v is INotEmpty, false);
Eval(35246, v is INotEmpty[], false);
- Eval(35247, v is IEmptyGen<int>, false);
- Eval(35248, v is IEmptyGen<int>[], false);
- Eval(35249, v is INotEmptyGen<int>, false);
- Eval(35250, v is INotEmptyGen<int>[], false);
+// Eval(35247, v is IEmptyGen<int>, false);
+// Eval(35248, v is IEmptyGen<int>[], false);
+// Eval(35249, v is INotEmptyGen<int>, false);
+// Eval(35250, v is INotEmptyGen<int>[], false);
Eval(35251, v is SimpleDelegate, false);
Eval(35252, v is SimpleDelegate[], false);
- Eval(35253, v is GenericDelegate<int>, false);
- Eval(35254, v is GenericDelegate<int>[], false);
+// Eval(35253, v is GenericDelegate<int>, false);
+// Eval(35254, v is GenericDelegate<int>[], false);
Eval(35255, v is EmptyClass, false);
Eval(35256, v is EmptyClass[], false);
Eval(35257, v is NotEmptyClass, false);
Eval(35258, v is NotEmptyClass[], false);
- Eval(35259, v is EmptyClassGen<int>, false);
- Eval(35260, v is EmptyClassGen<int>[], false);
- Eval(35261, v is NotEmptyClassGen<Guid>, false);
- Eval(35262, v is NotEmptyClassGen<Guid>[], false);
- Eval(35263, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(35264, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(35259, v is EmptyClassGen<int>, false);
+// Eval(35260, v is EmptyClassGen<int>[], false);
+// Eval(35261, v is NotEmptyClassGen<Guid>, false);
+// Eval(35262, v is NotEmptyClassGen<Guid>[], false);
+// Eval(35263, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(35264, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(35265, v is NestedClass, false);
Eval(35266, v is NestedClass[], false);
- Eval(35267, v is NestedClassGen<Decimal>, false);
- Eval(35268, v is NestedClassGen<Decimal>[], false);
+// Eval(35267, v is NestedClassGen<Decimal>, false);
+// Eval(35268, v is NestedClassGen<Decimal>[], false);
Eval(35269, v is ImplementOneInterfaceC, false);
Eval(35270, v is ImplementOneInterfaceC[], false);
Eval(35271, v is ImplementTwoInterfaceC, false);
Eval(35272, v is ImplementTwoInterfaceC[], false);
- Eval(35273, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(35274, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(35275, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(35276, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(35277, v is ImplementAllInterfaceC<int>, false);
- Eval(35278, v is ImplementAllInterfaceC<int>[], false);
+// Eval(35273, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(35274, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(35275, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(35276, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(35277, v is ImplementAllInterfaceC<int>, false);
+// Eval(35278, v is ImplementAllInterfaceC<int>[], false);
Eval(35279, v is SealedClass, false);
Eval(35280, v is SealedClass[], false);
}