summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Directed/nullabletypes/isinst.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Directed/nullabletypes/isinst.cs')
-rw-r--r--tests/src/JIT/Directed/nullabletypes/isinst.cs7680
1 files changed, 3840 insertions, 3840 deletions
diff --git a/tests/src/JIT/Directed/nullabletypes/isinst.cs b/tests/src/JIT/Directed/nullabletypes/isinst.cs
index b747f484c2..9a7b496907 100644
--- a/tests/src/JIT/Directed/nullabletypes/isinst.cs
+++ b/tests/src/JIT/Directed/nullabletypes/isinst.cs
@@ -28,26 +28,26 @@ internal class Program
Eval(0006, v is NotEmptyStruct[], false);
Eval(0007, v is NotEmptyStruct?, false);
Eval(0008, v is NotEmptyStruct?[], false);
- Eval(0009, v is EmptyStructGen<int>, false);
- Eval(0010, v is EmptyStructGen<int>[], false);
- Eval(0011, v is EmptyStructGen<int>?, false);
- Eval(0012, v is EmptyStructGen<int>?[], false);
- Eval(0013, v is NotEmptyStructGen<Guid>, false);
- Eval(0014, v is NotEmptyStructGen<Guid>[], false);
- Eval(0015, v is NotEmptyStructGen<Guid>?, false);
- Eval(0016, v is NotEmptyStructGen<Guid>?[], false);
- Eval(0017, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(0018, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(0019, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(0020, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(0009, v is EmptyStructGen<int>, false);
+// Eval(0010, v is EmptyStructGen<int>[], false);
+// Eval(0011, v is EmptyStructGen<int>?, false);
+// Eval(0012, v is EmptyStructGen<int>?[], false);
+// Eval(0013, v is NotEmptyStructGen<Guid>, false);
+// Eval(0014, v is NotEmptyStructGen<Guid>[], false);
+// Eval(0015, v is NotEmptyStructGen<Guid>?, false);
+// Eval(0016, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(0017, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(0018, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(0019, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(0020, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(0021, v is NestedStruct, false);
Eval(0022, v is NestedStruct[], false);
Eval(0023, v is NestedStruct?, false);
Eval(0024, v is NestedStruct?[], false);
- Eval(0025, v is NestedStructGen<Decimal>, false);
- Eval(0026, v is NestedStructGen<Decimal>[], false);
- Eval(0027, v is NestedStructGen<Decimal>?, false);
- Eval(0028, v is NestedStructGen<Decimal>?[], false);
+// Eval(0025, v is NestedStructGen<Decimal>, false);
+// Eval(0026, v is NestedStructGen<Decimal>[], false);
+// Eval(0027, v is NestedStructGen<Decimal>?, false);
+// Eval(0028, v is NestedStructGen<Decimal>?[], false);
Eval(0029, v is ExplicitFieldOffsetStruct, false);
Eval(0030, v is ExplicitFieldOffsetStruct[], false);
Eval(0031, v is ExplicitFieldOffsetStruct?, false);
@@ -64,18 +64,18 @@ internal class Program
Eval(0050, v is ImplementTwoInterface[], false);
Eval(0051, v is ImplementTwoInterface?, false);
Eval(0052, v is ImplementTwoInterface?[], false);
- Eval(0053, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(0054, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(0055, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(0056, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(0057, v is ImplementTwoInterfaceGen<int>, false);
- Eval(0058, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(0059, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(0060, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(0061, v is ImplementAllInterface<int>, false);
- Eval(0062, v is ImplementAllInterface<int>[], false);
- Eval(0063, v is ImplementAllInterface<int>?, false);
- Eval(0064, v is ImplementAllInterface<int>?[], false);
+// Eval(0053, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(0054, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(0055, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(0056, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(0057, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(0058, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(0059, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(0060, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(0061, v is ImplementAllInterface<int>, false);
+// Eval(0062, v is ImplementAllInterface<int>[], false);
+// Eval(0063, v is ImplementAllInterface<int>?, false);
+// Eval(0064, v is ImplementAllInterface<int>?[], false);
Eval(0065, v is IntE, false);
Eval(0066, v is IntE[], false);
Eval(0067, v is IntE?, false);
@@ -174,38 +174,38 @@ internal class Program
Eval(0160, v is IEmpty[], false);
Eval(0161, v is INotEmpty, false);
Eval(0162, v is INotEmpty[], false);
- Eval(0163, v is IEmptyGen<int>, false);
- Eval(0164, v is IEmptyGen<int>[], false);
- Eval(0165, v is INotEmptyGen<int>, false);
- Eval(0166, v is INotEmptyGen<int>[], false);
+// Eval(0163, v is IEmptyGen<int>, false);
+// Eval(0164, v is IEmptyGen<int>[], false);
+// Eval(0165, v is INotEmptyGen<int>, false);
+// Eval(0166, v is INotEmptyGen<int>[], false);
Eval(0167, v is SimpleDelegate, false);
Eval(0168, v is SimpleDelegate[], false);
- Eval(0169, v is GenericDelegate<int>, false);
- Eval(0170, v is GenericDelegate<int>[], false);
+// Eval(0169, v is GenericDelegate<int>, false);
+// Eval(0170, v is GenericDelegate<int>[], false);
Eval(0171, v is EmptyClass, false);
Eval(0172, v is EmptyClass[], false);
Eval(0173, v is NotEmptyClass, false);
Eval(0174, v is NotEmptyClass[], false);
- Eval(0175, v is EmptyClassGen<int>, false);
- Eval(0176, v is EmptyClassGen<int>[], false);
- Eval(0177, v is NotEmptyClassGen<Guid>, false);
- Eval(0178, v is NotEmptyClassGen<Guid>[], false);
- Eval(0179, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(0180, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(0175, v is EmptyClassGen<int>, false);
+// Eval(0176, v is EmptyClassGen<int>[], false);
+// Eval(0177, v is NotEmptyClassGen<Guid>, false);
+// Eval(0178, v is NotEmptyClassGen<Guid>[], false);
+// Eval(0179, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(0180, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(0181, v is NestedClass, false);
Eval(0182, v is NestedClass[], false);
- Eval(0183, v is NestedClassGen<Decimal>, false);
- Eval(0184, v is NestedClassGen<Decimal>[], false);
+// Eval(0183, v is NestedClassGen<Decimal>, false);
+// Eval(0184, v is NestedClassGen<Decimal>[], false);
Eval(0185, v is ImplementOneInterfaceC, false);
Eval(0186, v is ImplementOneInterfaceC[], false);
Eval(0187, v is ImplementTwoInterfaceC, false);
Eval(0188, v is ImplementTwoInterfaceC[], false);
- Eval(0189, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(0190, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(0191, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(0192, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(0193, v is ImplementAllInterfaceC<int>, false);
- Eval(0194, v is ImplementAllInterfaceC<int>[], false);
+// Eval(0189, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(0190, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(0191, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(0192, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(0193, v is ImplementAllInterfaceC<int>, false);
+// Eval(0194, v is ImplementAllInterfaceC<int>[], false);
Eval(0195, v is SealedClass, false);
Eval(0196, v is SealedClass[], false);
}
@@ -219,26 +219,26 @@ internal class Program
Eval(0202, v is NotEmptyStruct[], false);
Eval(0203, v is NotEmptyStruct?, false);
Eval(0204, v is NotEmptyStruct?[], false);
- Eval(0205, v is EmptyStructGen<int>, false);
- Eval(0206, v is EmptyStructGen<int>[], false);
- Eval(0207, v is EmptyStructGen<int>?, false);
- Eval(0208, v is EmptyStructGen<int>?[], false);
- Eval(0209, v is NotEmptyStructGen<Guid>, false);
- Eval(0210, v is NotEmptyStructGen<Guid>[], false);
- Eval(0211, v is NotEmptyStructGen<Guid>?, false);
- Eval(0212, v is NotEmptyStructGen<Guid>?[], false);
- Eval(0213, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(0214, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(0215, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(0216, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(0205, v is EmptyStructGen<int>, false);
+// Eval(0206, v is EmptyStructGen<int>[], false);
+// Eval(0207, v is EmptyStructGen<int>?, false);
+// Eval(0208, v is EmptyStructGen<int>?[], false);
+// Eval(0209, v is NotEmptyStructGen<Guid>, false);
+// Eval(0210, v is NotEmptyStructGen<Guid>[], false);
+// Eval(0211, v is NotEmptyStructGen<Guid>?, false);
+// Eval(0212, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(0213, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(0214, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(0215, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(0216, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(0217, v is NestedStruct, false);
Eval(0218, v is NestedStruct[], false);
Eval(0219, v is NestedStruct?, false);
Eval(0220, v is NestedStruct?[], false);
- Eval(0221, v is NestedStructGen<Decimal>, false);
- Eval(0222, v is NestedStructGen<Decimal>[], false);
- Eval(0223, v is NestedStructGen<Decimal>?, false);
- Eval(0224, v is NestedStructGen<Decimal>?[], false);
+// Eval(0221, v is NestedStructGen<Decimal>, false);
+// Eval(0222, v is NestedStructGen<Decimal>[], false);
+// Eval(0223, v is NestedStructGen<Decimal>?, false);
+// Eval(0224, v is NestedStructGen<Decimal>?[], false);
Eval(0225, v is ExplicitFieldOffsetStruct, false);
Eval(0226, v is ExplicitFieldOffsetStruct[], false);
Eval(0227, v is ExplicitFieldOffsetStruct?, false);
@@ -255,18 +255,18 @@ internal class Program
Eval(0246, v is ImplementTwoInterface[], false);
Eval(0247, v is ImplementTwoInterface?, false);
Eval(0248, v is ImplementTwoInterface?[], false);
- Eval(0249, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(0250, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(0251, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(0252, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(0253, v is ImplementTwoInterfaceGen<int>, false);
- Eval(0254, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(0255, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(0256, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(0257, v is ImplementAllInterface<int>, false);
- Eval(0258, v is ImplementAllInterface<int>[], false);
- Eval(0259, v is ImplementAllInterface<int>?, false);
- Eval(0260, v is ImplementAllInterface<int>?[], false);
+// Eval(0249, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(0250, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(0251, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(0252, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(0253, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(0254, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(0255, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(0256, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(0257, v is ImplementAllInterface<int>, false);
+// Eval(0258, v is ImplementAllInterface<int>[], false);
+// Eval(0259, v is ImplementAllInterface<int>?, false);
+// Eval(0260, v is ImplementAllInterface<int>?[], false);
Eval(0261, v is IntE, false);
Eval(0262, v is IntE[], false);
Eval(0263, v is IntE?, false);
@@ -365,38 +365,38 @@ internal class Program
Eval(0356, v is IEmpty[], false);
Eval(0357, v is INotEmpty, false);
Eval(0358, v is INotEmpty[], false);
- Eval(0359, v is IEmptyGen<int>, false);
- Eval(0360, v is IEmptyGen<int>[], false);
- Eval(0361, v is INotEmptyGen<int>, false);
- Eval(0362, v is INotEmptyGen<int>[], false);
+// Eval(0359, v is IEmptyGen<int>, false);
+// Eval(0360, v is IEmptyGen<int>[], false);
+// Eval(0361, v is INotEmptyGen<int>, false);
+// Eval(0362, v is INotEmptyGen<int>[], false);
Eval(0363, v is SimpleDelegate, false);
Eval(0364, v is SimpleDelegate[], false);
- Eval(0365, v is GenericDelegate<int>, false);
- Eval(0366, v is GenericDelegate<int>[], false);
+// Eval(0365, v is GenericDelegate<int>, false);
+// Eval(0366, v is GenericDelegate<int>[], false);
Eval(0367, v is EmptyClass, false);
Eval(0368, v is EmptyClass[], false);
Eval(0369, v is NotEmptyClass, false);
Eval(0370, v is NotEmptyClass[], false);
- Eval(0371, v is EmptyClassGen<int>, false);
- Eval(0372, v is EmptyClassGen<int>[], false);
- Eval(0373, v is NotEmptyClassGen<Guid>, false);
- Eval(0374, v is NotEmptyClassGen<Guid>[], false);
- Eval(0375, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(0376, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(0371, v is EmptyClassGen<int>, false);
+// Eval(0372, v is EmptyClassGen<int>[], false);
+// Eval(0373, v is NotEmptyClassGen<Guid>, false);
+// Eval(0374, v is NotEmptyClassGen<Guid>[], false);
+// Eval(0375, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(0376, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(0377, v is NestedClass, false);
Eval(0378, v is NestedClass[], false);
- Eval(0379, v is NestedClassGen<Decimal>, false);
- Eval(0380, v is NestedClassGen<Decimal>[], false);
+// Eval(0379, v is NestedClassGen<Decimal>, false);
+// Eval(0380, v is NestedClassGen<Decimal>[], false);
Eval(0381, v is ImplementOneInterfaceC, false);
Eval(0382, v is ImplementOneInterfaceC[], false);
Eval(0383, v is ImplementTwoInterfaceC, false);
Eval(0384, v is ImplementTwoInterfaceC[], false);
- Eval(0385, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(0386, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(0387, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(0388, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(0389, v is ImplementAllInterfaceC<int>, false);
- Eval(0390, v is ImplementAllInterfaceC<int>[], false);
+// Eval(0385, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(0386, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(0387, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(0388, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(0389, v is ImplementAllInterfaceC<int>, false);
+// Eval(0390, v is ImplementAllInterfaceC<int>[], false);
Eval(0391, v is SealedClass, false);
Eval(0392, v is SealedClass[], false);
}
@@ -410,26 +410,26 @@ internal class Program
Eval(0398, v is NotEmptyStruct[], false);
Eval(0399, v is NotEmptyStruct?, false);
Eval(0400, v is NotEmptyStruct?[], false);
- Eval(0401, v is EmptyStructGen<int>, false);
- Eval(0402, v is EmptyStructGen<int>[], false);
- Eval(0403, v is EmptyStructGen<int>?, false);
- Eval(0404, v is EmptyStructGen<int>?[], false);
- Eval(0405, v is NotEmptyStructGen<Guid>, false);
- Eval(0406, v is NotEmptyStructGen<Guid>[], false);
- Eval(0407, v is NotEmptyStructGen<Guid>?, false);
- Eval(0408, v is NotEmptyStructGen<Guid>?[], false);
- Eval(0409, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(0410, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(0411, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(0412, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(0401, v is EmptyStructGen<int>, false);
+// Eval(0402, v is EmptyStructGen<int>[], false);
+// Eval(0403, v is EmptyStructGen<int>?, false);
+// Eval(0404, v is EmptyStructGen<int>?[], false);
+// Eval(0405, v is NotEmptyStructGen<Guid>, false);
+// Eval(0406, v is NotEmptyStructGen<Guid>[], false);
+// Eval(0407, v is NotEmptyStructGen<Guid>?, false);
+// Eval(0408, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(0409, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(0410, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(0411, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(0412, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(0413, v is NestedStruct, false);
Eval(0414, v is NestedStruct[], false);
Eval(0415, v is NestedStruct?, false);
Eval(0416, v is NestedStruct?[], false);
- Eval(0417, v is NestedStructGen<Decimal>, false);
- Eval(0418, v is NestedStructGen<Decimal>[], false);
- Eval(0419, v is NestedStructGen<Decimal>?, false);
- Eval(0420, v is NestedStructGen<Decimal>?[], false);
+// Eval(0417, v is NestedStructGen<Decimal>, false);
+// Eval(0418, v is NestedStructGen<Decimal>[], false);
+// Eval(0419, v is NestedStructGen<Decimal>?, false);
+// Eval(0420, v is NestedStructGen<Decimal>?[], false);
Eval(0421, v is ExplicitFieldOffsetStruct, false);
Eval(0422, v is ExplicitFieldOffsetStruct[], false);
Eval(0423, v is ExplicitFieldOffsetStruct?, false);
@@ -446,18 +446,18 @@ internal class Program
Eval(0442, v is ImplementTwoInterface[], false);
Eval(0443, v is ImplementTwoInterface?, false);
Eval(0444, v is ImplementTwoInterface?[], false);
- Eval(0445, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(0446, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(0447, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(0448, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(0449, v is ImplementTwoInterfaceGen<int>, false);
- Eval(0450, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(0451, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(0452, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(0453, v is ImplementAllInterface<int>, false);
- Eval(0454, v is ImplementAllInterface<int>[], false);
- Eval(0455, v is ImplementAllInterface<int>?, false);
- Eval(0456, v is ImplementAllInterface<int>?[], false);
+// Eval(0445, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(0446, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(0447, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(0448, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(0449, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(0450, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(0451, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(0452, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(0453, v is ImplementAllInterface<int>, false);
+// Eval(0454, v is ImplementAllInterface<int>[], false);
+// Eval(0455, v is ImplementAllInterface<int>?, false);
+// Eval(0456, v is ImplementAllInterface<int>?[], false);
Eval(0457, v is IntE, false);
Eval(0458, v is IntE[], false);
Eval(0459, v is IntE?, false);
@@ -556,38 +556,38 @@ internal class Program
Eval(0552, v is IEmpty[], false);
Eval(0553, v is INotEmpty, false);
Eval(0554, v is INotEmpty[], false);
- Eval(0555, v is IEmptyGen<int>, false);
- Eval(0556, v is IEmptyGen<int>[], false);
- Eval(0557, v is INotEmptyGen<int>, false);
- Eval(0558, v is INotEmptyGen<int>[], false);
+// Eval(0555, v is IEmptyGen<int>, false);
+// Eval(0556, v is IEmptyGen<int>[], false);
+// Eval(0557, v is INotEmptyGen<int>, false);
+// Eval(0558, v is INotEmptyGen<int>[], false);
Eval(0559, v is SimpleDelegate, false);
Eval(0560, v is SimpleDelegate[], false);
- Eval(0561, v is GenericDelegate<int>, false);
- Eval(0562, v is GenericDelegate<int>[], false);
+// Eval(0561, v is GenericDelegate<int>, false);
+// Eval(0562, v is GenericDelegate<int>[], false);
Eval(0563, v is EmptyClass, false);
Eval(0564, v is EmptyClass[], false);
Eval(0565, v is NotEmptyClass, false);
Eval(0566, v is NotEmptyClass[], false);
- Eval(0567, v is EmptyClassGen<int>, false);
- Eval(0568, v is EmptyClassGen<int>[], false);
- Eval(0569, v is NotEmptyClassGen<Guid>, false);
- Eval(0570, v is NotEmptyClassGen<Guid>[], false);
- Eval(0571, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(0572, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(0567, v is EmptyClassGen<int>, false);
+// Eval(0568, v is EmptyClassGen<int>[], false);
+// Eval(0569, v is NotEmptyClassGen<Guid>, false);
+// Eval(0570, v is NotEmptyClassGen<Guid>[], false);
+// Eval(0571, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(0572, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(0573, v is NestedClass, false);
Eval(0574, v is NestedClass[], false);
- Eval(0575, v is NestedClassGen<Decimal>, false);
- Eval(0576, v is NestedClassGen<Decimal>[], false);
+// Eval(0575, v is NestedClassGen<Decimal>, false);
+// Eval(0576, v is NestedClassGen<Decimal>[], false);
Eval(0577, v is ImplementOneInterfaceC, false);
Eval(0578, v is ImplementOneInterfaceC[], false);
Eval(0579, v is ImplementTwoInterfaceC, false);
Eval(0580, v is ImplementTwoInterfaceC[], false);
- Eval(0581, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(0582, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(0583, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(0584, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(0585, v is ImplementAllInterfaceC<int>, false);
- Eval(0586, v is ImplementAllInterfaceC<int>[], false);
+// Eval(0581, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(0582, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(0583, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(0584, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(0585, v is ImplementAllInterfaceC<int>, false);
+// Eval(0586, v is ImplementAllInterfaceC<int>[], false);
Eval(0587, v is SealedClass, false);
Eval(0588, v is SealedClass[], false);
}
@@ -601,26 +601,26 @@ internal class Program
Eval(0594, v is NotEmptyStruct[], false);
Eval(0595, v is NotEmptyStruct?, false);
Eval(0596, v is NotEmptyStruct?[], false);
- Eval(0597, v is EmptyStructGen<int>, false);
- Eval(0598, v is EmptyStructGen<int>[], false);
- Eval(0599, v is EmptyStructGen<int>?, false);
- Eval(0600, v is EmptyStructGen<int>?[], false);
- Eval(0601, v is NotEmptyStructGen<Guid>, false);
- Eval(0602, v is NotEmptyStructGen<Guid>[], false);
- Eval(0603, v is NotEmptyStructGen<Guid>?, false);
- Eval(0604, v is NotEmptyStructGen<Guid>?[], false);
- Eval(0605, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(0606, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(0607, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(0608, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(0597, v is EmptyStructGen<int>, false);
+// Eval(0598, v is EmptyStructGen<int>[], false);
+// Eval(0599, v is EmptyStructGen<int>?, false);
+// Eval(0600, v is EmptyStructGen<int>?[], false);
+// Eval(0601, v is NotEmptyStructGen<Guid>, false);
+// Eval(0602, v is NotEmptyStructGen<Guid>[], false);
+// Eval(0603, v is NotEmptyStructGen<Guid>?, false);
+// Eval(0604, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(0605, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(0606, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(0607, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(0608, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(0609, v is NestedStruct, false);
Eval(0610, v is NestedStruct[], false);
Eval(0611, v is NestedStruct?, false);
Eval(0612, v is NestedStruct?[], false);
- Eval(0613, v is NestedStructGen<Decimal>, false);
- Eval(0614, v is NestedStructGen<Decimal>[], false);
- Eval(0615, v is NestedStructGen<Decimal>?, false);
- Eval(0616, v is NestedStructGen<Decimal>?[], false);
+// Eval(0613, v is NestedStructGen<Decimal>, false);
+// Eval(0614, v is NestedStructGen<Decimal>[], false);
+// Eval(0615, v is NestedStructGen<Decimal>?, false);
+// Eval(0616, v is NestedStructGen<Decimal>?[], false);
Eval(0617, v is ExplicitFieldOffsetStruct, false);
Eval(0618, v is ExplicitFieldOffsetStruct[], false);
Eval(0619, v is ExplicitFieldOffsetStruct?, false);
@@ -637,18 +637,18 @@ internal class Program
Eval(0638, v is ImplementTwoInterface[], false);
Eval(0639, v is ImplementTwoInterface?, false);
Eval(0640, v is ImplementTwoInterface?[], false);
- Eval(0641, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(0642, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(0643, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(0644, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(0645, v is ImplementTwoInterfaceGen<int>, false);
- Eval(0646, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(0647, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(0648, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(0649, v is ImplementAllInterface<int>, false);
- Eval(0650, v is ImplementAllInterface<int>[], false);
- Eval(0651, v is ImplementAllInterface<int>?, false);
- Eval(0652, v is ImplementAllInterface<int>?[], false);
+// Eval(0641, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(0642, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(0643, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(0644, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(0645, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(0646, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(0647, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(0648, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(0649, v is ImplementAllInterface<int>, false);
+// Eval(0650, v is ImplementAllInterface<int>[], false);
+// Eval(0651, v is ImplementAllInterface<int>?, false);
+// Eval(0652, v is ImplementAllInterface<int>?[], false);
Eval(0653, v is IntE, false);
Eval(0654, v is IntE[], false);
Eval(0655, v is IntE?, false);
@@ -747,38 +747,38 @@ internal class Program
Eval(0748, v is IEmpty[], false);
Eval(0749, v is INotEmpty, false);
Eval(0750, v is INotEmpty[], false);
- Eval(0751, v is IEmptyGen<int>, false);
- Eval(0752, v is IEmptyGen<int>[], false);
- Eval(0753, v is INotEmptyGen<int>, false);
- Eval(0754, v is INotEmptyGen<int>[], false);
+// Eval(0751, v is IEmptyGen<int>, false);
+// Eval(0752, v is IEmptyGen<int>[], false);
+// Eval(0753, v is INotEmptyGen<int>, false);
+// Eval(0754, v is INotEmptyGen<int>[], false);
Eval(0755, v is SimpleDelegate, false);
Eval(0756, v is SimpleDelegate[], false);
- Eval(0757, v is GenericDelegate<int>, false);
- Eval(0758, v is GenericDelegate<int>[], false);
+// Eval(0757, v is GenericDelegate<int>, false);
+// Eval(0758, v is GenericDelegate<int>[], false);
Eval(0759, v is EmptyClass, false);
Eval(0760, v is EmptyClass[], false);
Eval(0761, v is NotEmptyClass, false);
Eval(0762, v is NotEmptyClass[], false);
- Eval(0763, v is EmptyClassGen<int>, false);
- Eval(0764, v is EmptyClassGen<int>[], false);
- Eval(0765, v is NotEmptyClassGen<Guid>, false);
- Eval(0766, v is NotEmptyClassGen<Guid>[], false);
- Eval(0767, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(0768, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(0763, v is EmptyClassGen<int>, false);
+// Eval(0764, v is EmptyClassGen<int>[], false);
+// Eval(0765, v is NotEmptyClassGen<Guid>, false);
+// Eval(0766, v is NotEmptyClassGen<Guid>[], false);
+// Eval(0767, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(0768, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(0769, v is NestedClass, false);
Eval(0770, v is NestedClass[], false);
- Eval(0771, v is NestedClassGen<Decimal>, false);
- Eval(0772, v is NestedClassGen<Decimal>[], false);
+// Eval(0771, v is NestedClassGen<Decimal>, false);
+// Eval(0772, v is NestedClassGen<Decimal>[], false);
Eval(0773, v is ImplementOneInterfaceC, false);
Eval(0774, v is ImplementOneInterfaceC[], false);
Eval(0775, v is ImplementTwoInterfaceC, false);
Eval(0776, v is ImplementTwoInterfaceC[], false);
- Eval(0777, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(0778, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(0779, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(0780, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(0781, v is ImplementAllInterfaceC<int>, false);
- Eval(0782, v is ImplementAllInterfaceC<int>[], false);
+// Eval(0777, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(0778, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(0779, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(0780, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(0781, v is ImplementAllInterfaceC<int>, false);
+// Eval(0782, v is ImplementAllInterfaceC<int>[], false);
Eval(0783, v is SealedClass, false);
Eval(0784, v is SealedClass[], false);
}
@@ -792,26 +792,26 @@ internal class Program
Eval(0790, v is NotEmptyStruct[], false);
Eval(0791, v is NotEmptyStruct?, false);
Eval(0792, v is NotEmptyStruct?[], false);
- Eval(0793, v is EmptyStructGen<int>, false);
- Eval(0794, v is EmptyStructGen<int>[], false);
- Eval(0795, v is EmptyStructGen<int>?, false);
- Eval(0796, v is EmptyStructGen<int>?[], false);
- Eval(0797, v is NotEmptyStructGen<Guid>, false);
- Eval(0798, v is NotEmptyStructGen<Guid>[], false);
- Eval(0799, v is NotEmptyStructGen<Guid>?, false);
- Eval(0800, v is NotEmptyStructGen<Guid>?[], false);
- Eval(0801, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(0802, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(0803, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(0804, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(0793, v is EmptyStructGen<int>, false);
+// Eval(0794, v is EmptyStructGen<int>[], false);
+// Eval(0795, v is EmptyStructGen<int>?, false);
+// Eval(0796, v is EmptyStructGen<int>?[], false);
+// Eval(0797, v is NotEmptyStructGen<Guid>, false);
+// Eval(0798, v is NotEmptyStructGen<Guid>[], false);
+// Eval(0799, v is NotEmptyStructGen<Guid>?, false);
+// Eval(0800, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(0801, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(0802, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(0803, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(0804, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(0805, v is NestedStruct, false);
Eval(0806, v is NestedStruct[], false);
Eval(0807, v is NestedStruct?, false);
Eval(0808, v is NestedStruct?[], false);
- Eval(0809, v is NestedStructGen<Decimal>, false);
- Eval(0810, v is NestedStructGen<Decimal>[], false);
- Eval(0811, v is NestedStructGen<Decimal>?, false);
- Eval(0812, v is NestedStructGen<Decimal>?[], false);
+// Eval(0809, v is NestedStructGen<Decimal>, false);
+// Eval(0810, v is NestedStructGen<Decimal>[], false);
+// Eval(0811, v is NestedStructGen<Decimal>?, false);
+// Eval(0812, v is NestedStructGen<Decimal>?[], false);
Eval(0813, v is ExplicitFieldOffsetStruct, false);
Eval(0814, v is ExplicitFieldOffsetStruct[], false);
Eval(0815, v is ExplicitFieldOffsetStruct?, false);
@@ -828,18 +828,18 @@ internal class Program
Eval(0834, v is ImplementTwoInterface[], false);
Eval(0835, v is ImplementTwoInterface?, false);
Eval(0836, v is ImplementTwoInterface?[], false);
- Eval(0837, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(0838, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(0839, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(0840, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(0841, v is ImplementTwoInterfaceGen<int>, false);
- Eval(0842, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(0843, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(0844, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(0845, v is ImplementAllInterface<int>, false);
- Eval(0846, v is ImplementAllInterface<int>[], false);
- Eval(0847, v is ImplementAllInterface<int>?, false);
- Eval(0848, v is ImplementAllInterface<int>?[], false);
+// Eval(0837, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(0838, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(0839, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(0840, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(0841, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(0842, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(0843, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(0844, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(0845, v is ImplementAllInterface<int>, false);
+// Eval(0846, v is ImplementAllInterface<int>[], false);
+// Eval(0847, v is ImplementAllInterface<int>?, false);
+// Eval(0848, v is ImplementAllInterface<int>?[], false);
Eval(0849, v is IntE, false);
Eval(0850, v is IntE[], false);
Eval(0851, v is IntE?, false);
@@ -938,38 +938,38 @@ internal class Program
Eval(0944, v is IEmpty[], false);
Eval(0945, v is INotEmpty, false);
Eval(0946, v is INotEmpty[], false);
- Eval(0947, v is IEmptyGen<int>, false);
- Eval(0948, v is IEmptyGen<int>[], false);
- Eval(0949, v is INotEmptyGen<int>, false);
- Eval(0950, v is INotEmptyGen<int>[], false);
+// Eval(0947, v is IEmptyGen<int>, false);
+// Eval(0948, v is IEmptyGen<int>[], false);
+// Eval(0949, v is INotEmptyGen<int>, false);
+// Eval(0950, v is INotEmptyGen<int>[], false);
Eval(0951, v is SimpleDelegate, false);
Eval(0952, v is SimpleDelegate[], false);
- Eval(0953, v is GenericDelegate<int>, false);
- Eval(0954, v is GenericDelegate<int>[], false);
+// Eval(0953, v is GenericDelegate<int>, false);
+// Eval(0954, v is GenericDelegate<int>[], false);
Eval(0955, v is EmptyClass, false);
Eval(0956, v is EmptyClass[], false);
Eval(0957, v is NotEmptyClass, false);
Eval(0958, v is NotEmptyClass[], false);
- Eval(0959, v is EmptyClassGen<int>, false);
- Eval(0960, v is EmptyClassGen<int>[], false);
- Eval(0961, v is NotEmptyClassGen<Guid>, false);
- Eval(0962, v is NotEmptyClassGen<Guid>[], false);
- Eval(0963, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(0964, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(0959, v is EmptyClassGen<int>, false);
+// Eval(0960, v is EmptyClassGen<int>[], false);
+// Eval(0961, v is NotEmptyClassGen<Guid>, false);
+// Eval(0962, v is NotEmptyClassGen<Guid>[], false);
+// Eval(0963, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(0964, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(0965, v is NestedClass, false);
Eval(0966, v is NestedClass[], false);
- Eval(0967, v is NestedClassGen<Decimal>, false);
- Eval(0968, v is NestedClassGen<Decimal>[], false);
+// Eval(0967, v is NestedClassGen<Decimal>, false);
+// Eval(0968, v is NestedClassGen<Decimal>[], false);
Eval(0969, v is ImplementOneInterfaceC, false);
Eval(0970, v is ImplementOneInterfaceC[], false);
Eval(0971, v is ImplementTwoInterfaceC, false);
Eval(0972, v is ImplementTwoInterfaceC[], false);
- Eval(0973, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(0974, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(0975, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(0976, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(0977, v is ImplementAllInterfaceC<int>, false);
- Eval(0978, v is ImplementAllInterfaceC<int>[], false);
+// Eval(0973, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(0974, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(0975, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(0976, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(0977, v is ImplementAllInterfaceC<int>, false);
+// Eval(0978, v is ImplementAllInterfaceC<int>[], false);
Eval(0979, v is SealedClass, false);
Eval(0980, v is SealedClass[], false);
}
@@ -986,26 +986,26 @@ internal class Program
Eval(0986, v is NotEmptyStruct[], false);
Eval(0987, v is NotEmptyStruct?, true);
Eval(0988, v is NotEmptyStruct?[], false);
- Eval(0989, v is EmptyStructGen<int>, false);
- Eval(0990, v is EmptyStructGen<int>[], false);
- Eval(0991, v is EmptyStructGen<int>?, false);
- Eval(0992, v is EmptyStructGen<int>?[], false);
- Eval(0993, v is NotEmptyStructGen<Guid>, false);
- Eval(0994, v is NotEmptyStructGen<Guid>[], false);
- Eval(0995, v is NotEmptyStructGen<Guid>?, false);
- Eval(0996, v is NotEmptyStructGen<Guid>?[], false);
- Eval(0997, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(0998, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(0999, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(1000, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(0989, v is EmptyStructGen<int>, false);
+// Eval(0990, v is EmptyStructGen<int>[], false);
+// Eval(0991, v is EmptyStructGen<int>?, false);
+// Eval(0992, v is EmptyStructGen<int>?[], false);
+// Eval(0993, v is NotEmptyStructGen<Guid>, false);
+// Eval(0994, v is NotEmptyStructGen<Guid>[], false);
+// Eval(0995, v is NotEmptyStructGen<Guid>?, false);
+// Eval(0996, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(0997, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(0998, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(0999, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(1000, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(1001, v is NestedStruct, false);
Eval(1002, v is NestedStruct[], false);
Eval(1003, v is NestedStruct?, false);
Eval(1004, v is NestedStruct?[], false);
- Eval(1005, v is NestedStructGen<Decimal>, false);
- Eval(1006, v is NestedStructGen<Decimal>[], false);
- Eval(1007, v is NestedStructGen<Decimal>?, false);
- Eval(1008, v is NestedStructGen<Decimal>?[], false);
+// Eval(1005, v is NestedStructGen<Decimal>, false);
+// Eval(1006, v is NestedStructGen<Decimal>[], false);
+// Eval(1007, v is NestedStructGen<Decimal>?, false);
+// Eval(1008, v is NestedStructGen<Decimal>?[], false);
Eval(1009, v is ExplicitFieldOffsetStruct, false);
Eval(1010, v is ExplicitFieldOffsetStruct[], false);
Eval(1011, v is ExplicitFieldOffsetStruct?, false);
@@ -1022,18 +1022,18 @@ internal class Program
Eval(1030, v is ImplementTwoInterface[], false);
Eval(1031, v is ImplementTwoInterface?, false);
Eval(1032, v is ImplementTwoInterface?[], false);
- Eval(1033, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(1034, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(1035, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(1036, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(1037, v is ImplementTwoInterfaceGen<int>, false);
- Eval(1038, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(1039, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(1040, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(1041, v is ImplementAllInterface<int>, false);
- Eval(1042, v is ImplementAllInterface<int>[], false);
- Eval(1043, v is ImplementAllInterface<int>?, false);
- Eval(1044, v is ImplementAllInterface<int>?[], false);
+// Eval(1033, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(1034, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(1035, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(1036, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(1037, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(1038, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(1039, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(1040, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(1041, v is ImplementAllInterface<int>, false);
+// Eval(1042, v is ImplementAllInterface<int>[], false);
+// Eval(1043, v is ImplementAllInterface<int>?, false);
+// Eval(1044, v is ImplementAllInterface<int>?[], false);
Eval(1045, v is IntE, false);
Eval(1046, v is IntE[], false);
Eval(1047, v is IntE?, false);
@@ -1132,38 +1132,38 @@ internal class Program
Eval(1140, v is IEmpty[], false);
Eval(1141, v is INotEmpty, false);
Eval(1142, v is INotEmpty[], false);
- Eval(1143, v is IEmptyGen<int>, false);
- Eval(1144, v is IEmptyGen<int>[], false);
- Eval(1145, v is INotEmptyGen<int>, false);
- Eval(1146, v is INotEmptyGen<int>[], false);
+// Eval(1143, v is IEmptyGen<int>, false);
+// Eval(1144, v is IEmptyGen<int>[], false);
+// Eval(1145, v is INotEmptyGen<int>, false);
+// Eval(1146, v is INotEmptyGen<int>[], false);
Eval(1147, v is SimpleDelegate, false);
Eval(1148, v is SimpleDelegate[], false);
- Eval(1149, v is GenericDelegate<int>, false);
- Eval(1150, v is GenericDelegate<int>[], false);
+// Eval(1149, v is GenericDelegate<int>, false);
+// Eval(1150, v is GenericDelegate<int>[], false);
Eval(1151, v is EmptyClass, false);
Eval(1152, v is EmptyClass[], false);
Eval(1153, v is NotEmptyClass, false);
Eval(1154, v is NotEmptyClass[], false);
- Eval(1155, v is EmptyClassGen<int>, false);
- Eval(1156, v is EmptyClassGen<int>[], false);
- Eval(1157, v is NotEmptyClassGen<Guid>, false);
- Eval(1158, v is NotEmptyClassGen<Guid>[], false);
- Eval(1159, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(1160, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(1155, v is EmptyClassGen<int>, false);
+// Eval(1156, v is EmptyClassGen<int>[], false);
+// Eval(1157, v is NotEmptyClassGen<Guid>, false);
+// Eval(1158, v is NotEmptyClassGen<Guid>[], false);
+// Eval(1159, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(1160, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(1161, v is NestedClass, false);
Eval(1162, v is NestedClass[], false);
- Eval(1163, v is NestedClassGen<Decimal>, false);
- Eval(1164, v is NestedClassGen<Decimal>[], false);
+// Eval(1163, v is NestedClassGen<Decimal>, false);
+// Eval(1164, v is NestedClassGen<Decimal>[], false);
Eval(1165, v is ImplementOneInterfaceC, false);
Eval(1166, v is ImplementOneInterfaceC[], false);
Eval(1167, v is ImplementTwoInterfaceC, false);
Eval(1168, v is ImplementTwoInterfaceC[], false);
- Eval(1169, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(1170, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(1171, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(1172, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(1173, v is ImplementAllInterfaceC<int>, false);
- Eval(1174, v is ImplementAllInterfaceC<int>[], false);
+// Eval(1169, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(1170, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(1171, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(1172, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(1173, v is ImplementAllInterfaceC<int>, false);
+// Eval(1174, v is ImplementAllInterfaceC<int>[], false);
Eval(1175, v is SealedClass, false);
Eval(1176, v is SealedClass[], false);
}
@@ -1177,26 +1177,26 @@ internal class Program
Eval(1182, v is NotEmptyStruct[], false);
Eval(1183, v is NotEmptyStruct?, true);
Eval(1184, v is NotEmptyStruct?[], false);
- Eval(1185, v is EmptyStructGen<int>, false);
- Eval(1186, v is EmptyStructGen<int>[], false);
- Eval(1187, v is EmptyStructGen<int>?, false);
- Eval(1188, v is EmptyStructGen<int>?[], false);
- Eval(1189, v is NotEmptyStructGen<Guid>, false);
- Eval(1190, v is NotEmptyStructGen<Guid>[], false);
- Eval(1191, v is NotEmptyStructGen<Guid>?, false);
- Eval(1192, v is NotEmptyStructGen<Guid>?[], false);
- Eval(1193, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(1194, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(1195, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(1196, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(1185, v is EmptyStructGen<int>, false);
+// Eval(1186, v is EmptyStructGen<int>[], false);
+// Eval(1187, v is EmptyStructGen<int>?, false);
+// Eval(1188, v is EmptyStructGen<int>?[], false);
+// Eval(1189, v is NotEmptyStructGen<Guid>, false);
+// Eval(1190, v is NotEmptyStructGen<Guid>[], false);
+// Eval(1191, v is NotEmptyStructGen<Guid>?, false);
+// Eval(1192, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(1193, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(1194, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(1195, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(1196, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(1197, v is NestedStruct, false);
Eval(1198, v is NestedStruct[], false);
Eval(1199, v is NestedStruct?, false);
Eval(1200, v is NestedStruct?[], false);
- Eval(1201, v is NestedStructGen<Decimal>, false);
- Eval(1202, v is NestedStructGen<Decimal>[], false);
- Eval(1203, v is NestedStructGen<Decimal>?, false);
- Eval(1204, v is NestedStructGen<Decimal>?[], false);
+// Eval(1201, v is NestedStructGen<Decimal>, false);
+// Eval(1202, v is NestedStructGen<Decimal>[], false);
+// Eval(1203, v is NestedStructGen<Decimal>?, false);
+// Eval(1204, v is NestedStructGen<Decimal>?[], false);
Eval(1205, v is ExplicitFieldOffsetStruct, false);
Eval(1206, v is ExplicitFieldOffsetStruct[], false);
Eval(1207, v is ExplicitFieldOffsetStruct?, false);
@@ -1213,18 +1213,18 @@ internal class Program
Eval(1226, v is ImplementTwoInterface[], false);
Eval(1227, v is ImplementTwoInterface?, false);
Eval(1228, v is ImplementTwoInterface?[], false);
- Eval(1229, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(1230, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(1231, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(1232, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(1233, v is ImplementTwoInterfaceGen<int>, false);
- Eval(1234, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(1235, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(1236, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(1237, v is ImplementAllInterface<int>, false);
- Eval(1238, v is ImplementAllInterface<int>[], false);
- Eval(1239, v is ImplementAllInterface<int>?, false);
- Eval(1240, v is ImplementAllInterface<int>?[], false);
+// Eval(1229, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(1230, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(1231, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(1232, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(1233, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(1234, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(1235, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(1236, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(1237, v is ImplementAllInterface<int>, false);
+// Eval(1238, v is ImplementAllInterface<int>[], false);
+// Eval(1239, v is ImplementAllInterface<int>?, false);
+// Eval(1240, v is ImplementAllInterface<int>?[], false);
Eval(1241, v is IntE, false);
Eval(1242, v is IntE[], false);
Eval(1243, v is IntE?, false);
@@ -1323,38 +1323,38 @@ internal class Program
Eval(1336, v is IEmpty[], false);
Eval(1337, v is INotEmpty, false);
Eval(1338, v is INotEmpty[], false);
- Eval(1339, v is IEmptyGen<int>, false);
- Eval(1340, v is IEmptyGen<int>[], false);
- Eval(1341, v is INotEmptyGen<int>, false);
- Eval(1342, v is INotEmptyGen<int>[], false);
+// Eval(1339, v is IEmptyGen<int>, false);
+// Eval(1340, v is IEmptyGen<int>[], false);
+// Eval(1341, v is INotEmptyGen<int>, false);
+// Eval(1342, v is INotEmptyGen<int>[], false);
Eval(1343, v is SimpleDelegate, false);
Eval(1344, v is SimpleDelegate[], false);
- Eval(1345, v is GenericDelegate<int>, false);
- Eval(1346, v is GenericDelegate<int>[], false);
+// Eval(1345, v is GenericDelegate<int>, false);
+// Eval(1346, v is GenericDelegate<int>[], false);
Eval(1347, v is EmptyClass, false);
Eval(1348, v is EmptyClass[], false);
Eval(1349, v is NotEmptyClass, false);
Eval(1350, v is NotEmptyClass[], false);
- Eval(1351, v is EmptyClassGen<int>, false);
- Eval(1352, v is EmptyClassGen<int>[], false);
- Eval(1353, v is NotEmptyClassGen<Guid>, false);
- Eval(1354, v is NotEmptyClassGen<Guid>[], false);
- Eval(1355, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(1356, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(1351, v is EmptyClassGen<int>, false);
+// Eval(1352, v is EmptyClassGen<int>[], false);
+// Eval(1353, v is NotEmptyClassGen<Guid>, false);
+// Eval(1354, v is NotEmptyClassGen<Guid>[], false);
+// Eval(1355, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(1356, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(1357, v is NestedClass, false);
Eval(1358, v is NestedClass[], false);
- Eval(1359, v is NestedClassGen<Decimal>, false);
- Eval(1360, v is NestedClassGen<Decimal>[], false);
+// Eval(1359, v is NestedClassGen<Decimal>, false);
+// Eval(1360, v is NestedClassGen<Decimal>[], false);
Eval(1361, v is ImplementOneInterfaceC, false);
Eval(1362, v is ImplementOneInterfaceC[], false);
Eval(1363, v is ImplementTwoInterfaceC, false);
Eval(1364, v is ImplementTwoInterfaceC[], false);
- Eval(1365, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(1366, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(1367, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(1368, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(1369, v is ImplementAllInterfaceC<int>, false);
- Eval(1370, v is ImplementAllInterfaceC<int>[], false);
+// Eval(1365, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(1366, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(1367, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(1368, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(1369, v is ImplementAllInterfaceC<int>, false);
+// Eval(1370, v is ImplementAllInterfaceC<int>[], false);
Eval(1371, v is SealedClass, false);
Eval(1372, v is SealedClass[], false);
}
@@ -1368,26 +1368,26 @@ internal class Program
Eval(1378, v is NotEmptyStruct[], false);
Eval(1379, v is NotEmptyStruct?, false);
Eval(1380, v is NotEmptyStruct?[], false);
- Eval(1381, v is EmptyStructGen<int>, false);
- Eval(1382, v is EmptyStructGen<int>[], false);
- Eval(1383, v is EmptyStructGen<int>?, false);
- Eval(1384, v is EmptyStructGen<int>?[], false);
- Eval(1385, v is NotEmptyStructGen<Guid>, false);
- Eval(1386, v is NotEmptyStructGen<Guid>[], false);
- Eval(1387, v is NotEmptyStructGen<Guid>?, false);
- Eval(1388, v is NotEmptyStructGen<Guid>?[], false);
- Eval(1389, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(1390, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(1391, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(1392, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(1381, v is EmptyStructGen<int>, false);
+// Eval(1382, v is EmptyStructGen<int>[], false);
+// Eval(1383, v is EmptyStructGen<int>?, false);
+// Eval(1384, v is EmptyStructGen<int>?[], false);
+// Eval(1385, v is NotEmptyStructGen<Guid>, false);
+// Eval(1386, v is NotEmptyStructGen<Guid>[], false);
+// Eval(1387, v is NotEmptyStructGen<Guid>?, false);
+// Eval(1388, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(1389, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(1390, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(1391, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(1392, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(1393, v is NestedStruct, false);
Eval(1394, v is NestedStruct[], false);
Eval(1395, v is NestedStruct?, false);
Eval(1396, v is NestedStruct?[], false);
- Eval(1397, v is NestedStructGen<Decimal>, false);
- Eval(1398, v is NestedStructGen<Decimal>[], false);
- Eval(1399, v is NestedStructGen<Decimal>?, false);
- Eval(1400, v is NestedStructGen<Decimal>?[], false);
+// Eval(1397, v is NestedStructGen<Decimal>, false);
+// Eval(1398, v is NestedStructGen<Decimal>[], false);
+// Eval(1399, v is NestedStructGen<Decimal>?, false);
+// Eval(1400, v is NestedStructGen<Decimal>?[], false);
Eval(1401, v is ExplicitFieldOffsetStruct, false);
Eval(1402, v is ExplicitFieldOffsetStruct[], false);
Eval(1403, v is ExplicitFieldOffsetStruct?, false);
@@ -1404,18 +1404,18 @@ internal class Program
Eval(1422, v is ImplementTwoInterface[], false);
Eval(1423, v is ImplementTwoInterface?, false);
Eval(1424, v is ImplementTwoInterface?[], false);
- Eval(1425, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(1426, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(1427, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(1428, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(1429, v is ImplementTwoInterfaceGen<int>, false);
- Eval(1430, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(1431, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(1432, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(1433, v is ImplementAllInterface<int>, false);
- Eval(1434, v is ImplementAllInterface<int>[], false);
- Eval(1435, v is ImplementAllInterface<int>?, false);
- Eval(1436, v is ImplementAllInterface<int>?[], false);
+// Eval(1425, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(1426, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(1427, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(1428, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(1429, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(1430, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(1431, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(1432, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(1433, v is ImplementAllInterface<int>, false);
+// Eval(1434, v is ImplementAllInterface<int>[], false);
+// Eval(1435, v is ImplementAllInterface<int>?, false);
+// Eval(1436, v is ImplementAllInterface<int>?[], false);
Eval(1437, v is IntE, false);
Eval(1438, v is IntE[], false);
Eval(1439, v is IntE?, false);
@@ -1514,38 +1514,38 @@ internal class Program
Eval(1532, v is IEmpty[], false);
Eval(1533, v is INotEmpty, false);
Eval(1534, v is INotEmpty[], false);
- Eval(1535, v is IEmptyGen<int>, false);
- Eval(1536, v is IEmptyGen<int>[], false);
- Eval(1537, v is INotEmptyGen<int>, false);
- Eval(1538, v is INotEmptyGen<int>[], false);
+// Eval(1535, v is IEmptyGen<int>, false);
+// Eval(1536, v is IEmptyGen<int>[], false);
+// Eval(1537, v is INotEmptyGen<int>, false);
+// Eval(1538, v is INotEmptyGen<int>[], false);
Eval(1539, v is SimpleDelegate, false);
Eval(1540, v is SimpleDelegate[], false);
- Eval(1541, v is GenericDelegate<int>, false);
- Eval(1542, v is GenericDelegate<int>[], false);
+// Eval(1541, v is GenericDelegate<int>, false);
+// Eval(1542, v is GenericDelegate<int>[], false);
Eval(1543, v is EmptyClass, false);
Eval(1544, v is EmptyClass[], false);
Eval(1545, v is NotEmptyClass, false);
Eval(1546, v is NotEmptyClass[], false);
- Eval(1547, v is EmptyClassGen<int>, false);
- Eval(1548, v is EmptyClassGen<int>[], false);
- Eval(1549, v is NotEmptyClassGen<Guid>, false);
- Eval(1550, v is NotEmptyClassGen<Guid>[], false);
- Eval(1551, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(1552, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(1547, v is EmptyClassGen<int>, false);
+// Eval(1548, v is EmptyClassGen<int>[], false);
+// Eval(1549, v is NotEmptyClassGen<Guid>, false);
+// Eval(1550, v is NotEmptyClassGen<Guid>[], false);
+// Eval(1551, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(1552, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(1553, v is NestedClass, false);
Eval(1554, v is NestedClass[], false);
- Eval(1555, v is NestedClassGen<Decimal>, false);
- Eval(1556, v is NestedClassGen<Decimal>[], false);
+// Eval(1555, v is NestedClassGen<Decimal>, false);
+// Eval(1556, v is NestedClassGen<Decimal>[], false);
Eval(1557, v is ImplementOneInterfaceC, false);
Eval(1558, v is ImplementOneInterfaceC[], false);
Eval(1559, v is ImplementTwoInterfaceC, false);
Eval(1560, v is ImplementTwoInterfaceC[], false);
- Eval(1561, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(1562, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(1563, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(1564, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(1565, v is ImplementAllInterfaceC<int>, false);
- Eval(1566, v is ImplementAllInterfaceC<int>[], false);
+// Eval(1561, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(1562, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(1563, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(1564, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(1565, v is ImplementAllInterfaceC<int>, false);
+// Eval(1566, v is ImplementAllInterfaceC<int>[], false);
Eval(1567, v is SealedClass, false);
Eval(1568, v is SealedClass[], false);
}
@@ -1559,26 +1559,26 @@ internal class Program
Eval(1574, v is NotEmptyStruct[], false);
Eval(1575, v is NotEmptyStruct?, false);
Eval(1576, v is NotEmptyStruct?[], false);
- Eval(1577, v is EmptyStructGen<int>, false);
- Eval(1578, v is EmptyStructGen<int>[], false);
- Eval(1579, v is EmptyStructGen<int>?, false);
- Eval(1580, v is EmptyStructGen<int>?[], false);
- Eval(1581, v is NotEmptyStructGen<Guid>, false);
- Eval(1582, v is NotEmptyStructGen<Guid>[], false);
- Eval(1583, v is NotEmptyStructGen<Guid>?, false);
- Eval(1584, v is NotEmptyStructGen<Guid>?[], false);
- Eval(1585, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(1586, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(1587, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(1588, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(1577, v is EmptyStructGen<int>, false);
+// Eval(1578, v is EmptyStructGen<int>[], false);
+// Eval(1579, v is EmptyStructGen<int>?, false);
+// Eval(1580, v is EmptyStructGen<int>?[], false);
+// Eval(1581, v is NotEmptyStructGen<Guid>, false);
+// Eval(1582, v is NotEmptyStructGen<Guid>[], false);
+// Eval(1583, v is NotEmptyStructGen<Guid>?, false);
+// Eval(1584, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(1585, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(1586, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(1587, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(1588, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(1589, v is NestedStruct, false);
Eval(1590, v is NestedStruct[], false);
Eval(1591, v is NestedStruct?, false);
Eval(1592, v is NestedStruct?[], false);
- Eval(1593, v is NestedStructGen<Decimal>, false);
- Eval(1594, v is NestedStructGen<Decimal>[], false);
- Eval(1595, v is NestedStructGen<Decimal>?, false);
- Eval(1596, v is NestedStructGen<Decimal>?[], false);
+// Eval(1593, v is NestedStructGen<Decimal>, false);
+// Eval(1594, v is NestedStructGen<Decimal>[], false);
+// Eval(1595, v is NestedStructGen<Decimal>?, false);
+// Eval(1596, v is NestedStructGen<Decimal>?[], false);
Eval(1597, v is ExplicitFieldOffsetStruct, false);
Eval(1598, v is ExplicitFieldOffsetStruct[], false);
Eval(1599, v is ExplicitFieldOffsetStruct?, false);
@@ -1595,18 +1595,18 @@ internal class Program
Eval(1618, v is ImplementTwoInterface[], false);
Eval(1619, v is ImplementTwoInterface?, false);
Eval(1620, v is ImplementTwoInterface?[], false);
- Eval(1621, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(1622, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(1623, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(1624, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(1625, v is ImplementTwoInterfaceGen<int>, false);
- Eval(1626, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(1627, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(1628, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(1629, v is ImplementAllInterface<int>, false);
- Eval(1630, v is ImplementAllInterface<int>[], false);
- Eval(1631, v is ImplementAllInterface<int>?, false);
- Eval(1632, v is ImplementAllInterface<int>?[], false);
+// Eval(1621, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(1622, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(1623, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(1624, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(1625, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(1626, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(1627, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(1628, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(1629, v is ImplementAllInterface<int>, false);
+// Eval(1630, v is ImplementAllInterface<int>[], false);
+// Eval(1631, v is ImplementAllInterface<int>?, false);
+// Eval(1632, v is ImplementAllInterface<int>?[], false);
Eval(1633, v is IntE, false);
Eval(1634, v is IntE[], false);
Eval(1635, v is IntE?, false);
@@ -1705,38 +1705,38 @@ internal class Program
Eval(1728, v is IEmpty[], false);
Eval(1729, v is INotEmpty, false);
Eval(1730, v is INotEmpty[], false);
- Eval(1731, v is IEmptyGen<int>, false);
- Eval(1732, v is IEmptyGen<int>[], false);
- Eval(1733, v is INotEmptyGen<int>, false);
- Eval(1734, v is INotEmptyGen<int>[], false);
+// Eval(1731, v is IEmptyGen<int>, false);
+// Eval(1732, v is IEmptyGen<int>[], false);
+// Eval(1733, v is INotEmptyGen<int>, false);
+// Eval(1734, v is INotEmptyGen<int>[], false);
Eval(1735, v is SimpleDelegate, false);
Eval(1736, v is SimpleDelegate[], false);
- Eval(1737, v is GenericDelegate<int>, false);
- Eval(1738, v is GenericDelegate<int>[], false);
+// Eval(1737, v is GenericDelegate<int>, false);
+// Eval(1738, v is GenericDelegate<int>[], false);
Eval(1739, v is EmptyClass, false);
Eval(1740, v is EmptyClass[], false);
Eval(1741, v is NotEmptyClass, false);
Eval(1742, v is NotEmptyClass[], false);
- Eval(1743, v is EmptyClassGen<int>, false);
- Eval(1744, v is EmptyClassGen<int>[], false);
- Eval(1745, v is NotEmptyClassGen<Guid>, false);
- Eval(1746, v is NotEmptyClassGen<Guid>[], false);
- Eval(1747, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(1748, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(1743, v is EmptyClassGen<int>, false);
+// Eval(1744, v is EmptyClassGen<int>[], false);
+// Eval(1745, v is NotEmptyClassGen<Guid>, false);
+// Eval(1746, v is NotEmptyClassGen<Guid>[], false);
+// Eval(1747, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(1748, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(1749, v is NestedClass, false);
Eval(1750, v is NestedClass[], false);
- Eval(1751, v is NestedClassGen<Decimal>, false);
- Eval(1752, v is NestedClassGen<Decimal>[], false);
+// Eval(1751, v is NestedClassGen<Decimal>, false);
+// Eval(1752, v is NestedClassGen<Decimal>[], false);
Eval(1753, v is ImplementOneInterfaceC, false);
Eval(1754, v is ImplementOneInterfaceC[], false);
Eval(1755, v is ImplementTwoInterfaceC, false);
Eval(1756, v is ImplementTwoInterfaceC[], false);
- Eval(1757, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(1758, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(1759, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(1760, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(1761, v is ImplementAllInterfaceC<int>, false);
- Eval(1762, v is ImplementAllInterfaceC<int>[], false);
+// Eval(1757, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(1758, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(1759, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(1760, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(1761, v is ImplementAllInterfaceC<int>, false);
+// Eval(1762, v is ImplementAllInterfaceC<int>[], false);
Eval(1763, v is SealedClass, false);
Eval(1764, v is SealedClass[], false);
}
@@ -1750,26 +1750,26 @@ internal class Program
Eval(1770, v is NotEmptyStruct[], false);
Eval(1771, v is NotEmptyStruct?, false);
Eval(1772, v is NotEmptyStruct?[], true);
- Eval(1773, v is EmptyStructGen<int>, false);
- Eval(1774, v is EmptyStructGen<int>[], false);
- Eval(1775, v is EmptyStructGen<int>?, false);
- Eval(1776, v is EmptyStructGen<int>?[], false);
- Eval(1777, v is NotEmptyStructGen<Guid>, false);
- Eval(1778, v is NotEmptyStructGen<Guid>[], false);
- Eval(1779, v is NotEmptyStructGen<Guid>?, false);
- Eval(1780, v is NotEmptyStructGen<Guid>?[], false);
- Eval(1781, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(1782, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(1783, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(1784, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(1773, v is EmptyStructGen<int>, false);
+// Eval(1774, v is EmptyStructGen<int>[], false);
+// Eval(1775, v is EmptyStructGen<int>?, false);
+// Eval(1776, v is EmptyStructGen<int>?[], false);
+// Eval(1777, v is NotEmptyStructGen<Guid>, false);
+// Eval(1778, v is NotEmptyStructGen<Guid>[], false);
+// Eval(1779, v is NotEmptyStructGen<Guid>?, false);
+// Eval(1780, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(1781, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(1782, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(1783, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(1784, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(1785, v is NestedStruct, false);
Eval(1786, v is NestedStruct[], false);
Eval(1787, v is NestedStruct?, false);
Eval(1788, v is NestedStruct?[], false);
- Eval(1789, v is NestedStructGen<Decimal>, false);
- Eval(1790, v is NestedStructGen<Decimal>[], false);
- Eval(1791, v is NestedStructGen<Decimal>?, false);
- Eval(1792, v is NestedStructGen<Decimal>?[], false);
+// Eval(1789, v is NestedStructGen<Decimal>, false);
+// Eval(1790, v is NestedStructGen<Decimal>[], false);
+// Eval(1791, v is NestedStructGen<Decimal>?, false);
+// Eval(1792, v is NestedStructGen<Decimal>?[], false);
Eval(1793, v is ExplicitFieldOffsetStruct, false);
Eval(1794, v is ExplicitFieldOffsetStruct[], false);
Eval(1795, v is ExplicitFieldOffsetStruct?, false);
@@ -1786,18 +1786,18 @@ internal class Program
Eval(1814, v is ImplementTwoInterface[], false);
Eval(1815, v is ImplementTwoInterface?, false);
Eval(1816, v is ImplementTwoInterface?[], false);
- Eval(1817, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(1818, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(1819, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(1820, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(1821, v is ImplementTwoInterfaceGen<int>, false);
- Eval(1822, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(1823, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(1824, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(1825, v is ImplementAllInterface<int>, false);
- Eval(1826, v is ImplementAllInterface<int>[], false);
- Eval(1827, v is ImplementAllInterface<int>?, false);
- Eval(1828, v is ImplementAllInterface<int>?[], false);
+// Eval(1817, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(1818, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(1819, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(1820, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(1821, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(1822, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(1823, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(1824, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(1825, v is ImplementAllInterface<int>, false);
+// Eval(1826, v is ImplementAllInterface<int>[], false);
+// Eval(1827, v is ImplementAllInterface<int>?, false);
+// Eval(1828, v is ImplementAllInterface<int>?[], false);
Eval(1829, v is IntE, false);
Eval(1830, v is IntE[], false);
Eval(1831, v is IntE?, false);
@@ -1896,38 +1896,38 @@ internal class Program
Eval(1924, v is IEmpty[], false);
Eval(1925, v is INotEmpty, false);
Eval(1926, v is INotEmpty[], false);
- Eval(1927, v is IEmptyGen<int>, false);
- Eval(1928, v is IEmptyGen<int>[], false);
- Eval(1929, v is INotEmptyGen<int>, false);
- Eval(1930, v is INotEmptyGen<int>[], false);
+// Eval(1927, v is IEmptyGen<int>, false);
+// Eval(1928, v is IEmptyGen<int>[], false);
+// Eval(1929, v is INotEmptyGen<int>, false);
+// Eval(1930, v is INotEmptyGen<int>[], false);
Eval(1931, v is SimpleDelegate, false);
Eval(1932, v is SimpleDelegate[], false);
- Eval(1933, v is GenericDelegate<int>, false);
- Eval(1934, v is GenericDelegate<int>[], false);
+// Eval(1933, v is GenericDelegate<int>, false);
+// Eval(1934, v is GenericDelegate<int>[], false);
Eval(1935, v is EmptyClass, false);
Eval(1936, v is EmptyClass[], false);
Eval(1937, v is NotEmptyClass, false);
Eval(1938, v is NotEmptyClass[], false);
- Eval(1939, v is EmptyClassGen<int>, false);
- Eval(1940, v is EmptyClassGen<int>[], false);
- Eval(1941, v is NotEmptyClassGen<Guid>, false);
- Eval(1942, v is NotEmptyClassGen<Guid>[], false);
- Eval(1943, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(1944, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(1939, v is EmptyClassGen<int>, false);
+// Eval(1940, v is EmptyClassGen<int>[], false);
+// Eval(1941, v is NotEmptyClassGen<Guid>, false);
+// Eval(1942, v is NotEmptyClassGen<Guid>[], false);
+// Eval(1943, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(1944, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(1945, v is NestedClass, false);
Eval(1946, v is NestedClass[], false);
- Eval(1947, v is NestedClassGen<Decimal>, false);
- Eval(1948, v is NestedClassGen<Decimal>[], false);
+// Eval(1947, v is NestedClassGen<Decimal>, false);
+// Eval(1948, v is NestedClassGen<Decimal>[], false);
Eval(1949, v is ImplementOneInterfaceC, false);
Eval(1950, v is ImplementOneInterfaceC[], false);
Eval(1951, v is ImplementTwoInterfaceC, false);
Eval(1952, v is ImplementTwoInterfaceC[], false);
- Eval(1953, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(1954, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(1955, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(1956, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(1957, v is ImplementAllInterfaceC<int>, false);
- Eval(1958, v is ImplementAllInterfaceC<int>[], false);
+// Eval(1953, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(1954, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(1955, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(1956, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(1957, v is ImplementAllInterfaceC<int>, false);
+// Eval(1958, v is ImplementAllInterfaceC<int>[], false);
Eval(1959, v is SealedClass, false);
Eval(1960, v is SealedClass[], false);
}
@@ -1944,26 +1944,26 @@ internal class Program
Eval(1966, v is NotEmptyStruct[], false);
Eval(1967, v is NotEmptyStruct?, false);
Eval(1968, v is NotEmptyStruct?[], false);
- Eval(1969, v is EmptyStructGen<int>, true);
- Eval(1970, v is EmptyStructGen<int>[], false);
- Eval(1971, v is EmptyStructGen<int>?, true);
- Eval(1972, v is EmptyStructGen<int>?[], false);
- Eval(1973, v is NotEmptyStructGen<Guid>, false);
- Eval(1974, v is NotEmptyStructGen<Guid>[], false);
- Eval(1975, v is NotEmptyStructGen<Guid>?, false);
- Eval(1976, v is NotEmptyStructGen<Guid>?[], false);
- Eval(1977, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(1978, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(1979, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(1980, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(1969, v is EmptyStructGen<int>, true);
+// Eval(1970, v is EmptyStructGen<int>[], false);
+// Eval(1971, v is EmptyStructGen<int>?, true);
+// Eval(1972, v is EmptyStructGen<int>?[], false);
+// Eval(1973, v is NotEmptyStructGen<Guid>, false);
+// Eval(1974, v is NotEmptyStructGen<Guid>[], false);
+// Eval(1975, v is NotEmptyStructGen<Guid>?, false);
+// Eval(1976, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(1977, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(1978, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(1979, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(1980, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(1981, v is NestedStruct, false);
Eval(1982, v is NestedStruct[], false);
Eval(1983, v is NestedStruct?, false);
Eval(1984, v is NestedStruct?[], false);
- Eval(1985, v is NestedStructGen<Decimal>, false);
- Eval(1986, v is NestedStructGen<Decimal>[], false);
- Eval(1987, v is NestedStructGen<Decimal>?, false);
- Eval(1988, v is NestedStructGen<Decimal>?[], false);
+// Eval(1985, v is NestedStructGen<Decimal>, false);
+// Eval(1986, v is NestedStructGen<Decimal>[], false);
+// Eval(1987, v is NestedStructGen<Decimal>?, false);
+// Eval(1988, v is NestedStructGen<Decimal>?[], false);
Eval(1989, v is ExplicitFieldOffsetStruct, false);
Eval(1990, v is ExplicitFieldOffsetStruct[], false);
Eval(1991, v is ExplicitFieldOffsetStruct?, false);
@@ -1980,18 +1980,18 @@ internal class Program
Eval(2010, v is ImplementTwoInterface[], false);
Eval(2011, v is ImplementTwoInterface?, false);
Eval(2012, v is ImplementTwoInterface?[], false);
- Eval(2013, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(2014, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(2015, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(2016, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(2017, v is ImplementTwoInterfaceGen<int>, false);
- Eval(2018, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(2019, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(2020, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(2021, v is ImplementAllInterface<int>, false);
- Eval(2022, v is ImplementAllInterface<int>[], false);
- Eval(2023, v is ImplementAllInterface<int>?, false);
- Eval(2024, v is ImplementAllInterface<int>?[], false);
+// Eval(2013, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(2014, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(2015, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(2016, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(2017, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(2018, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(2019, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(2020, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(2021, v is ImplementAllInterface<int>, false);
+// Eval(2022, v is ImplementAllInterface<int>[], false);
+// Eval(2023, v is ImplementAllInterface<int>?, false);
+// Eval(2024, v is ImplementAllInterface<int>?[], false);
Eval(2025, v is IntE, false);
Eval(2026, v is IntE[], false);
Eval(2027, v is IntE?, false);
@@ -2090,38 +2090,38 @@ internal class Program
Eval(2120, v is IEmpty[], false);
Eval(2121, v is INotEmpty, false);
Eval(2122, v is INotEmpty[], false);
- Eval(2123, v is IEmptyGen<int>, false);
- Eval(2124, v is IEmptyGen<int>[], false);
- Eval(2125, v is INotEmptyGen<int>, false);
- Eval(2126, v is INotEmptyGen<int>[], false);
+// Eval(2123, v is IEmptyGen<int>, false);
+// Eval(2124, v is IEmptyGen<int>[], false);
+// Eval(2125, v is INotEmptyGen<int>, false);
+// Eval(2126, v is INotEmptyGen<int>[], false);
Eval(2127, v is SimpleDelegate, false);
Eval(2128, v is SimpleDelegate[], false);
- Eval(2129, v is GenericDelegate<int>, false);
- Eval(2130, v is GenericDelegate<int>[], false);
+// Eval(2129, v is GenericDelegate<int>, false);
+// Eval(2130, v is GenericDelegate<int>[], false);
Eval(2131, v is EmptyClass, false);
Eval(2132, v is EmptyClass[], false);
Eval(2133, v is NotEmptyClass, false);
Eval(2134, v is NotEmptyClass[], false);
- Eval(2135, v is EmptyClassGen<int>, false);
- Eval(2136, v is EmptyClassGen<int>[], false);
- Eval(2137, v is NotEmptyClassGen<Guid>, false);
- Eval(2138, v is NotEmptyClassGen<Guid>[], false);
- Eval(2139, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(2140, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(2135, v is EmptyClassGen<int>, false);
+// Eval(2136, v is EmptyClassGen<int>[], false);
+// Eval(2137, v is NotEmptyClassGen<Guid>, false);
+// Eval(2138, v is NotEmptyClassGen<Guid>[], false);
+// Eval(2139, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(2140, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(2141, v is NestedClass, false);
Eval(2142, v is NestedClass[], false);
- Eval(2143, v is NestedClassGen<Decimal>, false);
- Eval(2144, v is NestedClassGen<Decimal>[], false);
+// Eval(2143, v is NestedClassGen<Decimal>, false);
+// Eval(2144, v is NestedClassGen<Decimal>[], false);
Eval(2145, v is ImplementOneInterfaceC, false);
Eval(2146, v is ImplementOneInterfaceC[], false);
Eval(2147, v is ImplementTwoInterfaceC, false);
Eval(2148, v is ImplementTwoInterfaceC[], false);
- Eval(2149, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(2150, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(2151, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(2152, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(2153, v is ImplementAllInterfaceC<int>, false);
- Eval(2154, v is ImplementAllInterfaceC<int>[], false);
+// Eval(2149, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(2150, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(2151, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(2152, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(2153, v is ImplementAllInterfaceC<int>, false);
+// Eval(2154, v is ImplementAllInterfaceC<int>[], false);
Eval(2155, v is SealedClass, false);
Eval(2156, v is SealedClass[], false);
}
@@ -2135,26 +2135,26 @@ internal class Program
Eval(2162, v is NotEmptyStruct[], false);
Eval(2163, v is NotEmptyStruct?, false);
Eval(2164, v is NotEmptyStruct?[], false);
- Eval(2165, v is EmptyStructGen<int>, true);
- Eval(2166, v is EmptyStructGen<int>[], false);
- Eval(2167, v is EmptyStructGen<int>?, true);
- Eval(2168, v is EmptyStructGen<int>?[], false);
- Eval(2169, v is NotEmptyStructGen<Guid>, false);
- Eval(2170, v is NotEmptyStructGen<Guid>[], false);
- Eval(2171, v is NotEmptyStructGen<Guid>?, false);
- Eval(2172, v is NotEmptyStructGen<Guid>?[], false);
- Eval(2173, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(2174, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(2175, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(2176, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(2165, v is EmptyStructGen<int>, true);
+// Eval(2166, v is EmptyStructGen<int>[], false);
+// Eval(2167, v is EmptyStructGen<int>?, true);
+// Eval(2168, v is EmptyStructGen<int>?[], false);
+// Eval(2169, v is NotEmptyStructGen<Guid>, false);
+// Eval(2170, v is NotEmptyStructGen<Guid>[], false);
+// Eval(2171, v is NotEmptyStructGen<Guid>?, false);
+// Eval(2172, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(2173, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(2174, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(2175, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(2176, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(2177, v is NestedStruct, false);
Eval(2178, v is NestedStruct[], false);
Eval(2179, v is NestedStruct?, false);
Eval(2180, v is NestedStruct?[], false);
- Eval(2181, v is NestedStructGen<Decimal>, false);
- Eval(2182, v is NestedStructGen<Decimal>[], false);
- Eval(2183, v is NestedStructGen<Decimal>?, false);
- Eval(2184, v is NestedStructGen<Decimal>?[], false);
+// Eval(2181, v is NestedStructGen<Decimal>, false);
+// Eval(2182, v is NestedStructGen<Decimal>[], false);
+// Eval(2183, v is NestedStructGen<Decimal>?, false);
+// Eval(2184, v is NestedStructGen<Decimal>?[], false);
Eval(2185, v is ExplicitFieldOffsetStruct, false);
Eval(2186, v is ExplicitFieldOffsetStruct[], false);
Eval(2187, v is ExplicitFieldOffsetStruct?, false);
@@ -2171,18 +2171,18 @@ internal class Program
Eval(2206, v is ImplementTwoInterface[], false);
Eval(2207, v is ImplementTwoInterface?, false);
Eval(2208, v is ImplementTwoInterface?[], false);
- Eval(2209, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(2210, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(2211, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(2212, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(2213, v is ImplementTwoInterfaceGen<int>, false);
- Eval(2214, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(2215, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(2216, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(2217, v is ImplementAllInterface<int>, false);
- Eval(2218, v is ImplementAllInterface<int>[], false);
- Eval(2219, v is ImplementAllInterface<int>?, false);
- Eval(2220, v is ImplementAllInterface<int>?[], false);
+// Eval(2209, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(2210, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(2211, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(2212, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(2213, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(2214, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(2215, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(2216, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(2217, v is ImplementAllInterface<int>, false);
+// Eval(2218, v is ImplementAllInterface<int>[], false);
+// Eval(2219, v is ImplementAllInterface<int>?, false);
+// Eval(2220, v is ImplementAllInterface<int>?[], false);
Eval(2221, v is IntE, false);
Eval(2222, v is IntE[], false);
Eval(2223, v is IntE?, false);
@@ -2281,38 +2281,38 @@ internal class Program
Eval(2316, v is IEmpty[], false);
Eval(2317, v is INotEmpty, false);
Eval(2318, v is INotEmpty[], false);
- Eval(2319, v is IEmptyGen<int>, false);
- Eval(2320, v is IEmptyGen<int>[], false);
- Eval(2321, v is INotEmptyGen<int>, false);
- Eval(2322, v is INotEmptyGen<int>[], false);
+// Eval(2319, v is IEmptyGen<int>, false);
+// Eval(2320, v is IEmptyGen<int>[], false);
+// Eval(2321, v is INotEmptyGen<int>, false);
+// Eval(2322, v is INotEmptyGen<int>[], false);
Eval(2323, v is SimpleDelegate, false);
Eval(2324, v is SimpleDelegate[], false);
- Eval(2325, v is GenericDelegate<int>, false);
- Eval(2326, v is GenericDelegate<int>[], false);
+// Eval(2325, v is GenericDelegate<int>, false);
+// Eval(2326, v is GenericDelegate<int>[], false);
Eval(2327, v is EmptyClass, false);
Eval(2328, v is EmptyClass[], false);
Eval(2329, v is NotEmptyClass, false);
Eval(2330, v is NotEmptyClass[], false);
- Eval(2331, v is EmptyClassGen<int>, false);
- Eval(2332, v is EmptyClassGen<int>[], false);
- Eval(2333, v is NotEmptyClassGen<Guid>, false);
- Eval(2334, v is NotEmptyClassGen<Guid>[], false);
- Eval(2335, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(2336, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(2331, v is EmptyClassGen<int>, false);
+// Eval(2332, v is EmptyClassGen<int>[], false);
+// Eval(2333, v is NotEmptyClassGen<Guid>, false);
+// Eval(2334, v is NotEmptyClassGen<Guid>[], false);
+// Eval(2335, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(2336, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(2337, v is NestedClass, false);
Eval(2338, v is NestedClass[], false);
- Eval(2339, v is NestedClassGen<Decimal>, false);
- Eval(2340, v is NestedClassGen<Decimal>[], false);
+// Eval(2339, v is NestedClassGen<Decimal>, false);
+// Eval(2340, v is NestedClassGen<Decimal>[], false);
Eval(2341, v is ImplementOneInterfaceC, false);
Eval(2342, v is ImplementOneInterfaceC[], false);
Eval(2343, v is ImplementTwoInterfaceC, false);
Eval(2344, v is ImplementTwoInterfaceC[], false);
- Eval(2345, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(2346, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(2347, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(2348, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(2349, v is ImplementAllInterfaceC<int>, false);
- Eval(2350, v is ImplementAllInterfaceC<int>[], false);
+// Eval(2345, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(2346, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(2347, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(2348, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(2349, v is ImplementAllInterfaceC<int>, false);
+// Eval(2350, v is ImplementAllInterfaceC<int>[], false);
Eval(2351, v is SealedClass, false);
Eval(2352, v is SealedClass[], false);
}
@@ -2326,26 +2326,26 @@ internal class Program
Eval(2358, v is NotEmptyStruct[], false);
Eval(2359, v is NotEmptyStruct?, false);
Eval(2360, v is NotEmptyStruct?[], false);
- Eval(2361, v is EmptyStructGen<int>, false);
- Eval(2362, v is EmptyStructGen<int>[], false);
- Eval(2363, v is EmptyStructGen<int>?, false);
- Eval(2364, v is EmptyStructGen<int>?[], false);
- Eval(2365, v is NotEmptyStructGen<Guid>, false);
- Eval(2366, v is NotEmptyStructGen<Guid>[], false);
- Eval(2367, v is NotEmptyStructGen<Guid>?, false);
- Eval(2368, v is NotEmptyStructGen<Guid>?[], false);
- Eval(2369, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(2370, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(2371, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(2372, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(2361, v is EmptyStructGen<int>, false);
+// Eval(2362, v is EmptyStructGen<int>[], false);
+// Eval(2363, v is EmptyStructGen<int>?, false);
+// Eval(2364, v is EmptyStructGen<int>?[], false);
+// Eval(2365, v is NotEmptyStructGen<Guid>, false);
+// Eval(2366, v is NotEmptyStructGen<Guid>[], false);
+// Eval(2367, v is NotEmptyStructGen<Guid>?, false);
+// Eval(2368, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(2369, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(2370, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(2371, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(2372, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(2373, v is NestedStruct, false);
Eval(2374, v is NestedStruct[], false);
Eval(2375, v is NestedStruct?, false);
Eval(2376, v is NestedStruct?[], false);
- Eval(2377, v is NestedStructGen<Decimal>, false);
- Eval(2378, v is NestedStructGen<Decimal>[], false);
- Eval(2379, v is NestedStructGen<Decimal>?, false);
- Eval(2380, v is NestedStructGen<Decimal>?[], false);
+// Eval(2377, v is NestedStructGen<Decimal>, false);
+// Eval(2378, v is NestedStructGen<Decimal>[], false);
+// Eval(2379, v is NestedStructGen<Decimal>?, false);
+// Eval(2380, v is NestedStructGen<Decimal>?[], false);
Eval(2381, v is ExplicitFieldOffsetStruct, false);
Eval(2382, v is ExplicitFieldOffsetStruct[], false);
Eval(2383, v is ExplicitFieldOffsetStruct?, false);
@@ -2362,18 +2362,18 @@ internal class Program
Eval(2402, v is ImplementTwoInterface[], false);
Eval(2403, v is ImplementTwoInterface?, false);
Eval(2404, v is ImplementTwoInterface?[], false);
- Eval(2405, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(2406, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(2407, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(2408, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(2409, v is ImplementTwoInterfaceGen<int>, false);
- Eval(2410, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(2411, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(2412, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(2413, v is ImplementAllInterface<int>, false);
- Eval(2414, v is ImplementAllInterface<int>[], false);
- Eval(2415, v is ImplementAllInterface<int>?, false);
- Eval(2416, v is ImplementAllInterface<int>?[], false);
+// Eval(2405, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(2406, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(2407, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(2408, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(2409, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(2410, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(2411, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(2412, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(2413, v is ImplementAllInterface<int>, false);
+// Eval(2414, v is ImplementAllInterface<int>[], false);
+// Eval(2415, v is ImplementAllInterface<int>?, false);
+// Eval(2416, v is ImplementAllInterface<int>?[], false);
Eval(2417, v is IntE, false);
Eval(2418, v is IntE[], false);
Eval(2419, v is IntE?, false);
@@ -2472,38 +2472,38 @@ internal class Program
Eval(2512, v is IEmpty[], false);
Eval(2513, v is INotEmpty, false);
Eval(2514, v is INotEmpty[], false);
- Eval(2515, v is IEmptyGen<int>, false);
- Eval(2516, v is IEmptyGen<int>[], false);
- Eval(2517, v is INotEmptyGen<int>, false);
- Eval(2518, v is INotEmptyGen<int>[], false);
+// Eval(2515, v is IEmptyGen<int>, false);
+// Eval(2516, v is IEmptyGen<int>[], false);
+// Eval(2517, v is INotEmptyGen<int>, false);
+// Eval(2518, v is INotEmptyGen<int>[], false);
Eval(2519, v is SimpleDelegate, false);
Eval(2520, v is SimpleDelegate[], false);
- Eval(2521, v is GenericDelegate<int>, false);
- Eval(2522, v is GenericDelegate<int>[], false);
+// Eval(2521, v is GenericDelegate<int>, false);
+// Eval(2522, v is GenericDelegate<int>[], false);
Eval(2523, v is EmptyClass, false);
Eval(2524, v is EmptyClass[], false);
Eval(2525, v is NotEmptyClass, false);
Eval(2526, v is NotEmptyClass[], false);
- Eval(2527, v is EmptyClassGen<int>, false);
- Eval(2528, v is EmptyClassGen<int>[], false);
- Eval(2529, v is NotEmptyClassGen<Guid>, false);
- Eval(2530, v is NotEmptyClassGen<Guid>[], false);
- Eval(2531, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(2532, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(2527, v is EmptyClassGen<int>, false);
+// Eval(2528, v is EmptyClassGen<int>[], false);
+// Eval(2529, v is NotEmptyClassGen<Guid>, false);
+// Eval(2530, v is NotEmptyClassGen<Guid>[], false);
+// Eval(2531, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(2532, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(2533, v is NestedClass, false);
Eval(2534, v is NestedClass[], false);
- Eval(2535, v is NestedClassGen<Decimal>, false);
- Eval(2536, v is NestedClassGen<Decimal>[], false);
+// Eval(2535, v is NestedClassGen<Decimal>, false);
+// Eval(2536, v is NestedClassGen<Decimal>[], false);
Eval(2537, v is ImplementOneInterfaceC, false);
Eval(2538, v is ImplementOneInterfaceC[], false);
Eval(2539, v is ImplementTwoInterfaceC, false);
Eval(2540, v is ImplementTwoInterfaceC[], false);
- Eval(2541, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(2542, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(2543, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(2544, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(2545, v is ImplementAllInterfaceC<int>, false);
- Eval(2546, v is ImplementAllInterfaceC<int>[], false);
+// Eval(2541, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(2542, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(2543, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(2544, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(2545, v is ImplementAllInterfaceC<int>, false);
+// Eval(2546, v is ImplementAllInterfaceC<int>[], false);
Eval(2547, v is SealedClass, false);
Eval(2548, v is SealedClass[], false);
}
@@ -2517,26 +2517,26 @@ internal class Program
Eval(2554, v is NotEmptyStruct[], false);
Eval(2555, v is NotEmptyStruct?, false);
Eval(2556, v is NotEmptyStruct?[], false);
- Eval(2557, v is EmptyStructGen<int>, false);
- Eval(2558, v is EmptyStructGen<int>[], false);
- Eval(2559, v is EmptyStructGen<int>?, false);
- Eval(2560, v is EmptyStructGen<int>?[], false);
- Eval(2561, v is NotEmptyStructGen<Guid>, false);
- Eval(2562, v is NotEmptyStructGen<Guid>[], false);
- Eval(2563, v is NotEmptyStructGen<Guid>?, false);
- Eval(2564, v is NotEmptyStructGen<Guid>?[], false);
- Eval(2565, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(2566, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(2567, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(2568, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(2557, v is EmptyStructGen<int>, false);
+// Eval(2558, v is EmptyStructGen<int>[], false);
+// Eval(2559, v is EmptyStructGen<int>?, false);
+// Eval(2560, v is EmptyStructGen<int>?[], false);
+// Eval(2561, v is NotEmptyStructGen<Guid>, false);
+// Eval(2562, v is NotEmptyStructGen<Guid>[], false);
+// Eval(2563, v is NotEmptyStructGen<Guid>?, false);
+// Eval(2564, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(2565, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(2566, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(2567, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(2568, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(2569, v is NestedStruct, false);
Eval(2570, v is NestedStruct[], false);
Eval(2571, v is NestedStruct?, false);
Eval(2572, v is NestedStruct?[], false);
- Eval(2573, v is NestedStructGen<Decimal>, false);
- Eval(2574, v is NestedStructGen<Decimal>[], false);
- Eval(2575, v is NestedStructGen<Decimal>?, false);
- Eval(2576, v is NestedStructGen<Decimal>?[], false);
+// Eval(2573, v is NestedStructGen<Decimal>, false);
+// Eval(2574, v is NestedStructGen<Decimal>[], false);
+// Eval(2575, v is NestedStructGen<Decimal>?, false);
+// Eval(2576, v is NestedStructGen<Decimal>?[], false);
Eval(2577, v is ExplicitFieldOffsetStruct, false);
Eval(2578, v is ExplicitFieldOffsetStruct[], false);
Eval(2579, v is ExplicitFieldOffsetStruct?, false);
@@ -2553,18 +2553,18 @@ internal class Program
Eval(2598, v is ImplementTwoInterface[], false);
Eval(2599, v is ImplementTwoInterface?, false);
Eval(2600, v is ImplementTwoInterface?[], false);
- Eval(2601, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(2602, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(2603, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(2604, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(2605, v is ImplementTwoInterfaceGen<int>, false);
- Eval(2606, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(2607, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(2608, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(2609, v is ImplementAllInterface<int>, false);
- Eval(2610, v is ImplementAllInterface<int>[], false);
- Eval(2611, v is ImplementAllInterface<int>?, false);
- Eval(2612, v is ImplementAllInterface<int>?[], false);
+// Eval(2601, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(2602, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(2603, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(2604, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(2605, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(2606, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(2607, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(2608, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(2609, v is ImplementAllInterface<int>, false);
+// Eval(2610, v is ImplementAllInterface<int>[], false);
+// Eval(2611, v is ImplementAllInterface<int>?, false);
+// Eval(2612, v is ImplementAllInterface<int>?[], false);
Eval(2613, v is IntE, false);
Eval(2614, v is IntE[], false);
Eval(2615, v is IntE?, false);
@@ -2663,38 +2663,38 @@ internal class Program
Eval(2708, v is IEmpty[], false);
Eval(2709, v is INotEmpty, false);
Eval(2710, v is INotEmpty[], false);
- Eval(2711, v is IEmptyGen<int>, false);
- Eval(2712, v is IEmptyGen<int>[], false);
- Eval(2713, v is INotEmptyGen<int>, false);
- Eval(2714, v is INotEmptyGen<int>[], false);
+// Eval(2711, v is IEmptyGen<int>, false);
+// Eval(2712, v is IEmptyGen<int>[], false);
+// Eval(2713, v is INotEmptyGen<int>, false);
+// Eval(2714, v is INotEmptyGen<int>[], false);
Eval(2715, v is SimpleDelegate, false);
Eval(2716, v is SimpleDelegate[], false);
- Eval(2717, v is GenericDelegate<int>, false);
- Eval(2718, v is GenericDelegate<int>[], false);
+// Eval(2717, v is GenericDelegate<int>, false);
+// Eval(2718, v is GenericDelegate<int>[], false);
Eval(2719, v is EmptyClass, false);
Eval(2720, v is EmptyClass[], false);
Eval(2721, v is NotEmptyClass, false);
Eval(2722, v is NotEmptyClass[], false);
- Eval(2723, v is EmptyClassGen<int>, false);
- Eval(2724, v is EmptyClassGen<int>[], false);
- Eval(2725, v is NotEmptyClassGen<Guid>, false);
- Eval(2726, v is NotEmptyClassGen<Guid>[], false);
- Eval(2727, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(2728, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(2723, v is EmptyClassGen<int>, false);
+// Eval(2724, v is EmptyClassGen<int>[], false);
+// Eval(2725, v is NotEmptyClassGen<Guid>, false);
+// Eval(2726, v is NotEmptyClassGen<Guid>[], false);
+// Eval(2727, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(2728, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(2729, v is NestedClass, false);
Eval(2730, v is NestedClass[], false);
- Eval(2731, v is NestedClassGen<Decimal>, false);
- Eval(2732, v is NestedClassGen<Decimal>[], false);
+// Eval(2731, v is NestedClassGen<Decimal>, false);
+// Eval(2732, v is NestedClassGen<Decimal>[], false);
Eval(2733, v is ImplementOneInterfaceC, false);
Eval(2734, v is ImplementOneInterfaceC[], false);
Eval(2735, v is ImplementTwoInterfaceC, false);
Eval(2736, v is ImplementTwoInterfaceC[], false);
- Eval(2737, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(2738, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(2739, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(2740, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(2741, v is ImplementAllInterfaceC<int>, false);
- Eval(2742, v is ImplementAllInterfaceC<int>[], false);
+// Eval(2737, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(2738, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(2739, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(2740, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(2741, v is ImplementAllInterfaceC<int>, false);
+// Eval(2742, v is ImplementAllInterfaceC<int>[], false);
Eval(2743, v is SealedClass, false);
Eval(2744, v is SealedClass[], false);
}
@@ -2708,26 +2708,26 @@ internal class Program
Eval(2750, v is NotEmptyStruct[], false);
Eval(2751, v is NotEmptyStruct?, false);
Eval(2752, v is NotEmptyStruct?[], false);
- Eval(2753, v is EmptyStructGen<int>, false);
- Eval(2754, v is EmptyStructGen<int>[], false);
- Eval(2755, v is EmptyStructGen<int>?, false);
- Eval(2756, v is EmptyStructGen<int>?[], true);
- Eval(2757, v is NotEmptyStructGen<Guid>, false);
- Eval(2758, v is NotEmptyStructGen<Guid>[], false);
- Eval(2759, v is NotEmptyStructGen<Guid>?, false);
- Eval(2760, v is NotEmptyStructGen<Guid>?[], false);
- Eval(2761, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(2762, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(2763, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(2764, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(2753, v is EmptyStructGen<int>, false);
+// Eval(2754, v is EmptyStructGen<int>[], false);
+// Eval(2755, v is EmptyStructGen<int>?, false);
+// Eval(2756, v is EmptyStructGen<int>?[], true);
+// Eval(2757, v is NotEmptyStructGen<Guid>, false);
+// Eval(2758, v is NotEmptyStructGen<Guid>[], false);
+// Eval(2759, v is NotEmptyStructGen<Guid>?, false);
+// Eval(2760, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(2761, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(2762, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(2763, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(2764, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(2765, v is NestedStruct, false);
Eval(2766, v is NestedStruct[], false);
Eval(2767, v is NestedStruct?, false);
Eval(2768, v is NestedStruct?[], false);
- Eval(2769, v is NestedStructGen<Decimal>, false);
- Eval(2770, v is NestedStructGen<Decimal>[], false);
- Eval(2771, v is NestedStructGen<Decimal>?, false);
- Eval(2772, v is NestedStructGen<Decimal>?[], false);
+// Eval(2769, v is NestedStructGen<Decimal>, false);
+// Eval(2770, v is NestedStructGen<Decimal>[], false);
+// Eval(2771, v is NestedStructGen<Decimal>?, false);
+// Eval(2772, v is NestedStructGen<Decimal>?[], false);
Eval(2773, v is ExplicitFieldOffsetStruct, false);
Eval(2774, v is ExplicitFieldOffsetStruct[], false);
Eval(2775, v is ExplicitFieldOffsetStruct?, false);
@@ -2744,18 +2744,18 @@ internal class Program
Eval(2794, v is ImplementTwoInterface[], false);
Eval(2795, v is ImplementTwoInterface?, false);
Eval(2796, v is ImplementTwoInterface?[], false);
- Eval(2797, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(2798, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(2799, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(2800, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(2801, v is ImplementTwoInterfaceGen<int>, false);
- Eval(2802, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(2803, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(2804, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(2805, v is ImplementAllInterface<int>, false);
- Eval(2806, v is ImplementAllInterface<int>[], false);
- Eval(2807, v is ImplementAllInterface<int>?, false);
- Eval(2808, v is ImplementAllInterface<int>?[], false);
+// Eval(2797, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(2798, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(2799, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(2800, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(2801, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(2802, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(2803, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(2804, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(2805, v is ImplementAllInterface<int>, false);
+// Eval(2806, v is ImplementAllInterface<int>[], false);
+// Eval(2807, v is ImplementAllInterface<int>?, false);
+// Eval(2808, v is ImplementAllInterface<int>?[], false);
Eval(2809, v is IntE, false);
Eval(2810, v is IntE[], false);
Eval(2811, v is IntE?, false);
@@ -2854,38 +2854,38 @@ internal class Program
Eval(2904, v is IEmpty[], false);
Eval(2905, v is INotEmpty, false);
Eval(2906, v is INotEmpty[], false);
- Eval(2907, v is IEmptyGen<int>, false);
- Eval(2908, v is IEmptyGen<int>[], false);
- Eval(2909, v is INotEmptyGen<int>, false);
- Eval(2910, v is INotEmptyGen<int>[], false);
+// Eval(2907, v is IEmptyGen<int>, false);
+// Eval(2908, v is IEmptyGen<int>[], false);
+// Eval(2909, v is INotEmptyGen<int>, false);
+// Eval(2910, v is INotEmptyGen<int>[], false);
Eval(2911, v is SimpleDelegate, false);
Eval(2912, v is SimpleDelegate[], false);
- Eval(2913, v is GenericDelegate<int>, false);
- Eval(2914, v is GenericDelegate<int>[], false);
+// Eval(2913, v is GenericDelegate<int>, false);
+// Eval(2914, v is GenericDelegate<int>[], false);
Eval(2915, v is EmptyClass, false);
Eval(2916, v is EmptyClass[], false);
Eval(2917, v is NotEmptyClass, false);
Eval(2918, v is NotEmptyClass[], false);
- Eval(2919, v is EmptyClassGen<int>, false);
- Eval(2920, v is EmptyClassGen<int>[], false);
- Eval(2921, v is NotEmptyClassGen<Guid>, false);
- Eval(2922, v is NotEmptyClassGen<Guid>[], false);
- Eval(2923, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(2924, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(2919, v is EmptyClassGen<int>, false);
+// Eval(2920, v is EmptyClassGen<int>[], false);
+// Eval(2921, v is NotEmptyClassGen<Guid>, false);
+// Eval(2922, v is NotEmptyClassGen<Guid>[], false);
+// Eval(2923, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(2924, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(2925, v is NestedClass, false);
Eval(2926, v is NestedClass[], false);
- Eval(2927, v is NestedClassGen<Decimal>, false);
- Eval(2928, v is NestedClassGen<Decimal>[], false);
+// Eval(2927, v is NestedClassGen<Decimal>, false);
+// Eval(2928, v is NestedClassGen<Decimal>[], false);
Eval(2929, v is ImplementOneInterfaceC, false);
Eval(2930, v is ImplementOneInterfaceC[], false);
Eval(2931, v is ImplementTwoInterfaceC, false);
Eval(2932, v is ImplementTwoInterfaceC[], false);
- Eval(2933, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(2934, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(2935, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(2936, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(2937, v is ImplementAllInterfaceC<int>, false);
- Eval(2938, v is ImplementAllInterfaceC<int>[], false);
+// Eval(2933, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(2934, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(2935, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(2936, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(2937, v is ImplementAllInterfaceC<int>, false);
+// Eval(2938, v is ImplementAllInterfaceC<int>[], false);
Eval(2939, v is SealedClass, false);
Eval(2940, v is SealedClass[], false);
}
@@ -2902,26 +2902,26 @@ internal class Program
Eval(2946, v is NotEmptyStruct[], false);
Eval(2947, v is NotEmptyStruct?, false);
Eval(2948, v is NotEmptyStruct?[], false);
- Eval(2949, v is EmptyStructGen<int>, false);
- Eval(2950, v is EmptyStructGen<int>[], false);
- Eval(2951, v is EmptyStructGen<int>?, false);
- Eval(2952, v is EmptyStructGen<int>?[], false);
- Eval(2953, v is NotEmptyStructGen<Guid>, true);
- Eval(2954, v is NotEmptyStructGen<Guid>[], false);
- Eval(2955, v is NotEmptyStructGen<Guid>?, true);
- Eval(2956, v is NotEmptyStructGen<Guid>?[], false);
- Eval(2957, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(2958, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(2959, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(2960, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(2949, v is EmptyStructGen<int>, false);
+// Eval(2950, v is EmptyStructGen<int>[], false);
+// Eval(2951, v is EmptyStructGen<int>?, false);
+// Eval(2952, v is EmptyStructGen<int>?[], false);
+// Eval(2953, v is NotEmptyStructGen<Guid>, true);
+// Eval(2954, v is NotEmptyStructGen<Guid>[], false);
+// Eval(2955, v is NotEmptyStructGen<Guid>?, true);
+// Eval(2956, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(2957, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(2958, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(2959, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(2960, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(2961, v is NestedStruct, false);
Eval(2962, v is NestedStruct[], false);
Eval(2963, v is NestedStruct?, false);
Eval(2964, v is NestedStruct?[], false);
- Eval(2965, v is NestedStructGen<Decimal>, false);
- Eval(2966, v is NestedStructGen<Decimal>[], false);
- Eval(2967, v is NestedStructGen<Decimal>?, false);
- Eval(2968, v is NestedStructGen<Decimal>?[], false);
+// Eval(2965, v is NestedStructGen<Decimal>, false);
+// Eval(2966, v is NestedStructGen<Decimal>[], false);
+// Eval(2967, v is NestedStructGen<Decimal>?, false);
+// Eval(2968, v is NestedStructGen<Decimal>?[], false);
Eval(2969, v is ExplicitFieldOffsetStruct, false);
Eval(2970, v is ExplicitFieldOffsetStruct[], false);
Eval(2971, v is ExplicitFieldOffsetStruct?, false);
@@ -2938,18 +2938,18 @@ internal class Program
Eval(2990, v is ImplementTwoInterface[], false);
Eval(2991, v is ImplementTwoInterface?, false);
Eval(2992, v is ImplementTwoInterface?[], false);
- Eval(2993, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(2994, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(2995, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(2996, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(2997, v is ImplementTwoInterfaceGen<int>, false);
- Eval(2998, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(2999, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(3000, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(3001, v is ImplementAllInterface<int>, false);
- Eval(3002, v is ImplementAllInterface<int>[], false);
- Eval(3003, v is ImplementAllInterface<int>?, false);
- Eval(3004, v is ImplementAllInterface<int>?[], false);
+// Eval(2993, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(2994, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(2995, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(2996, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(2997, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(2998, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(2999, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(3000, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(3001, v is ImplementAllInterface<int>, false);
+// Eval(3002, v is ImplementAllInterface<int>[], false);
+// Eval(3003, v is ImplementAllInterface<int>?, false);
+// Eval(3004, v is ImplementAllInterface<int>?[], false);
Eval(3005, v is IntE, false);
Eval(3006, v is IntE[], false);
Eval(3007, v is IntE?, false);
@@ -3048,38 +3048,38 @@ internal class Program
Eval(3100, v is IEmpty[], false);
Eval(3101, v is INotEmpty, false);
Eval(3102, v is INotEmpty[], false);
- Eval(3103, v is IEmptyGen<int>, false);
- Eval(3104, v is IEmptyGen<int>[], false);
- Eval(3105, v is INotEmptyGen<int>, false);
- Eval(3106, v is INotEmptyGen<int>[], false);
+// Eval(3103, v is IEmptyGen<int>, false);
+// Eval(3104, v is IEmptyGen<int>[], false);
+// Eval(3105, v is INotEmptyGen<int>, false);
+// Eval(3106, v is INotEmptyGen<int>[], false);
Eval(3107, v is SimpleDelegate, false);
Eval(3108, v is SimpleDelegate[], false);
- Eval(3109, v is GenericDelegate<int>, false);
- Eval(3110, v is GenericDelegate<int>[], false);
+// Eval(3109, v is GenericDelegate<int>, false);
+// Eval(3110, v is GenericDelegate<int>[], false);
Eval(3111, v is EmptyClass, false);
Eval(3112, v is EmptyClass[], false);
Eval(3113, v is NotEmptyClass, false);
Eval(3114, v is NotEmptyClass[], false);
- Eval(3115, v is EmptyClassGen<int>, false);
- Eval(3116, v is EmptyClassGen<int>[], false);
- Eval(3117, v is NotEmptyClassGen<Guid>, false);
- Eval(3118, v is NotEmptyClassGen<Guid>[], false);
- Eval(3119, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(3120, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(3115, v is EmptyClassGen<int>, false);
+// Eval(3116, v is EmptyClassGen<int>[], false);
+// Eval(3117, v is NotEmptyClassGen<Guid>, false);
+// Eval(3118, v is NotEmptyClassGen<Guid>[], false);
+// Eval(3119, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(3120, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(3121, v is NestedClass, false);
Eval(3122, v is NestedClass[], false);
- Eval(3123, v is NestedClassGen<Decimal>, false);
- Eval(3124, v is NestedClassGen<Decimal>[], false);
+// Eval(3123, v is NestedClassGen<Decimal>, false);
+// Eval(3124, v is NestedClassGen<Decimal>[], false);
Eval(3125, v is ImplementOneInterfaceC, false);
Eval(3126, v is ImplementOneInterfaceC[], false);
Eval(3127, v is ImplementTwoInterfaceC, false);
Eval(3128, v is ImplementTwoInterfaceC[], false);
- Eval(3129, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(3130, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(3131, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(3132, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(3133, v is ImplementAllInterfaceC<int>, false);
- Eval(3134, v is ImplementAllInterfaceC<int>[], false);
+// Eval(3129, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(3130, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(3131, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(3132, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(3133, v is ImplementAllInterfaceC<int>, false);
+// Eval(3134, v is ImplementAllInterfaceC<int>[], false);
Eval(3135, v is SealedClass, false);
Eval(3136, v is SealedClass[], false);
}
@@ -3093,26 +3093,26 @@ internal class Program
Eval(3142, v is NotEmptyStruct[], false);
Eval(3143, v is NotEmptyStruct?, false);
Eval(3144, v is NotEmptyStruct?[], false);
- Eval(3145, v is EmptyStructGen<int>, false);
- Eval(3146, v is EmptyStructGen<int>[], false);
- Eval(3147, v is EmptyStructGen<int>?, false);
- Eval(3148, v is EmptyStructGen<int>?[], false);
- Eval(3149, v is NotEmptyStructGen<Guid>, true);
- Eval(3150, v is NotEmptyStructGen<Guid>[], false);
- Eval(3151, v is NotEmptyStructGen<Guid>?, true);
- Eval(3152, v is NotEmptyStructGen<Guid>?[], false);
- Eval(3153, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(3154, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(3155, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(3156, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(3145, v is EmptyStructGen<int>, false);
+// Eval(3146, v is EmptyStructGen<int>[], false);
+// Eval(3147, v is EmptyStructGen<int>?, false);
+// Eval(3148, v is EmptyStructGen<int>?[], false);
+// Eval(3149, v is NotEmptyStructGen<Guid>, true);
+// Eval(3150, v is NotEmptyStructGen<Guid>[], false);
+// Eval(3151, v is NotEmptyStructGen<Guid>?, true);
+// Eval(3152, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(3153, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(3154, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(3155, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(3156, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(3157, v is NestedStruct, false);
Eval(3158, v is NestedStruct[], false);
Eval(3159, v is NestedStruct?, false);
Eval(3160, v is NestedStruct?[], false);
- Eval(3161, v is NestedStructGen<Decimal>, false);
- Eval(3162, v is NestedStructGen<Decimal>[], false);
- Eval(3163, v is NestedStructGen<Decimal>?, false);
- Eval(3164, v is NestedStructGen<Decimal>?[], false);
+// Eval(3161, v is NestedStructGen<Decimal>, false);
+// Eval(3162, v is NestedStructGen<Decimal>[], false);
+// Eval(3163, v is NestedStructGen<Decimal>?, false);
+// Eval(3164, v is NestedStructGen<Decimal>?[], false);
Eval(3165, v is ExplicitFieldOffsetStruct, false);
Eval(3166, v is ExplicitFieldOffsetStruct[], false);
Eval(3167, v is ExplicitFieldOffsetStruct?, false);
@@ -3129,18 +3129,18 @@ internal class Program
Eval(3186, v is ImplementTwoInterface[], false);
Eval(3187, v is ImplementTwoInterface?, false);
Eval(3188, v is ImplementTwoInterface?[], false);
- Eval(3189, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(3190, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(3191, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(3192, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(3193, v is ImplementTwoInterfaceGen<int>, false);
- Eval(3194, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(3195, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(3196, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(3197, v is ImplementAllInterface<int>, false);
- Eval(3198, v is ImplementAllInterface<int>[], false);
- Eval(3199, v is ImplementAllInterface<int>?, false);
- Eval(3200, v is ImplementAllInterface<int>?[], false);
+// Eval(3189, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(3190, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(3191, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(3192, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(3193, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(3194, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(3195, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(3196, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(3197, v is ImplementAllInterface<int>, false);
+// Eval(3198, v is ImplementAllInterface<int>[], false);
+// Eval(3199, v is ImplementAllInterface<int>?, false);
+// Eval(3200, v is ImplementAllInterface<int>?[], false);
Eval(3201, v is IntE, false);
Eval(3202, v is IntE[], false);
Eval(3203, v is IntE?, false);
@@ -3239,38 +3239,38 @@ internal class Program
Eval(3296, v is IEmpty[], false);
Eval(3297, v is INotEmpty, false);
Eval(3298, v is INotEmpty[], false);
- Eval(3299, v is IEmptyGen<int>, false);
- Eval(3300, v is IEmptyGen<int>[], false);
- Eval(3301, v is INotEmptyGen<int>, false);
- Eval(3302, v is INotEmptyGen<int>[], false);
+// Eval(3299, v is IEmptyGen<int>, false);
+// Eval(3300, v is IEmptyGen<int>[], false);
+// Eval(3301, v is INotEmptyGen<int>, false);
+// Eval(3302, v is INotEmptyGen<int>[], false);
Eval(3303, v is SimpleDelegate, false);
Eval(3304, v is SimpleDelegate[], false);
- Eval(3305, v is GenericDelegate<int>, false);
- Eval(3306, v is GenericDelegate<int>[], false);
+// Eval(3305, v is GenericDelegate<int>, false);
+// Eval(3306, v is GenericDelegate<int>[], false);
Eval(3307, v is EmptyClass, false);
Eval(3308, v is EmptyClass[], false);
Eval(3309, v is NotEmptyClass, false);
Eval(3310, v is NotEmptyClass[], false);
- Eval(3311, v is EmptyClassGen<int>, false);
- Eval(3312, v is EmptyClassGen<int>[], false);
- Eval(3313, v is NotEmptyClassGen<Guid>, false);
- Eval(3314, v is NotEmptyClassGen<Guid>[], false);
- Eval(3315, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(3316, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(3311, v is EmptyClassGen<int>, false);
+// Eval(3312, v is EmptyClassGen<int>[], false);
+// Eval(3313, v is NotEmptyClassGen<Guid>, false);
+// Eval(3314, v is NotEmptyClassGen<Guid>[], false);
+// Eval(3315, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(3316, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(3317, v is NestedClass, false);
Eval(3318, v is NestedClass[], false);
- Eval(3319, v is NestedClassGen<Decimal>, false);
- Eval(3320, v is NestedClassGen<Decimal>[], false);
+// Eval(3319, v is NestedClassGen<Decimal>, false);
+// Eval(3320, v is NestedClassGen<Decimal>[], false);
Eval(3321, v is ImplementOneInterfaceC, false);
Eval(3322, v is ImplementOneInterfaceC[], false);
Eval(3323, v is ImplementTwoInterfaceC, false);
Eval(3324, v is ImplementTwoInterfaceC[], false);
- Eval(3325, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(3326, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(3327, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(3328, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(3329, v is ImplementAllInterfaceC<int>, false);
- Eval(3330, v is ImplementAllInterfaceC<int>[], false);
+// Eval(3325, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(3326, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(3327, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(3328, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(3329, v is ImplementAllInterfaceC<int>, false);
+// Eval(3330, v is ImplementAllInterfaceC<int>[], false);
Eval(3331, v is SealedClass, false);
Eval(3332, v is SealedClass[], false);
}
@@ -3284,26 +3284,26 @@ internal class Program
Eval(3338, v is NotEmptyStruct[], false);
Eval(3339, v is NotEmptyStruct?, false);
Eval(3340, v is NotEmptyStruct?[], false);
- Eval(3341, v is EmptyStructGen<int>, false);
- Eval(3342, v is EmptyStructGen<int>[], false);
- Eval(3343, v is EmptyStructGen<int>?, false);
- Eval(3344, v is EmptyStructGen<int>?[], false);
- Eval(3345, v is NotEmptyStructGen<Guid>, false);
- Eval(3346, v is NotEmptyStructGen<Guid>[], false);
- Eval(3347, v is NotEmptyStructGen<Guid>?, false);
- Eval(3348, v is NotEmptyStructGen<Guid>?[], false);
- Eval(3349, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(3350, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(3351, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(3352, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(3341, v is EmptyStructGen<int>, false);
+// Eval(3342, v is EmptyStructGen<int>[], false);
+// Eval(3343, v is EmptyStructGen<int>?, false);
+// Eval(3344, v is EmptyStructGen<int>?[], false);
+// Eval(3345, v is NotEmptyStructGen<Guid>, false);
+// Eval(3346, v is NotEmptyStructGen<Guid>[], false);
+// Eval(3347, v is NotEmptyStructGen<Guid>?, false);
+// Eval(3348, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(3349, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(3350, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(3351, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(3352, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(3353, v is NestedStruct, false);
Eval(3354, v is NestedStruct[], false);
Eval(3355, v is NestedStruct?, false);
Eval(3356, v is NestedStruct?[], false);
- Eval(3357, v is NestedStructGen<Decimal>, false);
- Eval(3358, v is NestedStructGen<Decimal>[], false);
- Eval(3359, v is NestedStructGen<Decimal>?, false);
- Eval(3360, v is NestedStructGen<Decimal>?[], false);
+// Eval(3357, v is NestedStructGen<Decimal>, false);
+// Eval(3358, v is NestedStructGen<Decimal>[], false);
+// Eval(3359, v is NestedStructGen<Decimal>?, false);
+// Eval(3360, v is NestedStructGen<Decimal>?[], false);
Eval(3361, v is ExplicitFieldOffsetStruct, false);
Eval(3362, v is ExplicitFieldOffsetStruct[], false);
Eval(3363, v is ExplicitFieldOffsetStruct?, false);
@@ -3320,18 +3320,18 @@ internal class Program
Eval(3382, v is ImplementTwoInterface[], false);
Eval(3383, v is ImplementTwoInterface?, false);
Eval(3384, v is ImplementTwoInterface?[], false);
- Eval(3385, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(3386, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(3387, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(3388, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(3389, v is ImplementTwoInterfaceGen<int>, false);
- Eval(3390, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(3391, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(3392, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(3393, v is ImplementAllInterface<int>, false);
- Eval(3394, v is ImplementAllInterface<int>[], false);
- Eval(3395, v is ImplementAllInterface<int>?, false);
- Eval(3396, v is ImplementAllInterface<int>?[], false);
+// Eval(3385, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(3386, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(3387, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(3388, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(3389, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(3390, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(3391, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(3392, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(3393, v is ImplementAllInterface<int>, false);
+// Eval(3394, v is ImplementAllInterface<int>[], false);
+// Eval(3395, v is ImplementAllInterface<int>?, false);
+// Eval(3396, v is ImplementAllInterface<int>?[], false);
Eval(3397, v is IntE, false);
Eval(3398, v is IntE[], false);
Eval(3399, v is IntE?, false);
@@ -3430,38 +3430,38 @@ internal class Program
Eval(3492, v is IEmpty[], false);
Eval(3493, v is INotEmpty, false);
Eval(3494, v is INotEmpty[], false);
- Eval(3495, v is IEmptyGen<int>, false);
- Eval(3496, v is IEmptyGen<int>[], false);
- Eval(3497, v is INotEmptyGen<int>, false);
- Eval(3498, v is INotEmptyGen<int>[], false);
+// Eval(3495, v is IEmptyGen<int>, false);
+// Eval(3496, v is IEmptyGen<int>[], false);
+// Eval(3497, v is INotEmptyGen<int>, false);
+// Eval(3498, v is INotEmptyGen<int>[], false);
Eval(3499, v is SimpleDelegate, false);
Eval(3500, v is SimpleDelegate[], false);
- Eval(3501, v is GenericDelegate<int>, false);
- Eval(3502, v is GenericDelegate<int>[], false);
+// Eval(3501, v is GenericDelegate<int>, false);
+// Eval(3502, v is GenericDelegate<int>[], false);
Eval(3503, v is EmptyClass, false);
Eval(3504, v is EmptyClass[], false);
Eval(3505, v is NotEmptyClass, false);
Eval(3506, v is NotEmptyClass[], false);
- Eval(3507, v is EmptyClassGen<int>, false);
- Eval(3508, v is EmptyClassGen<int>[], false);
- Eval(3509, v is NotEmptyClassGen<Guid>, false);
- Eval(3510, v is NotEmptyClassGen<Guid>[], false);
- Eval(3511, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(3512, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(3507, v is EmptyClassGen<int>, false);
+// Eval(3508, v is EmptyClassGen<int>[], false);
+// Eval(3509, v is NotEmptyClassGen<Guid>, false);
+// Eval(3510, v is NotEmptyClassGen<Guid>[], false);
+// Eval(3511, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(3512, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(3513, v is NestedClass, false);
Eval(3514, v is NestedClass[], false);
- Eval(3515, v is NestedClassGen<Decimal>, false);
- Eval(3516, v is NestedClassGen<Decimal>[], false);
+// Eval(3515, v is NestedClassGen<Decimal>, false);
+// Eval(3516, v is NestedClassGen<Decimal>[], false);
Eval(3517, v is ImplementOneInterfaceC, false);
Eval(3518, v is ImplementOneInterfaceC[], false);
Eval(3519, v is ImplementTwoInterfaceC, false);
Eval(3520, v is ImplementTwoInterfaceC[], false);
- Eval(3521, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(3522, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(3523, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(3524, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(3525, v is ImplementAllInterfaceC<int>, false);
- Eval(3526, v is ImplementAllInterfaceC<int>[], false);
+// Eval(3521, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(3522, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(3523, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(3524, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(3525, v is ImplementAllInterfaceC<int>, false);
+// Eval(3526, v is ImplementAllInterfaceC<int>[], false);
Eval(3527, v is SealedClass, false);
Eval(3528, v is SealedClass[], false);
}
@@ -3475,26 +3475,26 @@ internal class Program
Eval(3534, v is NotEmptyStruct[], false);
Eval(3535, v is NotEmptyStruct?, false);
Eval(3536, v is NotEmptyStruct?[], false);
- Eval(3537, v is EmptyStructGen<int>, false);
- Eval(3538, v is EmptyStructGen<int>[], false);
- Eval(3539, v is EmptyStructGen<int>?, false);
- Eval(3540, v is EmptyStructGen<int>?[], false);
- Eval(3541, v is NotEmptyStructGen<Guid>, false);
- Eval(3542, v is NotEmptyStructGen<Guid>[], false);
- Eval(3543, v is NotEmptyStructGen<Guid>?, false);
- Eval(3544, v is NotEmptyStructGen<Guid>?[], false);
- Eval(3545, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(3546, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(3547, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(3548, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(3537, v is EmptyStructGen<int>, false);
+// Eval(3538, v is EmptyStructGen<int>[], false);
+// Eval(3539, v is EmptyStructGen<int>?, false);
+// Eval(3540, v is EmptyStructGen<int>?[], false);
+// Eval(3541, v is NotEmptyStructGen<Guid>, false);
+// Eval(3542, v is NotEmptyStructGen<Guid>[], false);
+// Eval(3543, v is NotEmptyStructGen<Guid>?, false);
+// Eval(3544, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(3545, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(3546, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(3547, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(3548, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(3549, v is NestedStruct, false);
Eval(3550, v is NestedStruct[], false);
Eval(3551, v is NestedStruct?, false);
Eval(3552, v is NestedStruct?[], false);
- Eval(3553, v is NestedStructGen<Decimal>, false);
- Eval(3554, v is NestedStructGen<Decimal>[], false);
- Eval(3555, v is NestedStructGen<Decimal>?, false);
- Eval(3556, v is NestedStructGen<Decimal>?[], false);
+// Eval(3553, v is NestedStructGen<Decimal>, false);
+// Eval(3554, v is NestedStructGen<Decimal>[], false);
+// Eval(3555, v is NestedStructGen<Decimal>?, false);
+// Eval(3556, v is NestedStructGen<Decimal>?[], false);
Eval(3557, v is ExplicitFieldOffsetStruct, false);
Eval(3558, v is ExplicitFieldOffsetStruct[], false);
Eval(3559, v is ExplicitFieldOffsetStruct?, false);
@@ -3511,18 +3511,18 @@ internal class Program
Eval(3578, v is ImplementTwoInterface[], false);
Eval(3579, v is ImplementTwoInterface?, false);
Eval(3580, v is ImplementTwoInterface?[], false);
- Eval(3581, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(3582, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(3583, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(3584, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(3585, v is ImplementTwoInterfaceGen<int>, false);
- Eval(3586, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(3587, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(3588, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(3589, v is ImplementAllInterface<int>, false);
- Eval(3590, v is ImplementAllInterface<int>[], false);
- Eval(3591, v is ImplementAllInterface<int>?, false);
- Eval(3592, v is ImplementAllInterface<int>?[], false);
+// Eval(3581, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(3582, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(3583, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(3584, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(3585, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(3586, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(3587, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(3588, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(3589, v is ImplementAllInterface<int>, false);
+// Eval(3590, v is ImplementAllInterface<int>[], false);
+// Eval(3591, v is ImplementAllInterface<int>?, false);
+// Eval(3592, v is ImplementAllInterface<int>?[], false);
Eval(3593, v is IntE, false);
Eval(3594, v is IntE[], false);
Eval(3595, v is IntE?, false);
@@ -3621,38 +3621,38 @@ internal class Program
Eval(3688, v is IEmpty[], false);
Eval(3689, v is INotEmpty, false);
Eval(3690, v is INotEmpty[], false);
- Eval(3691, v is IEmptyGen<int>, false);
- Eval(3692, v is IEmptyGen<int>[], false);
- Eval(3693, v is INotEmptyGen<int>, false);
- Eval(3694, v is INotEmptyGen<int>[], false);
+// Eval(3691, v is IEmptyGen<int>, false);
+// Eval(3692, v is IEmptyGen<int>[], false);
+// Eval(3693, v is INotEmptyGen<int>, false);
+// Eval(3694, v is INotEmptyGen<int>[], false);
Eval(3695, v is SimpleDelegate, false);
Eval(3696, v is SimpleDelegate[], false);
- Eval(3697, v is GenericDelegate<int>, false);
- Eval(3698, v is GenericDelegate<int>[], false);
+// Eval(3697, v is GenericDelegate<int>, false);
+// Eval(3698, v is GenericDelegate<int>[], false);
Eval(3699, v is EmptyClass, false);
Eval(3700, v is EmptyClass[], false);
Eval(3701, v is NotEmptyClass, false);
Eval(3702, v is NotEmptyClass[], false);
- Eval(3703, v is EmptyClassGen<int>, false);
- Eval(3704, v is EmptyClassGen<int>[], false);
- Eval(3705, v is NotEmptyClassGen<Guid>, false);
- Eval(3706, v is NotEmptyClassGen<Guid>[], false);
- Eval(3707, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(3708, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(3703, v is EmptyClassGen<int>, false);
+// Eval(3704, v is EmptyClassGen<int>[], false);
+// Eval(3705, v is NotEmptyClassGen<Guid>, false);
+// Eval(3706, v is NotEmptyClassGen<Guid>[], false);
+// Eval(3707, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(3708, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(3709, v is NestedClass, false);
Eval(3710, v is NestedClass[], false);
- Eval(3711, v is NestedClassGen<Decimal>, false);
- Eval(3712, v is NestedClassGen<Decimal>[], false);
+// Eval(3711, v is NestedClassGen<Decimal>, false);
+// Eval(3712, v is NestedClassGen<Decimal>[], false);
Eval(3713, v is ImplementOneInterfaceC, false);
Eval(3714, v is ImplementOneInterfaceC[], false);
Eval(3715, v is ImplementTwoInterfaceC, false);
Eval(3716, v is ImplementTwoInterfaceC[], false);
- Eval(3717, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(3718, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(3719, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(3720, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(3721, v is ImplementAllInterfaceC<int>, false);
- Eval(3722, v is ImplementAllInterfaceC<int>[], false);
+// Eval(3717, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(3718, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(3719, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(3720, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(3721, v is ImplementAllInterfaceC<int>, false);
+// Eval(3722, v is ImplementAllInterfaceC<int>[], false);
Eval(3723, v is SealedClass, false);
Eval(3724, v is SealedClass[], false);
}
@@ -3666,26 +3666,26 @@ internal class Program
Eval(3730, v is NotEmptyStruct[], false);
Eval(3731, v is NotEmptyStruct?, false);
Eval(3732, v is NotEmptyStruct?[], false);
- Eval(3733, v is EmptyStructGen<int>, false);
- Eval(3734, v is EmptyStructGen<int>[], false);
- Eval(3735, v is EmptyStructGen<int>?, false);
- Eval(3736, v is EmptyStructGen<int>?[], false);
- Eval(3737, v is NotEmptyStructGen<Guid>, false);
- Eval(3738, v is NotEmptyStructGen<Guid>[], false);
- Eval(3739, v is NotEmptyStructGen<Guid>?, false);
- Eval(3740, v is NotEmptyStructGen<Guid>?[], true);
- Eval(3741, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(3742, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(3743, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(3744, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(3733, v is EmptyStructGen<int>, false);
+// Eval(3734, v is EmptyStructGen<int>[], false);
+// Eval(3735, v is EmptyStructGen<int>?, false);
+// Eval(3736, v is EmptyStructGen<int>?[], false);
+// Eval(3737, v is NotEmptyStructGen<Guid>, false);
+// Eval(3738, v is NotEmptyStructGen<Guid>[], false);
+// Eval(3739, v is NotEmptyStructGen<Guid>?, false);
+// Eval(3740, v is NotEmptyStructGen<Guid>?[], true);
+// Eval(3741, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(3742, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(3743, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(3744, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(3745, v is NestedStruct, false);
Eval(3746, v is NestedStruct[], false);
Eval(3747, v is NestedStruct?, false);
Eval(3748, v is NestedStruct?[], false);
- Eval(3749, v is NestedStructGen<Decimal>, false);
- Eval(3750, v is NestedStructGen<Decimal>[], false);
- Eval(3751, v is NestedStructGen<Decimal>?, false);
- Eval(3752, v is NestedStructGen<Decimal>?[], false);
+// Eval(3749, v is NestedStructGen<Decimal>, false);
+// Eval(3750, v is NestedStructGen<Decimal>[], false);
+// Eval(3751, v is NestedStructGen<Decimal>?, false);
+// Eval(3752, v is NestedStructGen<Decimal>?[], false);
Eval(3753, v is ExplicitFieldOffsetStruct, false);
Eval(3754, v is ExplicitFieldOffsetStruct[], false);
Eval(3755, v is ExplicitFieldOffsetStruct?, false);
@@ -3702,18 +3702,18 @@ internal class Program
Eval(3774, v is ImplementTwoInterface[], false);
Eval(3775, v is ImplementTwoInterface?, false);
Eval(3776, v is ImplementTwoInterface?[], false);
- Eval(3777, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(3778, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(3779, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(3780, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(3781, v is ImplementTwoInterfaceGen<int>, false);
- Eval(3782, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(3783, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(3784, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(3785, v is ImplementAllInterface<int>, false);
- Eval(3786, v is ImplementAllInterface<int>[], false);
- Eval(3787, v is ImplementAllInterface<int>?, false);
- Eval(3788, v is ImplementAllInterface<int>?[], false);
+// Eval(3777, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(3778, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(3779, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(3780, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(3781, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(3782, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(3783, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(3784, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(3785, v is ImplementAllInterface<int>, false);
+// Eval(3786, v is ImplementAllInterface<int>[], false);
+// Eval(3787, v is ImplementAllInterface<int>?, false);
+// Eval(3788, v is ImplementAllInterface<int>?[], false);
Eval(3789, v is IntE, false);
Eval(3790, v is IntE[], false);
Eval(3791, v is IntE?, false);
@@ -3812,38 +3812,38 @@ internal class Program
Eval(3884, v is IEmpty[], false);
Eval(3885, v is INotEmpty, false);
Eval(3886, v is INotEmpty[], false);
- Eval(3887, v is IEmptyGen<int>, false);
- Eval(3888, v is IEmptyGen<int>[], false);
- Eval(3889, v is INotEmptyGen<int>, false);
- Eval(3890, v is INotEmptyGen<int>[], false);
+// Eval(3887, v is IEmptyGen<int>, false);
+// Eval(3888, v is IEmptyGen<int>[], false);
+// Eval(3889, v is INotEmptyGen<int>, false);
+// Eval(3890, v is INotEmptyGen<int>[], false);
Eval(3891, v is SimpleDelegate, false);
Eval(3892, v is SimpleDelegate[], false);
- Eval(3893, v is GenericDelegate<int>, false);
- Eval(3894, v is GenericDelegate<int>[], false);
+// Eval(3893, v is GenericDelegate<int>, false);
+// Eval(3894, v is GenericDelegate<int>[], false);
Eval(3895, v is EmptyClass, false);
Eval(3896, v is EmptyClass[], false);
Eval(3897, v is NotEmptyClass, false);
Eval(3898, v is NotEmptyClass[], false);
- Eval(3899, v is EmptyClassGen<int>, false);
- Eval(3900, v is EmptyClassGen<int>[], false);
- Eval(3901, v is NotEmptyClassGen<Guid>, false);
- Eval(3902, v is NotEmptyClassGen<Guid>[], false);
- Eval(3903, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(3904, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(3899, v is EmptyClassGen<int>, false);
+// Eval(3900, v is EmptyClassGen<int>[], false);
+// Eval(3901, v is NotEmptyClassGen<Guid>, false);
+// Eval(3902, v is NotEmptyClassGen<Guid>[], false);
+// Eval(3903, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(3904, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(3905, v is NestedClass, false);
Eval(3906, v is NestedClass[], false);
- Eval(3907, v is NestedClassGen<Decimal>, false);
- Eval(3908, v is NestedClassGen<Decimal>[], false);
+// Eval(3907, v is NestedClassGen<Decimal>, false);
+// Eval(3908, v is NestedClassGen<Decimal>[], false);
Eval(3909, v is ImplementOneInterfaceC, false);
Eval(3910, v is ImplementOneInterfaceC[], false);
Eval(3911, v is ImplementTwoInterfaceC, false);
Eval(3912, v is ImplementTwoInterfaceC[], false);
- Eval(3913, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(3914, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(3915, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(3916, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(3917, v is ImplementAllInterfaceC<int>, false);
- Eval(3918, v is ImplementAllInterfaceC<int>[], false);
+// Eval(3913, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(3914, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(3915, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(3916, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(3917, v is ImplementAllInterfaceC<int>, false);
+// Eval(3918, v is ImplementAllInterfaceC<int>[], false);
Eval(3919, v is SealedClass, false);
Eval(3920, v is SealedClass[], false);
}
@@ -3860,26 +3860,26 @@ internal class Program
Eval(3926, v is NotEmptyStruct[], false);
Eval(3927, v is NotEmptyStruct?, false);
Eval(3928, v is NotEmptyStruct?[], false);
- Eval(3929, v is EmptyStructGen<int>, false);
- Eval(3930, v is EmptyStructGen<int>[], false);
- Eval(3931, v is EmptyStructGen<int>?, false);
- Eval(3932, v is EmptyStructGen<int>?[], false);
- Eval(3933, v is NotEmptyStructGen<Guid>, false);
- Eval(3934, v is NotEmptyStructGen<Guid>[], false);
- Eval(3935, v is NotEmptyStructGen<Guid>?, false);
- Eval(3936, v is NotEmptyStructGen<Guid>?[], false);
- Eval(3937, v is NotEmptyStructConstrainedGen<IntPtr>, true);
- Eval(3938, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(3939, v is NotEmptyStructConstrainedGen<IntPtr>?, true);
- Eval(3940, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(3929, v is EmptyStructGen<int>, false);
+// Eval(3930, v is EmptyStructGen<int>[], false);
+// Eval(3931, v is EmptyStructGen<int>?, false);
+// Eval(3932, v is EmptyStructGen<int>?[], false);
+// Eval(3933, v is NotEmptyStructGen<Guid>, false);
+// Eval(3934, v is NotEmptyStructGen<Guid>[], false);
+// Eval(3935, v is NotEmptyStructGen<Guid>?, false);
+// Eval(3936, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(3937, v is NotEmptyStructConstrainedGen<IntPtr>, true);
+// Eval(3938, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(3939, v is NotEmptyStructConstrainedGen<IntPtr>?, true);
+// Eval(3940, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(3941, v is NestedStruct, false);
Eval(3942, v is NestedStruct[], false);
Eval(3943, v is NestedStruct?, false);
Eval(3944, v is NestedStruct?[], false);
- Eval(3945, v is NestedStructGen<Decimal>, false);
- Eval(3946, v is NestedStructGen<Decimal>[], false);
- Eval(3947, v is NestedStructGen<Decimal>?, false);
- Eval(3948, v is NestedStructGen<Decimal>?[], false);
+// Eval(3945, v is NestedStructGen<Decimal>, false);
+// Eval(3946, v is NestedStructGen<Decimal>[], false);
+// Eval(3947, v is NestedStructGen<Decimal>?, false);
+// Eval(3948, v is NestedStructGen<Decimal>?[], false);
Eval(3949, v is ExplicitFieldOffsetStruct, false);
Eval(3950, v is ExplicitFieldOffsetStruct[], false);
Eval(3951, v is ExplicitFieldOffsetStruct?, false);
@@ -3896,18 +3896,18 @@ internal class Program
Eval(3970, v is ImplementTwoInterface[], false);
Eval(3971, v is ImplementTwoInterface?, false);
Eval(3972, v is ImplementTwoInterface?[], false);
- Eval(3973, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(3974, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(3975, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(3976, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(3977, v is ImplementTwoInterfaceGen<int>, false);
- Eval(3978, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(3979, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(3980, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(3981, v is ImplementAllInterface<int>, false);
- Eval(3982, v is ImplementAllInterface<int>[], false);
- Eval(3983, v is ImplementAllInterface<int>?, false);
- Eval(3984, v is ImplementAllInterface<int>?[], false);
+// Eval(3973, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(3974, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(3975, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(3976, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(3977, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(3978, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(3979, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(3980, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(3981, v is ImplementAllInterface<int>, false);
+// Eval(3982, v is ImplementAllInterface<int>[], false);
+// Eval(3983, v is ImplementAllInterface<int>?, false);
+// Eval(3984, v is ImplementAllInterface<int>?[], false);
Eval(3985, v is IntE, false);
Eval(3986, v is IntE[], false);
Eval(3987, v is IntE?, false);
@@ -4006,38 +4006,38 @@ internal class Program
Eval(4080, v is IEmpty[], false);
Eval(4081, v is INotEmpty, false);
Eval(4082, v is INotEmpty[], false);
- Eval(4083, v is IEmptyGen<int>, false);
- Eval(4084, v is IEmptyGen<int>[], false);
- Eval(4085, v is INotEmptyGen<int>, false);
- Eval(4086, v is INotEmptyGen<int>[], false);
+// Eval(4083, v is IEmptyGen<int>, false);
+// Eval(4084, v is IEmptyGen<int>[], false);
+// Eval(4085, v is INotEmptyGen<int>, false);
+// Eval(4086, v is INotEmptyGen<int>[], false);
Eval(4087, v is SimpleDelegate, false);
Eval(4088, v is SimpleDelegate[], false);
- Eval(4089, v is GenericDelegate<int>, false);
- Eval(4090, v is GenericDelegate<int>[], false);
+// Eval(4089, v is GenericDelegate<int>, false);
+// Eval(4090, v is GenericDelegate<int>[], false);
Eval(4091, v is EmptyClass, false);
Eval(4092, v is EmptyClass[], false);
Eval(4093, v is NotEmptyClass, false);
Eval(4094, v is NotEmptyClass[], false);
- Eval(4095, v is EmptyClassGen<int>, false);
- Eval(4096, v is EmptyClassGen<int>[], false);
- Eval(4097, v is NotEmptyClassGen<Guid>, false);
- Eval(4098, v is NotEmptyClassGen<Guid>[], false);
- Eval(4099, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(4100, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(4095, v is EmptyClassGen<int>, false);
+// Eval(4096, v is EmptyClassGen<int>[], false);
+// Eval(4097, v is NotEmptyClassGen<Guid>, false);
+// Eval(4098, v is NotEmptyClassGen<Guid>[], false);
+// Eval(4099, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(4100, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(4101, v is NestedClass, false);
Eval(4102, v is NestedClass[], false);
- Eval(4103, v is NestedClassGen<Decimal>, false);
- Eval(4104, v is NestedClassGen<Decimal>[], false);
+// Eval(4103, v is NestedClassGen<Decimal>, false);
+// Eval(4104, v is NestedClassGen<Decimal>[], false);
Eval(4105, v is ImplementOneInterfaceC, false);
Eval(4106, v is ImplementOneInterfaceC[], false);
Eval(4107, v is ImplementTwoInterfaceC, false);
Eval(4108, v is ImplementTwoInterfaceC[], false);
- Eval(4109, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(4110, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(4111, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(4112, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(4113, v is ImplementAllInterfaceC<int>, false);
- Eval(4114, v is ImplementAllInterfaceC<int>[], false);
+// Eval(4109, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(4110, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(4111, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(4112, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(4113, v is ImplementAllInterfaceC<int>, false);
+// Eval(4114, v is ImplementAllInterfaceC<int>[], false);
Eval(4115, v is SealedClass, false);
Eval(4116, v is SealedClass[], false);
}
@@ -4051,26 +4051,26 @@ internal class Program
Eval(4122, v is NotEmptyStruct[], false);
Eval(4123, v is NotEmptyStruct?, false);
Eval(4124, v is NotEmptyStruct?[], false);
- Eval(4125, v is EmptyStructGen<int>, false);
- Eval(4126, v is EmptyStructGen<int>[], false);
- Eval(4127, v is EmptyStructGen<int>?, false);
- Eval(4128, v is EmptyStructGen<int>?[], false);
- Eval(4129, v is NotEmptyStructGen<Guid>, false);
- Eval(4130, v is NotEmptyStructGen<Guid>[], false);
- Eval(4131, v is NotEmptyStructGen<Guid>?, false);
- Eval(4132, v is NotEmptyStructGen<Guid>?[], false);
- Eval(4133, v is NotEmptyStructConstrainedGen<IntPtr>, true);
- Eval(4134, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(4135, v is NotEmptyStructConstrainedGen<IntPtr>?, true);
- Eval(4136, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(4125, v is EmptyStructGen<int>, false);
+// Eval(4126, v is EmptyStructGen<int>[], false);
+// Eval(4127, v is EmptyStructGen<int>?, false);
+// Eval(4128, v is EmptyStructGen<int>?[], false);
+// Eval(4129, v is NotEmptyStructGen<Guid>, false);
+// Eval(4130, v is NotEmptyStructGen<Guid>[], false);
+// Eval(4131, v is NotEmptyStructGen<Guid>?, false);
+// Eval(4132, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(4133, v is NotEmptyStructConstrainedGen<IntPtr>, true);
+// Eval(4134, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(4135, v is NotEmptyStructConstrainedGen<IntPtr>?, true);
+// Eval(4136, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(4137, v is NestedStruct, false);
Eval(4138, v is NestedStruct[], false);
Eval(4139, v is NestedStruct?, false);
Eval(4140, v is NestedStruct?[], false);
- Eval(4141, v is NestedStructGen<Decimal>, false);
- Eval(4142, v is NestedStructGen<Decimal>[], false);
- Eval(4143, v is NestedStructGen<Decimal>?, false);
- Eval(4144, v is NestedStructGen<Decimal>?[], false);
+// Eval(4141, v is NestedStructGen<Decimal>, false);
+// Eval(4142, v is NestedStructGen<Decimal>[], false);
+// Eval(4143, v is NestedStructGen<Decimal>?, false);
+// Eval(4144, v is NestedStructGen<Decimal>?[], false);
Eval(4145, v is ExplicitFieldOffsetStruct, false);
Eval(4146, v is ExplicitFieldOffsetStruct[], false);
Eval(4147, v is ExplicitFieldOffsetStruct?, false);
@@ -4087,18 +4087,18 @@ internal class Program
Eval(4166, v is ImplementTwoInterface[], false);
Eval(4167, v is ImplementTwoInterface?, false);
Eval(4168, v is ImplementTwoInterface?[], false);
- Eval(4169, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(4170, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(4171, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(4172, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(4173, v is ImplementTwoInterfaceGen<int>, false);
- Eval(4174, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(4175, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(4176, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(4177, v is ImplementAllInterface<int>, false);
- Eval(4178, v is ImplementAllInterface<int>[], false);
- Eval(4179, v is ImplementAllInterface<int>?, false);
- Eval(4180, v is ImplementAllInterface<int>?[], false);
+// Eval(4169, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(4170, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(4171, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(4172, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(4173, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(4174, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(4175, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(4176, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(4177, v is ImplementAllInterface<int>, false);
+// Eval(4178, v is ImplementAllInterface<int>[], false);
+// Eval(4179, v is ImplementAllInterface<int>?, false);
+// Eval(4180, v is ImplementAllInterface<int>?[], false);
Eval(4181, v is IntE, false);
Eval(4182, v is IntE[], false);
Eval(4183, v is IntE?, false);
@@ -4197,38 +4197,38 @@ internal class Program
Eval(4276, v is IEmpty[], false);
Eval(4277, v is INotEmpty, false);
Eval(4278, v is INotEmpty[], false);
- Eval(4279, v is IEmptyGen<int>, false);
- Eval(4280, v is IEmptyGen<int>[], false);
- Eval(4281, v is INotEmptyGen<int>, false);
- Eval(4282, v is INotEmptyGen<int>[], false);
+// Eval(4279, v is IEmptyGen<int>, false);
+// Eval(4280, v is IEmptyGen<int>[], false);
+// Eval(4281, v is INotEmptyGen<int>, false);
+// Eval(4282, v is INotEmptyGen<int>[], false);
Eval(4283, v is SimpleDelegate, false);
Eval(4284, v is SimpleDelegate[], false);
- Eval(4285, v is GenericDelegate<int>, false);
- Eval(4286, v is GenericDelegate<int>[], false);
+// Eval(4285, v is GenericDelegate<int>, false);
+// Eval(4286, v is GenericDelegate<int>[], false);
Eval(4287, v is EmptyClass, false);
Eval(4288, v is EmptyClass[], false);
Eval(4289, v is NotEmptyClass, false);
Eval(4290, v is NotEmptyClass[], false);
- Eval(4291, v is EmptyClassGen<int>, false);
- Eval(4292, v is EmptyClassGen<int>[], false);
- Eval(4293, v is NotEmptyClassGen<Guid>, false);
- Eval(4294, v is NotEmptyClassGen<Guid>[], false);
- Eval(4295, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(4296, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(4291, v is EmptyClassGen<int>, false);
+// Eval(4292, v is EmptyClassGen<int>[], false);
+// Eval(4293, v is NotEmptyClassGen<Guid>, false);
+// Eval(4294, v is NotEmptyClassGen<Guid>[], false);
+// Eval(4295, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(4296, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(4297, v is NestedClass, false);
Eval(4298, v is NestedClass[], false);
- Eval(4299, v is NestedClassGen<Decimal>, false);
- Eval(4300, v is NestedClassGen<Decimal>[], false);
+// Eval(4299, v is NestedClassGen<Decimal>, false);
+// Eval(4300, v is NestedClassGen<Decimal>[], false);
Eval(4301, v is ImplementOneInterfaceC, false);
Eval(4302, v is ImplementOneInterfaceC[], false);
Eval(4303, v is ImplementTwoInterfaceC, false);
Eval(4304, v is ImplementTwoInterfaceC[], false);
- Eval(4305, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(4306, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(4307, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(4308, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(4309, v is ImplementAllInterfaceC<int>, false);
- Eval(4310, v is ImplementAllInterfaceC<int>[], false);
+// Eval(4305, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(4306, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(4307, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(4308, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(4309, v is ImplementAllInterfaceC<int>, false);
+// Eval(4310, v is ImplementAllInterfaceC<int>[], false);
Eval(4311, v is SealedClass, false);
Eval(4312, v is SealedClass[], false);
}
@@ -4242,26 +4242,26 @@ internal class Program
Eval(4318, v is NotEmptyStruct[], false);
Eval(4319, v is NotEmptyStruct?, false);
Eval(4320, v is NotEmptyStruct?[], false);
- Eval(4321, v is EmptyStructGen<int>, false);
- Eval(4322, v is EmptyStructGen<int>[], false);
- Eval(4323, v is EmptyStructGen<int>?, false);
- Eval(4324, v is EmptyStructGen<int>?[], false);
- Eval(4325, v is NotEmptyStructGen<Guid>, false);
- Eval(4326, v is NotEmptyStructGen<Guid>[], false);
- Eval(4327, v is NotEmptyStructGen<Guid>?, false);
- Eval(4328, v is NotEmptyStructGen<Guid>?[], false);
- Eval(4329, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(4330, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(4331, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(4332, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(4321, v is EmptyStructGen<int>, false);
+// Eval(4322, v is EmptyStructGen<int>[], false);
+// Eval(4323, v is EmptyStructGen<int>?, false);
+// Eval(4324, v is EmptyStructGen<int>?[], false);
+// Eval(4325, v is NotEmptyStructGen<Guid>, false);
+// Eval(4326, v is NotEmptyStructGen<Guid>[], false);
+// Eval(4327, v is NotEmptyStructGen<Guid>?, false);
+// Eval(4328, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(4329, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(4330, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(4331, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(4332, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(4333, v is NestedStruct, false);
Eval(4334, v is NestedStruct[], false);
Eval(4335, v is NestedStruct?, false);
Eval(4336, v is NestedStruct?[], false);
- Eval(4337, v is NestedStructGen<Decimal>, false);
- Eval(4338, v is NestedStructGen<Decimal>[], false);
- Eval(4339, v is NestedStructGen<Decimal>?, false);
- Eval(4340, v is NestedStructGen<Decimal>?[], false);
+// Eval(4337, v is NestedStructGen<Decimal>, false);
+// Eval(4338, v is NestedStructGen<Decimal>[], false);
+// Eval(4339, v is NestedStructGen<Decimal>?, false);
+// Eval(4340, v is NestedStructGen<Decimal>?[], false);
Eval(4341, v is ExplicitFieldOffsetStruct, false);
Eval(4342, v is ExplicitFieldOffsetStruct[], false);
Eval(4343, v is ExplicitFieldOffsetStruct?, false);
@@ -4278,18 +4278,18 @@ internal class Program
Eval(4362, v is ImplementTwoInterface[], false);
Eval(4363, v is ImplementTwoInterface?, false);
Eval(4364, v is ImplementTwoInterface?[], false);
- Eval(4365, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(4366, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(4367, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(4368, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(4369, v is ImplementTwoInterfaceGen<int>, false);
- Eval(4370, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(4371, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(4372, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(4373, v is ImplementAllInterface<int>, false);
- Eval(4374, v is ImplementAllInterface<int>[], false);
- Eval(4375, v is ImplementAllInterface<int>?, false);
- Eval(4376, v is ImplementAllInterface<int>?[], false);
+// Eval(4365, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(4366, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(4367, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(4368, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(4369, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(4370, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(4371, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(4372, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(4373, v is ImplementAllInterface<int>, false);
+// Eval(4374, v is ImplementAllInterface<int>[], false);
+// Eval(4375, v is ImplementAllInterface<int>?, false);
+// Eval(4376, v is ImplementAllInterface<int>?[], false);
Eval(4377, v is IntE, false);
Eval(4378, v is IntE[], false);
Eval(4379, v is IntE?, false);
@@ -4388,38 +4388,38 @@ internal class Program
Eval(4472, v is IEmpty[], false);
Eval(4473, v is INotEmpty, false);
Eval(4474, v is INotEmpty[], false);
- Eval(4475, v is IEmptyGen<int>, false);
- Eval(4476, v is IEmptyGen<int>[], false);
- Eval(4477, v is INotEmptyGen<int>, false);
- Eval(4478, v is INotEmptyGen<int>[], false);
+// Eval(4475, v is IEmptyGen<int>, false);
+// Eval(4476, v is IEmptyGen<int>[], false);
+// Eval(4477, v is INotEmptyGen<int>, false);
+// Eval(4478, v is INotEmptyGen<int>[], false);
Eval(4479, v is SimpleDelegate, false);
Eval(4480, v is SimpleDelegate[], false);
- Eval(4481, v is GenericDelegate<int>, false);
- Eval(4482, v is GenericDelegate<int>[], false);
+// Eval(4481, v is GenericDelegate<int>, false);
+// Eval(4482, v is GenericDelegate<int>[], false);
Eval(4483, v is EmptyClass, false);
Eval(4484, v is EmptyClass[], false);
Eval(4485, v is NotEmptyClass, false);
Eval(4486, v is NotEmptyClass[], false);
- Eval(4487, v is EmptyClassGen<int>, false);
- Eval(4488, v is EmptyClassGen<int>[], false);
- Eval(4489, v is NotEmptyClassGen<Guid>, false);
- Eval(4490, v is NotEmptyClassGen<Guid>[], false);
- Eval(4491, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(4492, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(4487, v is EmptyClassGen<int>, false);
+// Eval(4488, v is EmptyClassGen<int>[], false);
+// Eval(4489, v is NotEmptyClassGen<Guid>, false);
+// Eval(4490, v is NotEmptyClassGen<Guid>[], false);
+// Eval(4491, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(4492, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(4493, v is NestedClass, false);
Eval(4494, v is NestedClass[], false);
- Eval(4495, v is NestedClassGen<Decimal>, false);
- Eval(4496, v is NestedClassGen<Decimal>[], false);
+// Eval(4495, v is NestedClassGen<Decimal>, false);
+// Eval(4496, v is NestedClassGen<Decimal>[], false);
Eval(4497, v is ImplementOneInterfaceC, false);
Eval(4498, v is ImplementOneInterfaceC[], false);
Eval(4499, v is ImplementTwoInterfaceC, false);
Eval(4500, v is ImplementTwoInterfaceC[], false);
- Eval(4501, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(4502, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(4503, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(4504, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(4505, v is ImplementAllInterfaceC<int>, false);
- Eval(4506, v is ImplementAllInterfaceC<int>[], false);
+// Eval(4501, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(4502, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(4503, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(4504, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(4505, v is ImplementAllInterfaceC<int>, false);
+// Eval(4506, v is ImplementAllInterfaceC<int>[], false);
Eval(4507, v is SealedClass, false);
Eval(4508, v is SealedClass[], false);
}
@@ -4433,26 +4433,26 @@ internal class Program
Eval(4514, v is NotEmptyStruct[], false);
Eval(4515, v is NotEmptyStruct?, false);
Eval(4516, v is NotEmptyStruct?[], false);
- Eval(4517, v is EmptyStructGen<int>, false);
- Eval(4518, v is EmptyStructGen<int>[], false);
- Eval(4519, v is EmptyStructGen<int>?, false);
- Eval(4520, v is EmptyStructGen<int>?[], false);
- Eval(4521, v is NotEmptyStructGen<Guid>, false);
- Eval(4522, v is NotEmptyStructGen<Guid>[], false);
- Eval(4523, v is NotEmptyStructGen<Guid>?, false);
- Eval(4524, v is NotEmptyStructGen<Guid>?[], false);
- Eval(4525, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(4526, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(4527, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(4528, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(4517, v is EmptyStructGen<int>, false);
+// Eval(4518, v is EmptyStructGen<int>[], false);
+// Eval(4519, v is EmptyStructGen<int>?, false);
+// Eval(4520, v is EmptyStructGen<int>?[], false);
+// Eval(4521, v is NotEmptyStructGen<Guid>, false);
+// Eval(4522, v is NotEmptyStructGen<Guid>[], false);
+// Eval(4523, v is NotEmptyStructGen<Guid>?, false);
+// Eval(4524, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(4525, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(4526, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(4527, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(4528, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(4529, v is NestedStruct, false);
Eval(4530, v is NestedStruct[], false);
Eval(4531, v is NestedStruct?, false);
Eval(4532, v is NestedStruct?[], false);
- Eval(4533, v is NestedStructGen<Decimal>, false);
- Eval(4534, v is NestedStructGen<Decimal>[], false);
- Eval(4535, v is NestedStructGen<Decimal>?, false);
- Eval(4536, v is NestedStructGen<Decimal>?[], false);
+// Eval(4533, v is NestedStructGen<Decimal>, false);
+// Eval(4534, v is NestedStructGen<Decimal>[], false);
+// Eval(4535, v is NestedStructGen<Decimal>?, false);
+// Eval(4536, v is NestedStructGen<Decimal>?[], false);
Eval(4537, v is ExplicitFieldOffsetStruct, false);
Eval(4538, v is ExplicitFieldOffsetStruct[], false);
Eval(4539, v is ExplicitFieldOffsetStruct?, false);
@@ -4469,18 +4469,18 @@ internal class Program
Eval(4558, v is ImplementTwoInterface[], false);
Eval(4559, v is ImplementTwoInterface?, false);
Eval(4560, v is ImplementTwoInterface?[], false);
- Eval(4561, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(4562, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(4563, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(4564, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(4565, v is ImplementTwoInterfaceGen<int>, false);
- Eval(4566, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(4567, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(4568, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(4569, v is ImplementAllInterface<int>, false);
- Eval(4570, v is ImplementAllInterface<int>[], false);
- Eval(4571, v is ImplementAllInterface<int>?, false);
- Eval(4572, v is ImplementAllInterface<int>?[], false);
+// Eval(4561, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(4562, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(4563, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(4564, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(4565, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(4566, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(4567, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(4568, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(4569, v is ImplementAllInterface<int>, false);
+// Eval(4570, v is ImplementAllInterface<int>[], false);
+// Eval(4571, v is ImplementAllInterface<int>?, false);
+// Eval(4572, v is ImplementAllInterface<int>?[], false);
Eval(4573, v is IntE, false);
Eval(4574, v is IntE[], false);
Eval(4575, v is IntE?, false);
@@ -4579,38 +4579,38 @@ internal class Program
Eval(4668, v is IEmpty[], false);
Eval(4669, v is INotEmpty, false);
Eval(4670, v is INotEmpty[], false);
- Eval(4671, v is IEmptyGen<int>, false);
- Eval(4672, v is IEmptyGen<int>[], false);
- Eval(4673, v is INotEmptyGen<int>, false);
- Eval(4674, v is INotEmptyGen<int>[], false);
+// Eval(4671, v is IEmptyGen<int>, false);
+// Eval(4672, v is IEmptyGen<int>[], false);
+// Eval(4673, v is INotEmptyGen<int>, false);
+// Eval(4674, v is INotEmptyGen<int>[], false);
Eval(4675, v is SimpleDelegate, false);
Eval(4676, v is SimpleDelegate[], false);
- Eval(4677, v is GenericDelegate<int>, false);
- Eval(4678, v is GenericDelegate<int>[], false);
+// Eval(4677, v is GenericDelegate<int>, false);
+// Eval(4678, v is GenericDelegate<int>[], false);
Eval(4679, v is EmptyClass, false);
Eval(4680, v is EmptyClass[], false);
Eval(4681, v is NotEmptyClass, false);
Eval(4682, v is NotEmptyClass[], false);
- Eval(4683, v is EmptyClassGen<int>, false);
- Eval(4684, v is EmptyClassGen<int>[], false);
- Eval(4685, v is NotEmptyClassGen<Guid>, false);
- Eval(4686, v is NotEmptyClassGen<Guid>[], false);
- Eval(4687, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(4688, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(4683, v is EmptyClassGen<int>, false);
+// Eval(4684, v is EmptyClassGen<int>[], false);
+// Eval(4685, v is NotEmptyClassGen<Guid>, false);
+// Eval(4686, v is NotEmptyClassGen<Guid>[], false);
+// Eval(4687, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(4688, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(4689, v is NestedClass, false);
Eval(4690, v is NestedClass[], false);
- Eval(4691, v is NestedClassGen<Decimal>, false);
- Eval(4692, v is NestedClassGen<Decimal>[], false);
+// Eval(4691, v is NestedClassGen<Decimal>, false);
+// Eval(4692, v is NestedClassGen<Decimal>[], false);
Eval(4693, v is ImplementOneInterfaceC, false);
Eval(4694, v is ImplementOneInterfaceC[], false);
Eval(4695, v is ImplementTwoInterfaceC, false);
Eval(4696, v is ImplementTwoInterfaceC[], false);
- Eval(4697, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(4698, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(4699, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(4700, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(4701, v is ImplementAllInterfaceC<int>, false);
- Eval(4702, v is ImplementAllInterfaceC<int>[], false);
+// Eval(4697, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(4698, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(4699, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(4700, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(4701, v is ImplementAllInterfaceC<int>, false);
+// Eval(4702, v is ImplementAllInterfaceC<int>[], false);
Eval(4703, v is SealedClass, false);
Eval(4704, v is SealedClass[], false);
}
@@ -4624,26 +4624,26 @@ internal class Program
Eval(4710, v is NotEmptyStruct[], false);
Eval(4711, v is NotEmptyStruct?, false);
Eval(4712, v is NotEmptyStruct?[], false);
- Eval(4713, v is EmptyStructGen<int>, false);
- Eval(4714, v is EmptyStructGen<int>[], false);
- Eval(4715, v is EmptyStructGen<int>?, false);
- Eval(4716, v is EmptyStructGen<int>?[], false);
- Eval(4717, v is NotEmptyStructGen<Guid>, false);
- Eval(4718, v is NotEmptyStructGen<Guid>[], false);
- Eval(4719, v is NotEmptyStructGen<Guid>?, false);
- Eval(4720, v is NotEmptyStructGen<Guid>?[], false);
- Eval(4721, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(4722, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(4723, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(4724, v is NotEmptyStructConstrainedGen<IntPtr>?[], true);
+// Eval(4713, v is EmptyStructGen<int>, false);
+// Eval(4714, v is EmptyStructGen<int>[], false);
+// Eval(4715, v is EmptyStructGen<int>?, false);
+// Eval(4716, v is EmptyStructGen<int>?[], false);
+// Eval(4717, v is NotEmptyStructGen<Guid>, false);
+// Eval(4718, v is NotEmptyStructGen<Guid>[], false);
+// Eval(4719, v is NotEmptyStructGen<Guid>?, false);
+// Eval(4720, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(4721, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(4722, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(4723, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(4724, v is NotEmptyStructConstrainedGen<IntPtr>?[], true);
Eval(4725, v is NestedStruct, false);
Eval(4726, v is NestedStruct[], false);
Eval(4727, v is NestedStruct?, false);
Eval(4728, v is NestedStruct?[], false);
- Eval(4729, v is NestedStructGen<Decimal>, false);
- Eval(4730, v is NestedStructGen<Decimal>[], false);
- Eval(4731, v is NestedStructGen<Decimal>?, false);
- Eval(4732, v is NestedStructGen<Decimal>?[], false);
+// Eval(4729, v is NestedStructGen<Decimal>, false);
+// Eval(4730, v is NestedStructGen<Decimal>[], false);
+// Eval(4731, v is NestedStructGen<Decimal>?, false);
+// Eval(4732, v is NestedStructGen<Decimal>?[], false);
Eval(4733, v is ExplicitFieldOffsetStruct, false);
Eval(4734, v is ExplicitFieldOffsetStruct[], false);
Eval(4735, v is ExplicitFieldOffsetStruct?, false);
@@ -4660,18 +4660,18 @@ internal class Program
Eval(4754, v is ImplementTwoInterface[], false);
Eval(4755, v is ImplementTwoInterface?, false);
Eval(4756, v is ImplementTwoInterface?[], false);
- Eval(4757, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(4758, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(4759, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(4760, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(4761, v is ImplementTwoInterfaceGen<int>, false);
- Eval(4762, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(4763, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(4764, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(4765, v is ImplementAllInterface<int>, false);
- Eval(4766, v is ImplementAllInterface<int>[], false);
- Eval(4767, v is ImplementAllInterface<int>?, false);
- Eval(4768, v is ImplementAllInterface<int>?[], false);
+// Eval(4757, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(4758, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(4759, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(4760, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(4761, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(4762, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(4763, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(4764, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(4765, v is ImplementAllInterface<int>, false);
+// Eval(4766, v is ImplementAllInterface<int>[], false);
+// Eval(4767, v is ImplementAllInterface<int>?, false);
+// Eval(4768, v is ImplementAllInterface<int>?[], false);
Eval(4769, v is IntE, false);
Eval(4770, v is IntE[], false);
Eval(4771, v is IntE?, false);
@@ -4770,38 +4770,38 @@ internal class Program
Eval(4864, v is IEmpty[], false);
Eval(4865, v is INotEmpty, false);
Eval(4866, v is INotEmpty[], false);
- Eval(4867, v is IEmptyGen<int>, false);
- Eval(4868, v is IEmptyGen<int>[], false);
- Eval(4869, v is INotEmptyGen<int>, false);
- Eval(4870, v is INotEmptyGen<int>[], false);
+// Eval(4867, v is IEmptyGen<int>, false);
+// Eval(4868, v is IEmptyGen<int>[], false);
+// Eval(4869, v is INotEmptyGen<int>, false);
+// Eval(4870, v is INotEmptyGen<int>[], false);
Eval(4871, v is SimpleDelegate, false);
Eval(4872, v is SimpleDelegate[], false);
- Eval(4873, v is GenericDelegate<int>, false);
- Eval(4874, v is GenericDelegate<int>[], false);
+// Eval(4873, v is GenericDelegate<int>, false);
+// Eval(4874, v is GenericDelegate<int>[], false);
Eval(4875, v is EmptyClass, false);
Eval(4876, v is EmptyClass[], false);
Eval(4877, v is NotEmptyClass, false);
Eval(4878, v is NotEmptyClass[], false);
- Eval(4879, v is EmptyClassGen<int>, false);
- Eval(4880, v is EmptyClassGen<int>[], false);
- Eval(4881, v is NotEmptyClassGen<Guid>, false);
- Eval(4882, v is NotEmptyClassGen<Guid>[], false);
- Eval(4883, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(4884, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(4879, v is EmptyClassGen<int>, false);
+// Eval(4880, v is EmptyClassGen<int>[], false);
+// Eval(4881, v is NotEmptyClassGen<Guid>, false);
+// Eval(4882, v is NotEmptyClassGen<Guid>[], false);
+// Eval(4883, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(4884, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(4885, v is NestedClass, false);
Eval(4886, v is NestedClass[], false);
- Eval(4887, v is NestedClassGen<Decimal>, false);
- Eval(4888, v is NestedClassGen<Decimal>[], false);
+// Eval(4887, v is NestedClassGen<Decimal>, false);
+// Eval(4888, v is NestedClassGen<Decimal>[], false);
Eval(4889, v is ImplementOneInterfaceC, false);
Eval(4890, v is ImplementOneInterfaceC[], false);
Eval(4891, v is ImplementTwoInterfaceC, false);
Eval(4892, v is ImplementTwoInterfaceC[], false);
- Eval(4893, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(4894, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(4895, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(4896, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(4897, v is ImplementAllInterfaceC<int>, false);
- Eval(4898, v is ImplementAllInterfaceC<int>[], false);
+// Eval(4893, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(4894, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(4895, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(4896, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(4897, v is ImplementAllInterfaceC<int>, false);
+// Eval(4898, v is ImplementAllInterfaceC<int>[], false);
Eval(4899, v is SealedClass, false);
Eval(4900, v is SealedClass[], false);
}
@@ -4818,26 +4818,26 @@ internal class Program
Eval(4906, v is NotEmptyStruct[], false);
Eval(4907, v is NotEmptyStruct?, false);
Eval(4908, v is NotEmptyStruct?[], false);
- Eval(4909, v is EmptyStructGen<int>, false);
- Eval(4910, v is EmptyStructGen<int>[], false);
- Eval(4911, v is EmptyStructGen<int>?, false);
- Eval(4912, v is EmptyStructGen<int>?[], false);
- Eval(4913, v is NotEmptyStructGen<Guid>, false);
- Eval(4914, v is NotEmptyStructGen<Guid>[], false);
- Eval(4915, v is NotEmptyStructGen<Guid>?, false);
- Eval(4916, v is NotEmptyStructGen<Guid>?[], false);
- Eval(4917, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(4918, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(4919, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(4920, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(4909, v is EmptyStructGen<int>, false);
+// Eval(4910, v is EmptyStructGen<int>[], false);
+// Eval(4911, v is EmptyStructGen<int>?, false);
+// Eval(4912, v is EmptyStructGen<int>?[], false);
+// Eval(4913, v is NotEmptyStructGen<Guid>, false);
+// Eval(4914, v is NotEmptyStructGen<Guid>[], false);
+// Eval(4915, v is NotEmptyStructGen<Guid>?, false);
+// Eval(4916, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(4917, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(4918, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(4919, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(4920, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(4921, v is NestedStruct, true);
Eval(4922, v is NestedStruct[], false);
Eval(4923, v is NestedStruct?, true);
Eval(4924, v is NestedStruct?[], false);
- Eval(4925, v is NestedStructGen<Decimal>, false);
- Eval(4926, v is NestedStructGen<Decimal>[], false);
- Eval(4927, v is NestedStructGen<Decimal>?, false);
- Eval(4928, v is NestedStructGen<Decimal>?[], false);
+// Eval(4925, v is NestedStructGen<Decimal>, false);
+// Eval(4926, v is NestedStructGen<Decimal>[], false);
+// Eval(4927, v is NestedStructGen<Decimal>?, false);
+// Eval(4928, v is NestedStructGen<Decimal>?[], false);
Eval(4929, v is ExplicitFieldOffsetStruct, false);
Eval(4930, v is ExplicitFieldOffsetStruct[], false);
Eval(4931, v is ExplicitFieldOffsetStruct?, false);
@@ -4854,18 +4854,18 @@ internal class Program
Eval(4950, v is ImplementTwoInterface[], false);
Eval(4951, v is ImplementTwoInterface?, false);
Eval(4952, v is ImplementTwoInterface?[], false);
- Eval(4953, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(4954, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(4955, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(4956, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(4957, v is ImplementTwoInterfaceGen<int>, false);
- Eval(4958, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(4959, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(4960, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(4961, v is ImplementAllInterface<int>, false);
- Eval(4962, v is ImplementAllInterface<int>[], false);
- Eval(4963, v is ImplementAllInterface<int>?, false);
- Eval(4964, v is ImplementAllInterface<int>?[], false);
+// Eval(4953, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(4954, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(4955, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(4956, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(4957, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(4958, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(4959, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(4960, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(4961, v is ImplementAllInterface<int>, false);
+// Eval(4962, v is ImplementAllInterface<int>[], false);
+// Eval(4963, v is ImplementAllInterface<int>?, false);
+// Eval(4964, v is ImplementAllInterface<int>?[], false);
Eval(4965, v is IntE, false);
Eval(4966, v is IntE[], false);
Eval(4967, v is IntE?, false);
@@ -4964,38 +4964,38 @@ internal class Program
Eval(5060, v is IEmpty[], false);
Eval(5061, v is INotEmpty, false);
Eval(5062, v is INotEmpty[], false);
- Eval(5063, v is IEmptyGen<int>, false);
- Eval(5064, v is IEmptyGen<int>[], false);
- Eval(5065, v is INotEmptyGen<int>, false);
- Eval(5066, v is INotEmptyGen<int>[], false);
+// Eval(5063, v is IEmptyGen<int>, false);
+// Eval(5064, v is IEmptyGen<int>[], false);
+// Eval(5065, v is INotEmptyGen<int>, false);
+// Eval(5066, v is INotEmptyGen<int>[], false);
Eval(5067, v is SimpleDelegate, false);
Eval(5068, v is SimpleDelegate[], false);
- Eval(5069, v is GenericDelegate<int>, false);
- Eval(5070, v is GenericDelegate<int>[], false);
+// Eval(5069, v is GenericDelegate<int>, false);
+// Eval(5070, v is GenericDelegate<int>[], false);
Eval(5071, v is EmptyClass, false);
Eval(5072, v is EmptyClass[], false);
Eval(5073, v is NotEmptyClass, false);
Eval(5074, v is NotEmptyClass[], false);
- Eval(5075, v is EmptyClassGen<int>, false);
- Eval(5076, v is EmptyClassGen<int>[], false);
- Eval(5077, v is NotEmptyClassGen<Guid>, false);
- Eval(5078, v is NotEmptyClassGen<Guid>[], false);
- Eval(5079, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(5080, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(5075, v is EmptyClassGen<int>, false);
+// Eval(5076, v is EmptyClassGen<int>[], false);
+// Eval(5077, v is NotEmptyClassGen<Guid>, false);
+// Eval(5078, v is NotEmptyClassGen<Guid>[], false);
+// Eval(5079, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(5080, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(5081, v is NestedClass, false);
Eval(5082, v is NestedClass[], false);
- Eval(5083, v is NestedClassGen<Decimal>, false);
- Eval(5084, v is NestedClassGen<Decimal>[], false);
+// Eval(5083, v is NestedClassGen<Decimal>, false);
+// Eval(5084, v is NestedClassGen<Decimal>[], false);
Eval(5085, v is ImplementOneInterfaceC, false);
Eval(5086, v is ImplementOneInterfaceC[], false);
Eval(5087, v is ImplementTwoInterfaceC, false);
Eval(5088, v is ImplementTwoInterfaceC[], false);
- Eval(5089, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(5090, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(5091, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(5092, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(5093, v is ImplementAllInterfaceC<int>, false);
- Eval(5094, v is ImplementAllInterfaceC<int>[], false);
+// Eval(5089, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(5090, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(5091, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(5092, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(5093, v is ImplementAllInterfaceC<int>, false);
+// Eval(5094, v is ImplementAllInterfaceC<int>[], false);
Eval(5095, v is SealedClass, false);
Eval(5096, v is SealedClass[], false);
}
@@ -5009,26 +5009,26 @@ internal class Program
Eval(5102, v is NotEmptyStruct[], false);
Eval(5103, v is NotEmptyStruct?, false);
Eval(5104, v is NotEmptyStruct?[], false);
- Eval(5105, v is EmptyStructGen<int>, false);
- Eval(5106, v is EmptyStructGen<int>[], false);
- Eval(5107, v is EmptyStructGen<int>?, false);
- Eval(5108, v is EmptyStructGen<int>?[], false);
- Eval(5109, v is NotEmptyStructGen<Guid>, false);
- Eval(5110, v is NotEmptyStructGen<Guid>[], false);
- Eval(5111, v is NotEmptyStructGen<Guid>?, false);
- Eval(5112, v is NotEmptyStructGen<Guid>?[], false);
- Eval(5113, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(5114, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(5115, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(5116, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(5105, v is EmptyStructGen<int>, false);
+// Eval(5106, v is EmptyStructGen<int>[], false);
+// Eval(5107, v is EmptyStructGen<int>?, false);
+// Eval(5108, v is EmptyStructGen<int>?[], false);
+// Eval(5109, v is NotEmptyStructGen<Guid>, false);
+// Eval(5110, v is NotEmptyStructGen<Guid>[], false);
+// Eval(5111, v is NotEmptyStructGen<Guid>?, false);
+// Eval(5112, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(5113, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(5114, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(5115, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(5116, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(5117, v is NestedStruct, true);
Eval(5118, v is NestedStruct[], false);
Eval(5119, v is NestedStruct?, true);
Eval(5120, v is NestedStruct?[], false);
- Eval(5121, v is NestedStructGen<Decimal>, false);
- Eval(5122, v is NestedStructGen<Decimal>[], false);
- Eval(5123, v is NestedStructGen<Decimal>?, false);
- Eval(5124, v is NestedStructGen<Decimal>?[], false);
+// Eval(5121, v is NestedStructGen<Decimal>, false);
+// Eval(5122, v is NestedStructGen<Decimal>[], false);
+// Eval(5123, v is NestedStructGen<Decimal>?, false);
+// Eval(5124, v is NestedStructGen<Decimal>?[], false);
Eval(5125, v is ExplicitFieldOffsetStruct, false);
Eval(5126, v is ExplicitFieldOffsetStruct[], false);
Eval(5127, v is ExplicitFieldOffsetStruct?, false);
@@ -5045,18 +5045,18 @@ internal class Program
Eval(5146, v is ImplementTwoInterface[], false);
Eval(5147, v is ImplementTwoInterface?, false);
Eval(5148, v is ImplementTwoInterface?[], false);
- Eval(5149, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(5150, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(5151, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(5152, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(5153, v is ImplementTwoInterfaceGen<int>, false);
- Eval(5154, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(5155, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(5156, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(5157, v is ImplementAllInterface<int>, false);
- Eval(5158, v is ImplementAllInterface<int>[], false);
- Eval(5159, v is ImplementAllInterface<int>?, false);
- Eval(5160, v is ImplementAllInterface<int>?[], false);
+// Eval(5149, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(5150, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(5151, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(5152, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(5153, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(5154, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(5155, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(5156, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(5157, v is ImplementAllInterface<int>, false);
+// Eval(5158, v is ImplementAllInterface<int>[], false);
+// Eval(5159, v is ImplementAllInterface<int>?, false);
+// Eval(5160, v is ImplementAllInterface<int>?[], false);
Eval(5161, v is IntE, false);
Eval(5162, v is IntE[], false);
Eval(5163, v is IntE?, false);
@@ -5155,38 +5155,38 @@ internal class Program
Eval(5256, v is IEmpty[], false);
Eval(5257, v is INotEmpty, false);
Eval(5258, v is INotEmpty[], false);
- Eval(5259, v is IEmptyGen<int>, false);
- Eval(5260, v is IEmptyGen<int>[], false);
- Eval(5261, v is INotEmptyGen<int>, false);
- Eval(5262, v is INotEmptyGen<int>[], false);
+// Eval(5259, v is IEmptyGen<int>, false);
+// Eval(5260, v is IEmptyGen<int>[], false);
+// Eval(5261, v is INotEmptyGen<int>, false);
+// Eval(5262, v is INotEmptyGen<int>[], false);
Eval(5263, v is SimpleDelegate, false);
Eval(5264, v is SimpleDelegate[], false);
- Eval(5265, v is GenericDelegate<int>, false);
- Eval(5266, v is GenericDelegate<int>[], false);
+// Eval(5265, v is GenericDelegate<int>, false);
+// Eval(5266, v is GenericDelegate<int>[], false);
Eval(5267, v is EmptyClass, false);
Eval(5268, v is EmptyClass[], false);
Eval(5269, v is NotEmptyClass, false);
Eval(5270, v is NotEmptyClass[], false);
- Eval(5271, v is EmptyClassGen<int>, false);
- Eval(5272, v is EmptyClassGen<int>[], false);
- Eval(5273, v is NotEmptyClassGen<Guid>, false);
- Eval(5274, v is NotEmptyClassGen<Guid>[], false);
- Eval(5275, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(5276, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(5271, v is EmptyClassGen<int>, false);
+// Eval(5272, v is EmptyClassGen<int>[], false);
+// Eval(5273, v is NotEmptyClassGen<Guid>, false);
+// Eval(5274, v is NotEmptyClassGen<Guid>[], false);
+// Eval(5275, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(5276, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(5277, v is NestedClass, false);
Eval(5278, v is NestedClass[], false);
- Eval(5279, v is NestedClassGen<Decimal>, false);
- Eval(5280, v is NestedClassGen<Decimal>[], false);
+// Eval(5279, v is NestedClassGen<Decimal>, false);
+// Eval(5280, v is NestedClassGen<Decimal>[], false);
Eval(5281, v is ImplementOneInterfaceC, false);
Eval(5282, v is ImplementOneInterfaceC[], false);
Eval(5283, v is ImplementTwoInterfaceC, false);
Eval(5284, v is ImplementTwoInterfaceC[], false);
- Eval(5285, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(5286, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(5287, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(5288, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(5289, v is ImplementAllInterfaceC<int>, false);
- Eval(5290, v is ImplementAllInterfaceC<int>[], false);
+// Eval(5285, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(5286, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(5287, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(5288, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(5289, v is ImplementAllInterfaceC<int>, false);
+// Eval(5290, v is ImplementAllInterfaceC<int>[], false);
Eval(5291, v is SealedClass, false);
Eval(5292, v is SealedClass[], false);
}
@@ -5200,26 +5200,26 @@ internal class Program
Eval(5298, v is NotEmptyStruct[], false);
Eval(5299, v is NotEmptyStruct?, false);
Eval(5300, v is NotEmptyStruct?[], false);
- Eval(5301, v is EmptyStructGen<int>, false);
- Eval(5302, v is EmptyStructGen<int>[], false);
- Eval(5303, v is EmptyStructGen<int>?, false);
- Eval(5304, v is EmptyStructGen<int>?[], false);
- Eval(5305, v is NotEmptyStructGen<Guid>, false);
- Eval(5306, v is NotEmptyStructGen<Guid>[], false);
- Eval(5307, v is NotEmptyStructGen<Guid>?, false);
- Eval(5308, v is NotEmptyStructGen<Guid>?[], false);
- Eval(5309, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(5310, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(5311, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(5312, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(5301, v is EmptyStructGen<int>, false);
+// Eval(5302, v is EmptyStructGen<int>[], false);
+// Eval(5303, v is EmptyStructGen<int>?, false);
+// Eval(5304, v is EmptyStructGen<int>?[], false);
+// Eval(5305, v is NotEmptyStructGen<Guid>, false);
+// Eval(5306, v is NotEmptyStructGen<Guid>[], false);
+// Eval(5307, v is NotEmptyStructGen<Guid>?, false);
+// Eval(5308, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(5309, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(5310, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(5311, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(5312, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(5313, v is NestedStruct, false);
Eval(5314, v is NestedStruct[], false);
Eval(5315, v is NestedStruct?, false);
Eval(5316, v is NestedStruct?[], false);
- Eval(5317, v is NestedStructGen<Decimal>, false);
- Eval(5318, v is NestedStructGen<Decimal>[], false);
- Eval(5319, v is NestedStructGen<Decimal>?, false);
- Eval(5320, v is NestedStructGen<Decimal>?[], false);
+// Eval(5317, v is NestedStructGen<Decimal>, false);
+// Eval(5318, v is NestedStructGen<Decimal>[], false);
+// Eval(5319, v is NestedStructGen<Decimal>?, false);
+// Eval(5320, v is NestedStructGen<Decimal>?[], false);
Eval(5321, v is ExplicitFieldOffsetStruct, false);
Eval(5322, v is ExplicitFieldOffsetStruct[], false);
Eval(5323, v is ExplicitFieldOffsetStruct?, false);
@@ -5236,18 +5236,18 @@ internal class Program
Eval(5342, v is ImplementTwoInterface[], false);
Eval(5343, v is ImplementTwoInterface?, false);
Eval(5344, v is ImplementTwoInterface?[], false);
- Eval(5345, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(5346, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(5347, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(5348, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(5349, v is ImplementTwoInterfaceGen<int>, false);
- Eval(5350, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(5351, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(5352, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(5353, v is ImplementAllInterface<int>, false);
- Eval(5354, v is ImplementAllInterface<int>[], false);
- Eval(5355, v is ImplementAllInterface<int>?, false);
- Eval(5356, v is ImplementAllInterface<int>?[], false);
+// Eval(5345, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(5346, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(5347, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(5348, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(5349, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(5350, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(5351, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(5352, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(5353, v is ImplementAllInterface<int>, false);
+// Eval(5354, v is ImplementAllInterface<int>[], false);
+// Eval(5355, v is ImplementAllInterface<int>?, false);
+// Eval(5356, v is ImplementAllInterface<int>?[], false);
Eval(5357, v is IntE, false);
Eval(5358, v is IntE[], false);
Eval(5359, v is IntE?, false);
@@ -5346,38 +5346,38 @@ internal class Program
Eval(5452, v is IEmpty[], false);
Eval(5453, v is INotEmpty, false);
Eval(5454, v is INotEmpty[], false);
- Eval(5455, v is IEmptyGen<int>, false);
- Eval(5456, v is IEmptyGen<int>[], false);
- Eval(5457, v is INotEmptyGen<int>, false);
- Eval(5458, v is INotEmptyGen<int>[], false);
+// Eval(5455, v is IEmptyGen<int>, false);
+// Eval(5456, v is IEmptyGen<int>[], false);
+// Eval(5457, v is INotEmptyGen<int>, false);
+// Eval(5458, v is INotEmptyGen<int>[], false);
Eval(5459, v is SimpleDelegate, false);
Eval(5460, v is SimpleDelegate[], false);
- Eval(5461, v is GenericDelegate<int>, false);
- Eval(5462, v is GenericDelegate<int>[], false);
+// Eval(5461, v is GenericDelegate<int>, false);
+// Eval(5462, v is GenericDelegate<int>[], false);
Eval(5463, v is EmptyClass, false);
Eval(5464, v is EmptyClass[], false);
Eval(5465, v is NotEmptyClass, false);
Eval(5466, v is NotEmptyClass[], false);
- Eval(5467, v is EmptyClassGen<int>, false);
- Eval(5468, v is EmptyClassGen<int>[], false);
- Eval(5469, v is NotEmptyClassGen<Guid>, false);
- Eval(5470, v is NotEmptyClassGen<Guid>[], false);
- Eval(5471, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(5472, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(5467, v is EmptyClassGen<int>, false);
+// Eval(5468, v is EmptyClassGen<int>[], false);
+// Eval(5469, v is NotEmptyClassGen<Guid>, false);
+// Eval(5470, v is NotEmptyClassGen<Guid>[], false);
+// Eval(5471, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(5472, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(5473, v is NestedClass, false);
Eval(5474, v is NestedClass[], false);
- Eval(5475, v is NestedClassGen<Decimal>, false);
- Eval(5476, v is NestedClassGen<Decimal>[], false);
+// Eval(5475, v is NestedClassGen<Decimal>, false);
+// Eval(5476, v is NestedClassGen<Decimal>[], false);
Eval(5477, v is ImplementOneInterfaceC, false);
Eval(5478, v is ImplementOneInterfaceC[], false);
Eval(5479, v is ImplementTwoInterfaceC, false);
Eval(5480, v is ImplementTwoInterfaceC[], false);
- Eval(5481, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(5482, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(5483, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(5484, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(5485, v is ImplementAllInterfaceC<int>, false);
- Eval(5486, v is ImplementAllInterfaceC<int>[], false);
+// Eval(5481, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(5482, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(5483, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(5484, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(5485, v is ImplementAllInterfaceC<int>, false);
+// Eval(5486, v is ImplementAllInterfaceC<int>[], false);
Eval(5487, v is SealedClass, false);
Eval(5488, v is SealedClass[], false);
}
@@ -5391,26 +5391,26 @@ internal class Program
Eval(5494, v is NotEmptyStruct[], false);
Eval(5495, v is NotEmptyStruct?, false);
Eval(5496, v is NotEmptyStruct?[], false);
- Eval(5497, v is EmptyStructGen<int>, false);
- Eval(5498, v is EmptyStructGen<int>[], false);
- Eval(5499, v is EmptyStructGen<int>?, false);
- Eval(5500, v is EmptyStructGen<int>?[], false);
- Eval(5501, v is NotEmptyStructGen<Guid>, false);
- Eval(5502, v is NotEmptyStructGen<Guid>[], false);
- Eval(5503, v is NotEmptyStructGen<Guid>?, false);
- Eval(5504, v is NotEmptyStructGen<Guid>?[], false);
- Eval(5505, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(5506, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(5507, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(5508, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(5497, v is EmptyStructGen<int>, false);
+// Eval(5498, v is EmptyStructGen<int>[], false);
+// Eval(5499, v is EmptyStructGen<int>?, false);
+// Eval(5500, v is EmptyStructGen<int>?[], false);
+// Eval(5501, v is NotEmptyStructGen<Guid>, false);
+// Eval(5502, v is NotEmptyStructGen<Guid>[], false);
+// Eval(5503, v is NotEmptyStructGen<Guid>?, false);
+// Eval(5504, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(5505, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(5506, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(5507, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(5508, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(5509, v is NestedStruct, false);
Eval(5510, v is NestedStruct[], false);
Eval(5511, v is NestedStruct?, false);
Eval(5512, v is NestedStruct?[], false);
- Eval(5513, v is NestedStructGen<Decimal>, false);
- Eval(5514, v is NestedStructGen<Decimal>[], false);
- Eval(5515, v is NestedStructGen<Decimal>?, false);
- Eval(5516, v is NestedStructGen<Decimal>?[], false);
+// Eval(5513, v is NestedStructGen<Decimal>, false);
+// Eval(5514, v is NestedStructGen<Decimal>[], false);
+// Eval(5515, v is NestedStructGen<Decimal>?, false);
+// Eval(5516, v is NestedStructGen<Decimal>?[], false);
Eval(5517, v is ExplicitFieldOffsetStruct, false);
Eval(5518, v is ExplicitFieldOffsetStruct[], false);
Eval(5519, v is ExplicitFieldOffsetStruct?, false);
@@ -5427,18 +5427,18 @@ internal class Program
Eval(5538, v is ImplementTwoInterface[], false);
Eval(5539, v is ImplementTwoInterface?, false);
Eval(5540, v is ImplementTwoInterface?[], false);
- Eval(5541, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(5542, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(5543, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(5544, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(5545, v is ImplementTwoInterfaceGen<int>, false);
- Eval(5546, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(5547, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(5548, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(5549, v is ImplementAllInterface<int>, false);
- Eval(5550, v is ImplementAllInterface<int>[], false);
- Eval(5551, v is ImplementAllInterface<int>?, false);
- Eval(5552, v is ImplementAllInterface<int>?[], false);
+// Eval(5541, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(5542, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(5543, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(5544, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(5545, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(5546, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(5547, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(5548, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(5549, v is ImplementAllInterface<int>, false);
+// Eval(5550, v is ImplementAllInterface<int>[], false);
+// Eval(5551, v is ImplementAllInterface<int>?, false);
+// Eval(5552, v is ImplementAllInterface<int>?[], false);
Eval(5553, v is IntE, false);
Eval(5554, v is IntE[], false);
Eval(5555, v is IntE?, false);
@@ -5537,38 +5537,38 @@ internal class Program
Eval(5648, v is IEmpty[], false);
Eval(5649, v is INotEmpty, false);
Eval(5650, v is INotEmpty[], false);
- Eval(5651, v is IEmptyGen<int>, false);
- Eval(5652, v is IEmptyGen<int>[], false);
- Eval(5653, v is INotEmptyGen<int>, false);
- Eval(5654, v is INotEmptyGen<int>[], false);
+// Eval(5651, v is IEmptyGen<int>, false);
+// Eval(5652, v is IEmptyGen<int>[], false);
+// Eval(5653, v is INotEmptyGen<int>, false);
+// Eval(5654, v is INotEmptyGen<int>[], false);
Eval(5655, v is SimpleDelegate, false);
Eval(5656, v is SimpleDelegate[], false);
- Eval(5657, v is GenericDelegate<int>, false);
- Eval(5658, v is GenericDelegate<int>[], false);
+// Eval(5657, v is GenericDelegate<int>, false);
+// Eval(5658, v is GenericDelegate<int>[], false);
Eval(5659, v is EmptyClass, false);
Eval(5660, v is EmptyClass[], false);
Eval(5661, v is NotEmptyClass, false);
Eval(5662, v is NotEmptyClass[], false);
- Eval(5663, v is EmptyClassGen<int>, false);
- Eval(5664, v is EmptyClassGen<int>[], false);
- Eval(5665, v is NotEmptyClassGen<Guid>, false);
- Eval(5666, v is NotEmptyClassGen<Guid>[], false);
- Eval(5667, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(5668, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(5663, v is EmptyClassGen<int>, false);
+// Eval(5664, v is EmptyClassGen<int>[], false);
+// Eval(5665, v is NotEmptyClassGen<Guid>, false);
+// Eval(5666, v is NotEmptyClassGen<Guid>[], false);
+// Eval(5667, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(5668, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(5669, v is NestedClass, false);
Eval(5670, v is NestedClass[], false);
- Eval(5671, v is NestedClassGen<Decimal>, false);
- Eval(5672, v is NestedClassGen<Decimal>[], false);
+// Eval(5671, v is NestedClassGen<Decimal>, false);
+// Eval(5672, v is NestedClassGen<Decimal>[], false);
Eval(5673, v is ImplementOneInterfaceC, false);
Eval(5674, v is ImplementOneInterfaceC[], false);
Eval(5675, v is ImplementTwoInterfaceC, false);
Eval(5676, v is ImplementTwoInterfaceC[], false);
- Eval(5677, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(5678, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(5679, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(5680, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(5681, v is ImplementAllInterfaceC<int>, false);
- Eval(5682, v is ImplementAllInterfaceC<int>[], false);
+// Eval(5677, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(5678, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(5679, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(5680, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(5681, v is ImplementAllInterfaceC<int>, false);
+// Eval(5682, v is ImplementAllInterfaceC<int>[], false);
Eval(5683, v is SealedClass, false);
Eval(5684, v is SealedClass[], false);
}
@@ -5582,26 +5582,26 @@ internal class Program
Eval(5690, v is NotEmptyStruct[], false);
Eval(5691, v is NotEmptyStruct?, false);
Eval(5692, v is NotEmptyStruct?[], false);
- Eval(5693, v is EmptyStructGen<int>, false);
- Eval(5694, v is EmptyStructGen<int>[], false);
- Eval(5695, v is EmptyStructGen<int>?, false);
- Eval(5696, v is EmptyStructGen<int>?[], false);
- Eval(5697, v is NotEmptyStructGen<Guid>, false);
- Eval(5698, v is NotEmptyStructGen<Guid>[], false);
- Eval(5699, v is NotEmptyStructGen<Guid>?, false);
- Eval(5700, v is NotEmptyStructGen<Guid>?[], false);
- Eval(5701, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(5702, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(5703, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(5704, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(5693, v is EmptyStructGen<int>, false);
+// Eval(5694, v is EmptyStructGen<int>[], false);
+// Eval(5695, v is EmptyStructGen<int>?, false);
+// Eval(5696, v is EmptyStructGen<int>?[], false);
+// Eval(5697, v is NotEmptyStructGen<Guid>, false);
+// Eval(5698, v is NotEmptyStructGen<Guid>[], false);
+// Eval(5699, v is NotEmptyStructGen<Guid>?, false);
+// Eval(5700, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(5701, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(5702, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(5703, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(5704, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(5705, v is NestedStruct, false);
Eval(5706, v is NestedStruct[], false);
Eval(5707, v is NestedStruct?, false);
Eval(5708, v is NestedStruct?[], true);
- Eval(5709, v is NestedStructGen<Decimal>, false);
- Eval(5710, v is NestedStructGen<Decimal>[], false);
- Eval(5711, v is NestedStructGen<Decimal>?, false);
- Eval(5712, v is NestedStructGen<Decimal>?[], false);
+// Eval(5709, v is NestedStructGen<Decimal>, false);
+// Eval(5710, v is NestedStructGen<Decimal>[], false);
+// Eval(5711, v is NestedStructGen<Decimal>?, false);
+// Eval(5712, v is NestedStructGen<Decimal>?[], false);
Eval(5713, v is ExplicitFieldOffsetStruct, false);
Eval(5714, v is ExplicitFieldOffsetStruct[], false);
Eval(5715, v is ExplicitFieldOffsetStruct?, false);
@@ -5618,18 +5618,18 @@ internal class Program
Eval(5734, v is ImplementTwoInterface[], false);
Eval(5735, v is ImplementTwoInterface?, false);
Eval(5736, v is ImplementTwoInterface?[], false);
- Eval(5737, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(5738, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(5739, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(5740, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(5741, v is ImplementTwoInterfaceGen<int>, false);
- Eval(5742, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(5743, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(5744, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(5745, v is ImplementAllInterface<int>, false);
- Eval(5746, v is ImplementAllInterface<int>[], false);
- Eval(5747, v is ImplementAllInterface<int>?, false);
- Eval(5748, v is ImplementAllInterface<int>?[], false);
+// Eval(5737, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(5738, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(5739, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(5740, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(5741, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(5742, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(5743, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(5744, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(5745, v is ImplementAllInterface<int>, false);
+// Eval(5746, v is ImplementAllInterface<int>[], false);
+// Eval(5747, v is ImplementAllInterface<int>?, false);
+// Eval(5748, v is ImplementAllInterface<int>?[], false);
Eval(5749, v is IntE, false);
Eval(5750, v is IntE[], false);
Eval(5751, v is IntE?, false);
@@ -5728,38 +5728,38 @@ internal class Program
Eval(5844, v is IEmpty[], false);
Eval(5845, v is INotEmpty, false);
Eval(5846, v is INotEmpty[], false);
- Eval(5847, v is IEmptyGen<int>, false);
- Eval(5848, v is IEmptyGen<int>[], false);
- Eval(5849, v is INotEmptyGen<int>, false);
- Eval(5850, v is INotEmptyGen<int>[], false);
+// Eval(5847, v is IEmptyGen<int>, false);
+// Eval(5848, v is IEmptyGen<int>[], false);
+// Eval(5849, v is INotEmptyGen<int>, false);
+// Eval(5850, v is INotEmptyGen<int>[], false);
Eval(5851, v is SimpleDelegate, false);
Eval(5852, v is SimpleDelegate[], false);
- Eval(5853, v is GenericDelegate<int>, false);
- Eval(5854, v is GenericDelegate<int>[], false);
+// Eval(5853, v is GenericDelegate<int>, false);
+// Eval(5854, v is GenericDelegate<int>[], false);
Eval(5855, v is EmptyClass, false);
Eval(5856, v is EmptyClass[], false);
Eval(5857, v is NotEmptyClass, false);
Eval(5858, v is NotEmptyClass[], false);
- Eval(5859, v is EmptyClassGen<int>, false);
- Eval(5860, v is EmptyClassGen<int>[], false);
- Eval(5861, v is NotEmptyClassGen<Guid>, false);
- Eval(5862, v is NotEmptyClassGen<Guid>[], false);
- Eval(5863, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(5864, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(5859, v is EmptyClassGen<int>, false);
+// Eval(5860, v is EmptyClassGen<int>[], false);
+// Eval(5861, v is NotEmptyClassGen<Guid>, false);
+// Eval(5862, v is NotEmptyClassGen<Guid>[], false);
+// Eval(5863, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(5864, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(5865, v is NestedClass, false);
Eval(5866, v is NestedClass[], false);
- Eval(5867, v is NestedClassGen<Decimal>, false);
- Eval(5868, v is NestedClassGen<Decimal>[], false);
+// Eval(5867, v is NestedClassGen<Decimal>, false);
+// Eval(5868, v is NestedClassGen<Decimal>[], false);
Eval(5869, v is ImplementOneInterfaceC, false);
Eval(5870, v is ImplementOneInterfaceC[], false);
Eval(5871, v is ImplementTwoInterfaceC, false);
Eval(5872, v is ImplementTwoInterfaceC[], false);
- Eval(5873, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(5874, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(5875, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(5876, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(5877, v is ImplementAllInterfaceC<int>, false);
- Eval(5878, v is ImplementAllInterfaceC<int>[], false);
+// Eval(5873, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(5874, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(5875, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(5876, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(5877, v is ImplementAllInterfaceC<int>, false);
+// Eval(5878, v is ImplementAllInterfaceC<int>[], false);
Eval(5879, v is SealedClass, false);
Eval(5880, v is SealedClass[], false);
}
@@ -5776,26 +5776,26 @@ internal class Program
Eval(5886, v is NotEmptyStruct[], false);
Eval(5887, v is NotEmptyStruct?, false);
Eval(5888, v is NotEmptyStruct?[], false);
- Eval(5889, v is EmptyStructGen<int>, false);
- Eval(5890, v is EmptyStructGen<int>[], false);
- Eval(5891, v is EmptyStructGen<int>?, false);
- Eval(5892, v is EmptyStructGen<int>?[], false);
- Eval(5893, v is NotEmptyStructGen<Guid>, false);
- Eval(5894, v is NotEmptyStructGen<Guid>[], false);
- Eval(5895, v is NotEmptyStructGen<Guid>?, false);
- Eval(5896, v is NotEmptyStructGen<Guid>?[], false);
- Eval(5897, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(5898, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(5899, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(5900, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(5889, v is EmptyStructGen<int>, false);
+// Eval(5890, v is EmptyStructGen<int>[], false);
+// Eval(5891, v is EmptyStructGen<int>?, false);
+// Eval(5892, v is EmptyStructGen<int>?[], false);
+// Eval(5893, v is NotEmptyStructGen<Guid>, false);
+// Eval(5894, v is NotEmptyStructGen<Guid>[], false);
+// Eval(5895, v is NotEmptyStructGen<Guid>?, false);
+// Eval(5896, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(5897, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(5898, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(5899, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(5900, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(5901, v is NestedStruct, false);
Eval(5902, v is NestedStruct[], false);
Eval(5903, v is NestedStruct?, false);
Eval(5904, v is NestedStruct?[], false);
- Eval(5905, v is NestedStructGen<Decimal>, true);
- Eval(5906, v is NestedStructGen<Decimal>[], false);
- Eval(5907, v is NestedStructGen<Decimal>?, true);
- Eval(5908, v is NestedStructGen<Decimal>?[], false);
+// Eval(5905, v is NestedStructGen<Decimal>, true);
+// Eval(5906, v is NestedStructGen<Decimal>[], false);
+// Eval(5907, v is NestedStructGen<Decimal>?, true);
+// Eval(5908, v is NestedStructGen<Decimal>?[], false);
Eval(5909, v is ExplicitFieldOffsetStruct, false);
Eval(5910, v is ExplicitFieldOffsetStruct[], false);
Eval(5911, v is ExplicitFieldOffsetStruct?, false);
@@ -5812,18 +5812,18 @@ internal class Program
Eval(5930, v is ImplementTwoInterface[], false);
Eval(5931, v is ImplementTwoInterface?, false);
Eval(5932, v is ImplementTwoInterface?[], false);
- Eval(5933, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(5934, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(5935, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(5936, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(5937, v is ImplementTwoInterfaceGen<int>, false);
- Eval(5938, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(5939, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(5940, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(5941, v is ImplementAllInterface<int>, false);
- Eval(5942, v is ImplementAllInterface<int>[], false);
- Eval(5943, v is ImplementAllInterface<int>?, false);
- Eval(5944, v is ImplementAllInterface<int>?[], false);
+// Eval(5933, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(5934, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(5935, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(5936, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(5937, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(5938, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(5939, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(5940, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(5941, v is ImplementAllInterface<int>, false);
+// Eval(5942, v is ImplementAllInterface<int>[], false);
+// Eval(5943, v is ImplementAllInterface<int>?, false);
+// Eval(5944, v is ImplementAllInterface<int>?[], false);
Eval(5945, v is IntE, false);
Eval(5946, v is IntE[], false);
Eval(5947, v is IntE?, false);
@@ -5922,38 +5922,38 @@ internal class Program
Eval(6040, v is IEmpty[], false);
Eval(6041, v is INotEmpty, false);
Eval(6042, v is INotEmpty[], false);
- Eval(6043, v is IEmptyGen<int>, false);
- Eval(6044, v is IEmptyGen<int>[], false);
- Eval(6045, v is INotEmptyGen<int>, false);
- Eval(6046, v is INotEmptyGen<int>[], false);
+// Eval(6043, v is IEmptyGen<int>, false);
+// Eval(6044, v is IEmptyGen<int>[], false);
+// Eval(6045, v is INotEmptyGen<int>, false);
+// Eval(6046, v is INotEmptyGen<int>[], false);
Eval(6047, v is SimpleDelegate, false);
Eval(6048, v is SimpleDelegate[], false);
- Eval(6049, v is GenericDelegate<int>, false);
- Eval(6050, v is GenericDelegate<int>[], false);
+// Eval(6049, v is GenericDelegate<int>, false);
+// Eval(6050, v is GenericDelegate<int>[], false);
Eval(6051, v is EmptyClass, false);
Eval(6052, v is EmptyClass[], false);
Eval(6053, v is NotEmptyClass, false);
Eval(6054, v is NotEmptyClass[], false);
- Eval(6055, v is EmptyClassGen<int>, false);
- Eval(6056, v is EmptyClassGen<int>[], false);
- Eval(6057, v is NotEmptyClassGen<Guid>, false);
- Eval(6058, v is NotEmptyClassGen<Guid>[], false);
- Eval(6059, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(6060, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(6055, v is EmptyClassGen<int>, false);
+// Eval(6056, v is EmptyClassGen<int>[], false);
+// Eval(6057, v is NotEmptyClassGen<Guid>, false);
+// Eval(6058, v is NotEmptyClassGen<Guid>[], false);
+// Eval(6059, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(6060, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(6061, v is NestedClass, false);
Eval(6062, v is NestedClass[], false);
- Eval(6063, v is NestedClassGen<Decimal>, false);
- Eval(6064, v is NestedClassGen<Decimal>[], false);
+// Eval(6063, v is NestedClassGen<Decimal>, false);
+// Eval(6064, v is NestedClassGen<Decimal>[], false);
Eval(6065, v is ImplementOneInterfaceC, false);
Eval(6066, v is ImplementOneInterfaceC[], false);
Eval(6067, v is ImplementTwoInterfaceC, false);
Eval(6068, v is ImplementTwoInterfaceC[], false);
- Eval(6069, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(6070, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(6071, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(6072, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(6073, v is ImplementAllInterfaceC<int>, false);
- Eval(6074, v is ImplementAllInterfaceC<int>[], false);
+// Eval(6069, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(6070, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(6071, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(6072, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(6073, v is ImplementAllInterfaceC<int>, false);
+// Eval(6074, v is ImplementAllInterfaceC<int>[], false);
Eval(6075, v is SealedClass, false);
Eval(6076, v is SealedClass[], false);
}
@@ -5967,26 +5967,26 @@ internal class Program
Eval(6082, v is NotEmptyStruct[], false);
Eval(6083, v is NotEmptyStruct?, false);
Eval(6084, v is NotEmptyStruct?[], false);
- Eval(6085, v is EmptyStructGen<int>, false);
- Eval(6086, v is EmptyStructGen<int>[], false);
- Eval(6087, v is EmptyStructGen<int>?, false);
- Eval(6088, v is EmptyStructGen<int>?[], false);
- Eval(6089, v is NotEmptyStructGen<Guid>, false);
- Eval(6090, v is NotEmptyStructGen<Guid>[], false);
- Eval(6091, v is NotEmptyStructGen<Guid>?, false);
- Eval(6092, v is NotEmptyStructGen<Guid>?[], false);
- Eval(6093, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(6094, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(6095, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(6096, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(6085, v is EmptyStructGen<int>, false);
+// Eval(6086, v is EmptyStructGen<int>[], false);
+// Eval(6087, v is EmptyStructGen<int>?, false);
+// Eval(6088, v is EmptyStructGen<int>?[], false);
+// Eval(6089, v is NotEmptyStructGen<Guid>, false);
+// Eval(6090, v is NotEmptyStructGen<Guid>[], false);
+// Eval(6091, v is NotEmptyStructGen<Guid>?, false);
+// Eval(6092, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(6093, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(6094, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(6095, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(6096, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(6097, v is NestedStruct, false);
Eval(6098, v is NestedStruct[], false);
Eval(6099, v is NestedStruct?, false);
Eval(6100, v is NestedStruct?[], false);
- Eval(6101, v is NestedStructGen<Decimal>, true);
- Eval(6102, v is NestedStructGen<Decimal>[], false);
- Eval(6103, v is NestedStructGen<Decimal>?, true);
- Eval(6104, v is NestedStructGen<Decimal>?[], false);
+// Eval(6101, v is NestedStructGen<Decimal>, true);
+// Eval(6102, v is NestedStructGen<Decimal>[], false);
+// Eval(6103, v is NestedStructGen<Decimal>?, true);
+// Eval(6104, v is NestedStructGen<Decimal>?[], false);
Eval(6105, v is ExplicitFieldOffsetStruct, false);
Eval(6106, v is ExplicitFieldOffsetStruct[], false);
Eval(6107, v is ExplicitFieldOffsetStruct?, false);
@@ -6003,18 +6003,18 @@ internal class Program
Eval(6126, v is ImplementTwoInterface[], false);
Eval(6127, v is ImplementTwoInterface?, false);
Eval(6128, v is ImplementTwoInterface?[], false);
- Eval(6129, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(6130, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(6131, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(6132, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(6133, v is ImplementTwoInterfaceGen<int>, false);
- Eval(6134, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(6135, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(6136, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(6137, v is ImplementAllInterface<int>, false);
- Eval(6138, v is ImplementAllInterface<int>[], false);
- Eval(6139, v is ImplementAllInterface<int>?, false);
- Eval(6140, v is ImplementAllInterface<int>?[], false);
+// Eval(6129, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(6130, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(6131, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(6132, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(6133, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(6134, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(6135, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(6136, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(6137, v is ImplementAllInterface<int>, false);
+// Eval(6138, v is ImplementAllInterface<int>[], false);
+// Eval(6139, v is ImplementAllInterface<int>?, false);
+// Eval(6140, v is ImplementAllInterface<int>?[], false);
Eval(6141, v is IntE, false);
Eval(6142, v is IntE[], false);
Eval(6143, v is IntE?, false);
@@ -6113,38 +6113,38 @@ internal class Program
Eval(6236, v is IEmpty[], false);
Eval(6237, v is INotEmpty, false);
Eval(6238, v is INotEmpty[], false);
- Eval(6239, v is IEmptyGen<int>, false);
- Eval(6240, v is IEmptyGen<int>[], false);
- Eval(6241, v is INotEmptyGen<int>, false);
- Eval(6242, v is INotEmptyGen<int>[], false);
+// Eval(6239, v is IEmptyGen<int>, false);
+// Eval(6240, v is IEmptyGen<int>[], false);
+// Eval(6241, v is INotEmptyGen<int>, false);
+// Eval(6242, v is INotEmptyGen<int>[], false);
Eval(6243, v is SimpleDelegate, false);
Eval(6244, v is SimpleDelegate[], false);
- Eval(6245, v is GenericDelegate<int>, false);
- Eval(6246, v is GenericDelegate<int>[], false);
+// Eval(6245, v is GenericDelegate<int>, false);
+// Eval(6246, v is GenericDelegate<int>[], false);
Eval(6247, v is EmptyClass, false);
Eval(6248, v is EmptyClass[], false);
Eval(6249, v is NotEmptyClass, false);
Eval(6250, v is NotEmptyClass[], false);
- Eval(6251, v is EmptyClassGen<int>, false);
- Eval(6252, v is EmptyClassGen<int>[], false);
- Eval(6253, v is NotEmptyClassGen<Guid>, false);
- Eval(6254, v is NotEmptyClassGen<Guid>[], false);
- Eval(6255, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(6256, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(6251, v is EmptyClassGen<int>, false);
+// Eval(6252, v is EmptyClassGen<int>[], false);
+// Eval(6253, v is NotEmptyClassGen<Guid>, false);
+// Eval(6254, v is NotEmptyClassGen<Guid>[], false);
+// Eval(6255, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(6256, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(6257, v is NestedClass, false);
Eval(6258, v is NestedClass[], false);
- Eval(6259, v is NestedClassGen<Decimal>, false);
- Eval(6260, v is NestedClassGen<Decimal>[], false);
+// Eval(6259, v is NestedClassGen<Decimal>, false);
+// Eval(6260, v is NestedClassGen<Decimal>[], false);
Eval(6261, v is ImplementOneInterfaceC, false);
Eval(6262, v is ImplementOneInterfaceC[], false);
Eval(6263, v is ImplementTwoInterfaceC, false);
Eval(6264, v is ImplementTwoInterfaceC[], false);
- Eval(6265, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(6266, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(6267, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(6268, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(6269, v is ImplementAllInterfaceC<int>, false);
- Eval(6270, v is ImplementAllInterfaceC<int>[], false);
+// Eval(6265, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(6266, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(6267, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(6268, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(6269, v is ImplementAllInterfaceC<int>, false);
+// Eval(6270, v is ImplementAllInterfaceC<int>[], false);
Eval(6271, v is SealedClass, false);
Eval(6272, v is SealedClass[], false);
}
@@ -6158,26 +6158,26 @@ internal class Program
Eval(6278, v is NotEmptyStruct[], false);
Eval(6279, v is NotEmptyStruct?, false);
Eval(6280, v is NotEmptyStruct?[], false);
- Eval(6281, v is EmptyStructGen<int>, false);
- Eval(6282, v is EmptyStructGen<int>[], false);
- Eval(6283, v is EmptyStructGen<int>?, false);
- Eval(6284, v is EmptyStructGen<int>?[], false);
- Eval(6285, v is NotEmptyStructGen<Guid>, false);
- Eval(6286, v is NotEmptyStructGen<Guid>[], false);
- Eval(6287, v is NotEmptyStructGen<Guid>?, false);
- Eval(6288, v is NotEmptyStructGen<Guid>?[], false);
- Eval(6289, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(6290, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(6291, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(6292, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(6281, v is EmptyStructGen<int>, false);
+// Eval(6282, v is EmptyStructGen<int>[], false);
+// Eval(6283, v is EmptyStructGen<int>?, false);
+// Eval(6284, v is EmptyStructGen<int>?[], false);
+// Eval(6285, v is NotEmptyStructGen<Guid>, false);
+// Eval(6286, v is NotEmptyStructGen<Guid>[], false);
+// Eval(6287, v is NotEmptyStructGen<Guid>?, false);
+// Eval(6288, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(6289, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(6290, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(6291, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(6292, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(6293, v is NestedStruct, false);
Eval(6294, v is NestedStruct[], false);
Eval(6295, v is NestedStruct?, false);
Eval(6296, v is NestedStruct?[], false);
- Eval(6297, v is NestedStructGen<Decimal>, false);
- Eval(6298, v is NestedStructGen<Decimal>[], false);
- Eval(6299, v is NestedStructGen<Decimal>?, false);
- Eval(6300, v is NestedStructGen<Decimal>?[], false);
+// Eval(6297, v is NestedStructGen<Decimal>, false);
+// Eval(6298, v is NestedStructGen<Decimal>[], false);
+// Eval(6299, v is NestedStructGen<Decimal>?, false);
+// Eval(6300, v is NestedStructGen<Decimal>?[], false);
Eval(6301, v is ExplicitFieldOffsetStruct, false);
Eval(6302, v is ExplicitFieldOffsetStruct[], false);
Eval(6303, v is ExplicitFieldOffsetStruct?, false);
@@ -6194,18 +6194,18 @@ internal class Program
Eval(6322, v is ImplementTwoInterface[], false);
Eval(6323, v is ImplementTwoInterface?, false);
Eval(6324, v is ImplementTwoInterface?[], false);
- Eval(6325, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(6326, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(6327, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(6328, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(6329, v is ImplementTwoInterfaceGen<int>, false);
- Eval(6330, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(6331, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(6332, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(6333, v is ImplementAllInterface<int>, false);
- Eval(6334, v is ImplementAllInterface<int>[], false);
- Eval(6335, v is ImplementAllInterface<int>?, false);
- Eval(6336, v is ImplementAllInterface<int>?[], false);
+// Eval(6325, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(6326, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(6327, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(6328, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(6329, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(6330, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(6331, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(6332, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(6333, v is ImplementAllInterface<int>, false);
+// Eval(6334, v is ImplementAllInterface<int>[], false);
+// Eval(6335, v is ImplementAllInterface<int>?, false);
+// Eval(6336, v is ImplementAllInterface<int>?[], false);
Eval(6337, v is IntE, false);
Eval(6338, v is IntE[], false);
Eval(6339, v is IntE?, false);
@@ -6304,38 +6304,38 @@ internal class Program
Eval(6432, v is IEmpty[], false);
Eval(6433, v is INotEmpty, false);
Eval(6434, v is INotEmpty[], false);
- Eval(6435, v is IEmptyGen<int>, false);
- Eval(6436, v is IEmptyGen<int>[], false);
- Eval(6437, v is INotEmptyGen<int>, false);
- Eval(6438, v is INotEmptyGen<int>[], false);
+// Eval(6435, v is IEmptyGen<int>, false);
+// Eval(6436, v is IEmptyGen<int>[], false);
+// Eval(6437, v is INotEmptyGen<int>, false);
+// Eval(6438, v is INotEmptyGen<int>[], false);
Eval(6439, v is SimpleDelegate, false);
Eval(6440, v is SimpleDelegate[], false);
- Eval(6441, v is GenericDelegate<int>, false);
- Eval(6442, v is GenericDelegate<int>[], false);
+// Eval(6441, v is GenericDelegate<int>, false);
+// Eval(6442, v is GenericDelegate<int>[], false);
Eval(6443, v is EmptyClass, false);
Eval(6444, v is EmptyClass[], false);
Eval(6445, v is NotEmptyClass, false);
Eval(6446, v is NotEmptyClass[], false);
- Eval(6447, v is EmptyClassGen<int>, false);
- Eval(6448, v is EmptyClassGen<int>[], false);
- Eval(6449, v is NotEmptyClassGen<Guid>, false);
- Eval(6450, v is NotEmptyClassGen<Guid>[], false);
- Eval(6451, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(6452, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(6447, v is EmptyClassGen<int>, false);
+// Eval(6448, v is EmptyClassGen<int>[], false);
+// Eval(6449, v is NotEmptyClassGen<Guid>, false);
+// Eval(6450, v is NotEmptyClassGen<Guid>[], false);
+// Eval(6451, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(6452, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(6453, v is NestedClass, false);
Eval(6454, v is NestedClass[], false);
- Eval(6455, v is NestedClassGen<Decimal>, false);
- Eval(6456, v is NestedClassGen<Decimal>[], false);
+// Eval(6455, v is NestedClassGen<Decimal>, false);
+// Eval(6456, v is NestedClassGen<Decimal>[], false);
Eval(6457, v is ImplementOneInterfaceC, false);
Eval(6458, v is ImplementOneInterfaceC[], false);
Eval(6459, v is ImplementTwoInterfaceC, false);
Eval(6460, v is ImplementTwoInterfaceC[], false);
- Eval(6461, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(6462, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(6463, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(6464, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(6465, v is ImplementAllInterfaceC<int>, false);
- Eval(6466, v is ImplementAllInterfaceC<int>[], false);
+// Eval(6461, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(6462, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(6463, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(6464, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(6465, v is ImplementAllInterfaceC<int>, false);
+// Eval(6466, v is ImplementAllInterfaceC<int>[], false);
Eval(6467, v is SealedClass, false);
Eval(6468, v is SealedClass[], false);
}
@@ -6349,26 +6349,26 @@ internal class Program
Eval(6474, v is NotEmptyStruct[], false);
Eval(6475, v is NotEmptyStruct?, false);
Eval(6476, v is NotEmptyStruct?[], false);
- Eval(6477, v is EmptyStructGen<int>, false);
- Eval(6478, v is EmptyStructGen<int>[], false);
- Eval(6479, v is EmptyStructGen<int>?, false);
- Eval(6480, v is EmptyStructGen<int>?[], false);
- Eval(6481, v is NotEmptyStructGen<Guid>, false);
- Eval(6482, v is NotEmptyStructGen<Guid>[], false);
- Eval(6483, v is NotEmptyStructGen<Guid>?, false);
- Eval(6484, v is NotEmptyStructGen<Guid>?[], false);
- Eval(6485, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(6486, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(6487, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(6488, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(6477, v is EmptyStructGen<int>, false);
+// Eval(6478, v is EmptyStructGen<int>[], false);
+// Eval(6479, v is EmptyStructGen<int>?, false);
+// Eval(6480, v is EmptyStructGen<int>?[], false);
+// Eval(6481, v is NotEmptyStructGen<Guid>, false);
+// Eval(6482, v is NotEmptyStructGen<Guid>[], false);
+// Eval(6483, v is NotEmptyStructGen<Guid>?, false);
+// Eval(6484, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(6485, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(6486, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(6487, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(6488, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(6489, v is NestedStruct, false);
Eval(6490, v is NestedStruct[], false);
Eval(6491, v is NestedStruct?, false);
Eval(6492, v is NestedStruct?[], false);
- Eval(6493, v is NestedStructGen<Decimal>, false);
- Eval(6494, v is NestedStructGen<Decimal>[], false);
- Eval(6495, v is NestedStructGen<Decimal>?, false);
- Eval(6496, v is NestedStructGen<Decimal>?[], false);
+// Eval(6493, v is NestedStructGen<Decimal>, false);
+// Eval(6494, v is NestedStructGen<Decimal>[], false);
+// Eval(6495, v is NestedStructGen<Decimal>?, false);
+// Eval(6496, v is NestedStructGen<Decimal>?[], false);
Eval(6497, v is ExplicitFieldOffsetStruct, false);
Eval(6498, v is ExplicitFieldOffsetStruct[], false);
Eval(6499, v is ExplicitFieldOffsetStruct?, false);
@@ -6385,18 +6385,18 @@ internal class Program
Eval(6518, v is ImplementTwoInterface[], false);
Eval(6519, v is ImplementTwoInterface?, false);
Eval(6520, v is ImplementTwoInterface?[], false);
- Eval(6521, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(6522, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(6523, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(6524, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(6525, v is ImplementTwoInterfaceGen<int>, false);
- Eval(6526, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(6527, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(6528, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(6529, v is ImplementAllInterface<int>, false);
- Eval(6530, v is ImplementAllInterface<int>[], false);
- Eval(6531, v is ImplementAllInterface<int>?, false);
- Eval(6532, v is ImplementAllInterface<int>?[], false);
+// Eval(6521, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(6522, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(6523, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(6524, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(6525, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(6526, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(6527, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(6528, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(6529, v is ImplementAllInterface<int>, false);
+// Eval(6530, v is ImplementAllInterface<int>[], false);
+// Eval(6531, v is ImplementAllInterface<int>?, false);
+// Eval(6532, v is ImplementAllInterface<int>?[], false);
Eval(6533, v is IntE, false);
Eval(6534, v is IntE[], false);
Eval(6535, v is IntE?, false);
@@ -6495,38 +6495,38 @@ internal class Program
Eval(6628, v is IEmpty[], false);
Eval(6629, v is INotEmpty, false);
Eval(6630, v is INotEmpty[], false);
- Eval(6631, v is IEmptyGen<int>, false);
- Eval(6632, v is IEmptyGen<int>[], false);
- Eval(6633, v is INotEmptyGen<int>, false);
- Eval(6634, v is INotEmptyGen<int>[], false);
+// Eval(6631, v is IEmptyGen<int>, false);
+// Eval(6632, v is IEmptyGen<int>[], false);
+// Eval(6633, v is INotEmptyGen<int>, false);
+// Eval(6634, v is INotEmptyGen<int>[], false);
Eval(6635, v is SimpleDelegate, false);
Eval(6636, v is SimpleDelegate[], false);
- Eval(6637, v is GenericDelegate<int>, false);
- Eval(6638, v is GenericDelegate<int>[], false);
+// Eval(6637, v is GenericDelegate<int>, false);
+// Eval(6638, v is GenericDelegate<int>[], false);
Eval(6639, v is EmptyClass, false);
Eval(6640, v is EmptyClass[], false);
Eval(6641, v is NotEmptyClass, false);
Eval(6642, v is NotEmptyClass[], false);
- Eval(6643, v is EmptyClassGen<int>, false);
- Eval(6644, v is EmptyClassGen<int>[], false);
- Eval(6645, v is NotEmptyClassGen<Guid>, false);
- Eval(6646, v is NotEmptyClassGen<Guid>[], false);
- Eval(6647, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(6648, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(6643, v is EmptyClassGen<int>, false);
+// Eval(6644, v is EmptyClassGen<int>[], false);
+// Eval(6645, v is NotEmptyClassGen<Guid>, false);
+// Eval(6646, v is NotEmptyClassGen<Guid>[], false);
+// Eval(6647, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(6648, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(6649, v is NestedClass, false);
Eval(6650, v is NestedClass[], false);
- Eval(6651, v is NestedClassGen<Decimal>, false);
- Eval(6652, v is NestedClassGen<Decimal>[], false);
+// Eval(6651, v is NestedClassGen<Decimal>, false);
+// Eval(6652, v is NestedClassGen<Decimal>[], false);
Eval(6653, v is ImplementOneInterfaceC, false);
Eval(6654, v is ImplementOneInterfaceC[], false);
Eval(6655, v is ImplementTwoInterfaceC, false);
Eval(6656, v is ImplementTwoInterfaceC[], false);
- Eval(6657, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(6658, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(6659, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(6660, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(6661, v is ImplementAllInterfaceC<int>, false);
- Eval(6662, v is ImplementAllInterfaceC<int>[], false);
+// Eval(6657, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(6658, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(6659, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(6660, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(6661, v is ImplementAllInterfaceC<int>, false);
+// Eval(6662, v is ImplementAllInterfaceC<int>[], false);
Eval(6663, v is SealedClass, false);
Eval(6664, v is SealedClass[], false);
}
@@ -6540,26 +6540,26 @@ internal class Program
Eval(6670, v is NotEmptyStruct[], false);
Eval(6671, v is NotEmptyStruct?, false);
Eval(6672, v is NotEmptyStruct?[], false);
- Eval(6673, v is EmptyStructGen<int>, false);
- Eval(6674, v is EmptyStructGen<int>[], false);
- Eval(6675, v is EmptyStructGen<int>?, false);
- Eval(6676, v is EmptyStructGen<int>?[], false);
- Eval(6677, v is NotEmptyStructGen<Guid>, false);
- Eval(6678, v is NotEmptyStructGen<Guid>[], false);
- Eval(6679, v is NotEmptyStructGen<Guid>?, false);
- Eval(6680, v is NotEmptyStructGen<Guid>?[], false);
- Eval(6681, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(6682, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(6683, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(6684, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(6673, v is EmptyStructGen<int>, false);
+// Eval(6674, v is EmptyStructGen<int>[], false);
+// Eval(6675, v is EmptyStructGen<int>?, false);
+// Eval(6676, v is EmptyStructGen<int>?[], false);
+// Eval(6677, v is NotEmptyStructGen<Guid>, false);
+// Eval(6678, v is NotEmptyStructGen<Guid>[], false);
+// Eval(6679, v is NotEmptyStructGen<Guid>?, false);
+// Eval(6680, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(6681, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(6682, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(6683, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(6684, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(6685, v is NestedStruct, false);
Eval(6686, v is NestedStruct[], false);
Eval(6687, v is NestedStruct?, false);
Eval(6688, v is NestedStruct?[], false);
- Eval(6689, v is NestedStructGen<Decimal>, false);
- Eval(6690, v is NestedStructGen<Decimal>[], false);
- Eval(6691, v is NestedStructGen<Decimal>?, false);
- Eval(6692, v is NestedStructGen<Decimal>?[], true);
+// Eval(6689, v is NestedStructGen<Decimal>, false);
+// Eval(6690, v is NestedStructGen<Decimal>[], false);
+// Eval(6691, v is NestedStructGen<Decimal>?, false);
+// Eval(6692, v is NestedStructGen<Decimal>?[], true);
Eval(6693, v is ExplicitFieldOffsetStruct, false);
Eval(6694, v is ExplicitFieldOffsetStruct[], false);
Eval(6695, v is ExplicitFieldOffsetStruct?, false);
@@ -6576,18 +6576,18 @@ internal class Program
Eval(6714, v is ImplementTwoInterface[], false);
Eval(6715, v is ImplementTwoInterface?, false);
Eval(6716, v is ImplementTwoInterface?[], false);
- Eval(6717, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(6718, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(6719, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(6720, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(6721, v is ImplementTwoInterfaceGen<int>, false);
- Eval(6722, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(6723, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(6724, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(6725, v is ImplementAllInterface<int>, false);
- Eval(6726, v is ImplementAllInterface<int>[], false);
- Eval(6727, v is ImplementAllInterface<int>?, false);
- Eval(6728, v is ImplementAllInterface<int>?[], false);
+// Eval(6717, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(6718, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(6719, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(6720, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(6721, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(6722, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(6723, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(6724, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(6725, v is ImplementAllInterface<int>, false);
+// Eval(6726, v is ImplementAllInterface<int>[], false);
+// Eval(6727, v is ImplementAllInterface<int>?, false);
+// Eval(6728, v is ImplementAllInterface<int>?[], false);
Eval(6729, v is IntE, false);
Eval(6730, v is IntE[], false);
Eval(6731, v is IntE?, false);
@@ -6686,38 +6686,38 @@ internal class Program
Eval(6824, v is IEmpty[], false);
Eval(6825, v is INotEmpty, false);
Eval(6826, v is INotEmpty[], false);
- Eval(6827, v is IEmptyGen<int>, false);
- Eval(6828, v is IEmptyGen<int>[], false);
- Eval(6829, v is INotEmptyGen<int>, false);
- Eval(6830, v is INotEmptyGen<int>[], false);
+// Eval(6827, v is IEmptyGen<int>, false);
+// Eval(6828, v is IEmptyGen<int>[], false);
+// Eval(6829, v is INotEmptyGen<int>, false);
+// Eval(6830, v is INotEmptyGen<int>[], false);
Eval(6831, v is SimpleDelegate, false);
Eval(6832, v is SimpleDelegate[], false);
- Eval(6833, v is GenericDelegate<int>, false);
- Eval(6834, v is GenericDelegate<int>[], false);
+// Eval(6833, v is GenericDelegate<int>, false);
+// Eval(6834, v is GenericDelegate<int>[], false);
Eval(6835, v is EmptyClass, false);
Eval(6836, v is EmptyClass[], false);
Eval(6837, v is NotEmptyClass, false);
Eval(6838, v is NotEmptyClass[], false);
- Eval(6839, v is EmptyClassGen<int>, false);
- Eval(6840, v is EmptyClassGen<int>[], false);
- Eval(6841, v is NotEmptyClassGen<Guid>, false);
- Eval(6842, v is NotEmptyClassGen<Guid>[], false);
- Eval(6843, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(6844, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(6839, v is EmptyClassGen<int>, false);
+// Eval(6840, v is EmptyClassGen<int>[], false);
+// Eval(6841, v is NotEmptyClassGen<Guid>, false);
+// Eval(6842, v is NotEmptyClassGen<Guid>[], false);
+// Eval(6843, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(6844, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(6845, v is NestedClass, false);
Eval(6846, v is NestedClass[], false);
- Eval(6847, v is NestedClassGen<Decimal>, false);
- Eval(6848, v is NestedClassGen<Decimal>[], false);
+// Eval(6847, v is NestedClassGen<Decimal>, false);
+// Eval(6848, v is NestedClassGen<Decimal>[], false);
Eval(6849, v is ImplementOneInterfaceC, false);
Eval(6850, v is ImplementOneInterfaceC[], false);
Eval(6851, v is ImplementTwoInterfaceC, false);
Eval(6852, v is ImplementTwoInterfaceC[], false);
- Eval(6853, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(6854, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(6855, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(6856, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(6857, v is ImplementAllInterfaceC<int>, false);
- Eval(6858, v is ImplementAllInterfaceC<int>[], false);
+// Eval(6853, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(6854, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(6855, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(6856, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(6857, v is ImplementAllInterfaceC<int>, false);
+// Eval(6858, v is ImplementAllInterfaceC<int>[], false);
Eval(6859, v is SealedClass, false);
Eval(6860, v is SealedClass[], false);
}
@@ -6734,26 +6734,26 @@ internal class Program
Eval(6866, v is NotEmptyStruct[], false);
Eval(6867, v is NotEmptyStruct?, false);
Eval(6868, v is NotEmptyStruct?[], false);
- Eval(6869, v is EmptyStructGen<int>, false);
- Eval(6870, v is EmptyStructGen<int>[], false);
- Eval(6871, v is EmptyStructGen<int>?, false);
- Eval(6872, v is EmptyStructGen<int>?[], false);
- Eval(6873, v is NotEmptyStructGen<Guid>, false);
- Eval(6874, v is NotEmptyStructGen<Guid>[], false);
- Eval(6875, v is NotEmptyStructGen<Guid>?, false);
- Eval(6876, v is NotEmptyStructGen<Guid>?[], false);
- Eval(6877, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(6878, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(6879, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(6880, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(6869, v is EmptyStructGen<int>, false);
+// Eval(6870, v is EmptyStructGen<int>[], false);
+// Eval(6871, v is EmptyStructGen<int>?, false);
+// Eval(6872, v is EmptyStructGen<int>?[], false);
+// Eval(6873, v is NotEmptyStructGen<Guid>, false);
+// Eval(6874, v is NotEmptyStructGen<Guid>[], false);
+// Eval(6875, v is NotEmptyStructGen<Guid>?, false);
+// Eval(6876, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(6877, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(6878, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(6879, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(6880, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(6881, v is NestedStruct, false);
Eval(6882, v is NestedStruct[], false);
Eval(6883, v is NestedStruct?, false);
Eval(6884, v is NestedStruct?[], false);
- Eval(6885, v is NestedStructGen<Decimal>, false);
- Eval(6886, v is NestedStructGen<Decimal>[], false);
- Eval(6887, v is NestedStructGen<Decimal>?, false);
- Eval(6888, v is NestedStructGen<Decimal>?[], false);
+// Eval(6885, v is NestedStructGen<Decimal>, false);
+// Eval(6886, v is NestedStructGen<Decimal>[], false);
+// Eval(6887, v is NestedStructGen<Decimal>?, false);
+// Eval(6888, v is NestedStructGen<Decimal>?[], false);
Eval(6889, v is ExplicitFieldOffsetStruct, true);
Eval(6890, v is ExplicitFieldOffsetStruct[], false);
Eval(6891, v is ExplicitFieldOffsetStruct?, true);
@@ -6770,18 +6770,18 @@ internal class Program
Eval(6910, v is ImplementTwoInterface[], false);
Eval(6911, v is ImplementTwoInterface?, false);
Eval(6912, v is ImplementTwoInterface?[], false);
- Eval(6913, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(6914, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(6915, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(6916, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(6917, v is ImplementTwoInterfaceGen<int>, false);
- Eval(6918, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(6919, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(6920, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(6921, v is ImplementAllInterface<int>, false);
- Eval(6922, v is ImplementAllInterface<int>[], false);
- Eval(6923, v is ImplementAllInterface<int>?, false);
- Eval(6924, v is ImplementAllInterface<int>?[], false);
+// Eval(6913, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(6914, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(6915, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(6916, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(6917, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(6918, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(6919, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(6920, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(6921, v is ImplementAllInterface<int>, false);
+// Eval(6922, v is ImplementAllInterface<int>[], false);
+// Eval(6923, v is ImplementAllInterface<int>?, false);
+// Eval(6924, v is ImplementAllInterface<int>?[], false);
Eval(6925, v is IntE, false);
Eval(6926, v is IntE[], false);
Eval(6927, v is IntE?, false);
@@ -6880,38 +6880,38 @@ internal class Program
Eval(7020, v is IEmpty[], false);
Eval(7021, v is INotEmpty, false);
Eval(7022, v is INotEmpty[], false);
- Eval(7023, v is IEmptyGen<int>, false);
- Eval(7024, v is IEmptyGen<int>[], false);
- Eval(7025, v is INotEmptyGen<int>, false);
- Eval(7026, v is INotEmptyGen<int>[], false);
+// Eval(7023, v is IEmptyGen<int>, false);
+// Eval(7024, v is IEmptyGen<int>[], false);
+// Eval(7025, v is INotEmptyGen<int>, false);
+// Eval(7026, v is INotEmptyGen<int>[], false);
Eval(7027, v is SimpleDelegate, false);
Eval(7028, v is SimpleDelegate[], false);
- Eval(7029, v is GenericDelegate<int>, false);
- Eval(7030, v is GenericDelegate<int>[], false);
+// Eval(7029, v is GenericDelegate<int>, false);
+// Eval(7030, v is GenericDelegate<int>[], false);
Eval(7031, v is EmptyClass, false);
Eval(7032, v is EmptyClass[], false);
Eval(7033, v is NotEmptyClass, false);
Eval(7034, v is NotEmptyClass[], false);
- Eval(7035, v is EmptyClassGen<int>, false);
- Eval(7036, v is EmptyClassGen<int>[], false);
- Eval(7037, v is NotEmptyClassGen<Guid>, false);
- Eval(7038, v is NotEmptyClassGen<Guid>[], false);
- Eval(7039, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(7040, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(7035, v is EmptyClassGen<int>, false);
+// Eval(7036, v is EmptyClassGen<int>[], false);
+// Eval(7037, v is NotEmptyClassGen<Guid>, false);
+// Eval(7038, v is NotEmptyClassGen<Guid>[], false);
+// Eval(7039, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(7040, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(7041, v is NestedClass, false);
Eval(7042, v is NestedClass[], false);
- Eval(7043, v is NestedClassGen<Decimal>, false);
- Eval(7044, v is NestedClassGen<Decimal>[], false);
+// Eval(7043, v is NestedClassGen<Decimal>, false);
+// Eval(7044, v is NestedClassGen<Decimal>[], false);
Eval(7045, v is ImplementOneInterfaceC, false);
Eval(7046, v is ImplementOneInterfaceC[], false);
Eval(7047, v is ImplementTwoInterfaceC, false);
Eval(7048, v is ImplementTwoInterfaceC[], false);
- Eval(7049, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(7050, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(7051, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(7052, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(7053, v is ImplementAllInterfaceC<int>, false);
- Eval(7054, v is ImplementAllInterfaceC<int>[], false);
+// Eval(7049, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(7050, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(7051, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(7052, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(7053, v is ImplementAllInterfaceC<int>, false);
+// Eval(7054, v is ImplementAllInterfaceC<int>[], false);
Eval(7055, v is SealedClass, false);
Eval(7056, v is SealedClass[], false);
}
@@ -6925,26 +6925,26 @@ internal class Program
Eval(7062, v is NotEmptyStruct[], false);
Eval(7063, v is NotEmptyStruct?, false);
Eval(7064, v is NotEmptyStruct?[], false);
- Eval(7065, v is EmptyStructGen<int>, false);
- Eval(7066, v is EmptyStructGen<int>[], false);
- Eval(7067, v is EmptyStructGen<int>?, false);
- Eval(7068, v is EmptyStructGen<int>?[], false);
- Eval(7069, v is NotEmptyStructGen<Guid>, false);
- Eval(7070, v is NotEmptyStructGen<Guid>[], false);
- Eval(7071, v is NotEmptyStructGen<Guid>?, false);
- Eval(7072, v is NotEmptyStructGen<Guid>?[], false);
- Eval(7073, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(7074, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(7075, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(7076, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(7065, v is EmptyStructGen<int>, false);
+// Eval(7066, v is EmptyStructGen<int>[], false);
+// Eval(7067, v is EmptyStructGen<int>?, false);
+// Eval(7068, v is EmptyStructGen<int>?[], false);
+// Eval(7069, v is NotEmptyStructGen<Guid>, false);
+// Eval(7070, v is NotEmptyStructGen<Guid>[], false);
+// Eval(7071, v is NotEmptyStructGen<Guid>?, false);
+// Eval(7072, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(7073, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(7074, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(7075, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(7076, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(7077, v is NestedStruct, false);
Eval(7078, v is NestedStruct[], false);
Eval(7079, v is NestedStruct?, false);
Eval(7080, v is NestedStruct?[], false);
- Eval(7081, v is NestedStructGen<Decimal>, false);
- Eval(7082, v is NestedStructGen<Decimal>[], false);
- Eval(7083, v is NestedStructGen<Decimal>?, false);
- Eval(7084, v is NestedStructGen<Decimal>?[], false);
+// Eval(7081, v is NestedStructGen<Decimal>, false);
+// Eval(7082, v is NestedStructGen<Decimal>[], false);
+// Eval(7083, v is NestedStructGen<Decimal>?, false);
+// Eval(7084, v is NestedStructGen<Decimal>?[], false);
Eval(7085, v is ExplicitFieldOffsetStruct, true);
Eval(7086, v is ExplicitFieldOffsetStruct[], false);
Eval(7087, v is ExplicitFieldOffsetStruct?, true);
@@ -6961,18 +6961,18 @@ internal class Program
Eval(7106, v is ImplementTwoInterface[], false);
Eval(7107, v is ImplementTwoInterface?, false);
Eval(7108, v is ImplementTwoInterface?[], false);
- Eval(7109, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(7110, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(7111, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(7112, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(7113, v is ImplementTwoInterfaceGen<int>, false);
- Eval(7114, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(7115, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(7116, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(7117, v is ImplementAllInterface<int>, false);
- Eval(7118, v is ImplementAllInterface<int>[], false);
- Eval(7119, v is ImplementAllInterface<int>?, false);
- Eval(7120, v is ImplementAllInterface<int>?[], false);
+// Eval(7109, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(7110, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(7111, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(7112, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(7113, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(7114, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(7115, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(7116, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(7117, v is ImplementAllInterface<int>, false);
+// Eval(7118, v is ImplementAllInterface<int>[], false);
+// Eval(7119, v is ImplementAllInterface<int>?, false);
+// Eval(7120, v is ImplementAllInterface<int>?[], false);
Eval(7121, v is IntE, false);
Eval(7122, v is IntE[], false);
Eval(7123, v is IntE?, false);
@@ -7071,38 +7071,38 @@ internal class Program
Eval(7216, v is IEmpty[], false);
Eval(7217, v is INotEmpty, false);
Eval(7218, v is INotEmpty[], false);
- Eval(7219, v is IEmptyGen<int>, false);
- Eval(7220, v is IEmptyGen<int>[], false);
- Eval(7221, v is INotEmptyGen<int>, false);
- Eval(7222, v is INotEmptyGen<int>[], false);
+// Eval(7219, v is IEmptyGen<int>, false);
+// Eval(7220, v is IEmptyGen<int>[], false);
+// Eval(7221, v is INotEmptyGen<int>, false);
+// Eval(7222, v is INotEmptyGen<int>[], false);
Eval(7223, v is SimpleDelegate, false);
Eval(7224, v is SimpleDelegate[], false);
- Eval(7225, v is GenericDelegate<int>, false);
- Eval(7226, v is GenericDelegate<int>[], false);
+// Eval(7225, v is GenericDelegate<int>, false);
+// Eval(7226, v is GenericDelegate<int>[], false);
Eval(7227, v is EmptyClass, false);
Eval(7228, v is EmptyClass[], false);
Eval(7229, v is NotEmptyClass, false);
Eval(7230, v is NotEmptyClass[], false);
- Eval(7231, v is EmptyClassGen<int>, false);
- Eval(7232, v is EmptyClassGen<int>[], false);
- Eval(7233, v is NotEmptyClassGen<Guid>, false);
- Eval(7234, v is NotEmptyClassGen<Guid>[], false);
- Eval(7235, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(7236, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(7231, v is EmptyClassGen<int>, false);
+// Eval(7232, v is EmptyClassGen<int>[], false);
+// Eval(7233, v is NotEmptyClassGen<Guid>, false);
+// Eval(7234, v is NotEmptyClassGen<Guid>[], false);
+// Eval(7235, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(7236, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(7237, v is NestedClass, false);
Eval(7238, v is NestedClass[], false);
- Eval(7239, v is NestedClassGen<Decimal>, false);
- Eval(7240, v is NestedClassGen<Decimal>[], false);
+// Eval(7239, v is NestedClassGen<Decimal>, false);
+// Eval(7240, v is NestedClassGen<Decimal>[], false);
Eval(7241, v is ImplementOneInterfaceC, false);
Eval(7242, v is ImplementOneInterfaceC[], false);
Eval(7243, v is ImplementTwoInterfaceC, false);
Eval(7244, v is ImplementTwoInterfaceC[], false);
- Eval(7245, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(7246, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(7247, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(7248, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(7249, v is ImplementAllInterfaceC<int>, false);
- Eval(7250, v is ImplementAllInterfaceC<int>[], false);
+// Eval(7245, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(7246, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(7247, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(7248, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(7249, v is ImplementAllInterfaceC<int>, false);
+// Eval(7250, v is ImplementAllInterfaceC<int>[], false);
Eval(7251, v is SealedClass, false);
Eval(7252, v is SealedClass[], false);
}
@@ -7116,26 +7116,26 @@ internal class Program
Eval(7258, v is NotEmptyStruct[], false);
Eval(7259, v is NotEmptyStruct?, false);
Eval(7260, v is NotEmptyStruct?[], false);
- Eval(7261, v is EmptyStructGen<int>, false);
- Eval(7262, v is EmptyStructGen<int>[], false);
- Eval(7263, v is EmptyStructGen<int>?, false);
- Eval(7264, v is EmptyStructGen<int>?[], false);
- Eval(7265, v is NotEmptyStructGen<Guid>, false);
- Eval(7266, v is NotEmptyStructGen<Guid>[], false);
- Eval(7267, v is NotEmptyStructGen<Guid>?, false);
- Eval(7268, v is NotEmptyStructGen<Guid>?[], false);
- Eval(7269, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(7270, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(7271, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(7272, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(7261, v is EmptyStructGen<int>, false);
+// Eval(7262, v is EmptyStructGen<int>[], false);
+// Eval(7263, v is EmptyStructGen<int>?, false);
+// Eval(7264, v is EmptyStructGen<int>?[], false);
+// Eval(7265, v is NotEmptyStructGen<Guid>, false);
+// Eval(7266, v is NotEmptyStructGen<Guid>[], false);
+// Eval(7267, v is NotEmptyStructGen<Guid>?, false);
+// Eval(7268, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(7269, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(7270, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(7271, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(7272, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(7273, v is NestedStruct, false);
Eval(7274, v is NestedStruct[], false);
Eval(7275, v is NestedStruct?, false);
Eval(7276, v is NestedStruct?[], false);
- Eval(7277, v is NestedStructGen<Decimal>, false);
- Eval(7278, v is NestedStructGen<Decimal>[], false);
- Eval(7279, v is NestedStructGen<Decimal>?, false);
- Eval(7280, v is NestedStructGen<Decimal>?[], false);
+// Eval(7277, v is NestedStructGen<Decimal>, false);
+// Eval(7278, v is NestedStructGen<Decimal>[], false);
+// Eval(7279, v is NestedStructGen<Decimal>?, false);
+// Eval(7280, v is NestedStructGen<Decimal>?[], false);
Eval(7281, v is ExplicitFieldOffsetStruct, false);
Eval(7282, v is ExplicitFieldOffsetStruct[], false);
Eval(7283, v is ExplicitFieldOffsetStruct?, false);
@@ -7152,18 +7152,18 @@ internal class Program
Eval(7302, v is ImplementTwoInterface[], false);
Eval(7303, v is ImplementTwoInterface?, false);
Eval(7304, v is ImplementTwoInterface?[], false);
- Eval(7305, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(7306, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(7307, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(7308, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(7309, v is ImplementTwoInterfaceGen<int>, false);
- Eval(7310, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(7311, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(7312, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(7313, v is ImplementAllInterface<int>, false);
- Eval(7314, v is ImplementAllInterface<int>[], false);
- Eval(7315, v is ImplementAllInterface<int>?, false);
- Eval(7316, v is ImplementAllInterface<int>?[], false);
+// Eval(7305, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(7306, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(7307, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(7308, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(7309, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(7310, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(7311, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(7312, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(7313, v is ImplementAllInterface<int>, false);
+// Eval(7314, v is ImplementAllInterface<int>[], false);
+// Eval(7315, v is ImplementAllInterface<int>?, false);
+// Eval(7316, v is ImplementAllInterface<int>?[], false);
Eval(7317, v is IntE, false);
Eval(7318, v is IntE[], false);
Eval(7319, v is IntE?, false);
@@ -7262,38 +7262,38 @@ internal class Program
Eval(7412, v is IEmpty[], false);
Eval(7413, v is INotEmpty, false);
Eval(7414, v is INotEmpty[], false);
- Eval(7415, v is IEmptyGen<int>, false);
- Eval(7416, v is IEmptyGen<int>[], false);
- Eval(7417, v is INotEmptyGen<int>, false);
- Eval(7418, v is INotEmptyGen<int>[], false);
+// Eval(7415, v is IEmptyGen<int>, false);
+// Eval(7416, v is IEmptyGen<int>[], false);
+// Eval(7417, v is INotEmptyGen<int>, false);
+// Eval(7418, v is INotEmptyGen<int>[], false);
Eval(7419, v is SimpleDelegate, false);
Eval(7420, v is SimpleDelegate[], false);
- Eval(7421, v is GenericDelegate<int>, false);
- Eval(7422, v is GenericDelegate<int>[], false);
+// Eval(7421, v is GenericDelegate<int>, false);
+// Eval(7422, v is GenericDelegate<int>[], false);
Eval(7423, v is EmptyClass, false);
Eval(7424, v is EmptyClass[], false);
Eval(7425, v is NotEmptyClass, false);
Eval(7426, v is NotEmptyClass[], false);
- Eval(7427, v is EmptyClassGen<int>, false);
- Eval(7428, v is EmptyClassGen<int>[], false);
- Eval(7429, v is NotEmptyClassGen<Guid>, false);
- Eval(7430, v is NotEmptyClassGen<Guid>[], false);
- Eval(7431, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(7432, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(7427, v is EmptyClassGen<int>, false);
+// Eval(7428, v is EmptyClassGen<int>[], false);
+// Eval(7429, v is NotEmptyClassGen<Guid>, false);
+// Eval(7430, v is NotEmptyClassGen<Guid>[], false);
+// Eval(7431, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(7432, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(7433, v is NestedClass, false);
Eval(7434, v is NestedClass[], false);
- Eval(7435, v is NestedClassGen<Decimal>, false);
- Eval(7436, v is NestedClassGen<Decimal>[], false);
+// Eval(7435, v is NestedClassGen<Decimal>, false);
+// Eval(7436, v is NestedClassGen<Decimal>[], false);
Eval(7437, v is ImplementOneInterfaceC, false);
Eval(7438, v is ImplementOneInterfaceC[], false);
Eval(7439, v is ImplementTwoInterfaceC, false);
Eval(7440, v is ImplementTwoInterfaceC[], false);
- Eval(7441, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(7442, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(7443, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(7444, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(7445, v is ImplementAllInterfaceC<int>, false);
- Eval(7446, v is ImplementAllInterfaceC<int>[], false);
+// Eval(7441, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(7442, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(7443, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(7444, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(7445, v is ImplementAllInterfaceC<int>, false);
+// Eval(7446, v is ImplementAllInterfaceC<int>[], false);
Eval(7447, v is SealedClass, false);
Eval(7448, v is SealedClass[], false);
}
@@ -7307,26 +7307,26 @@ internal class Program
Eval(7454, v is NotEmptyStruct[], false);
Eval(7455, v is NotEmptyStruct?, false);
Eval(7456, v is NotEmptyStruct?[], false);
- Eval(7457, v is EmptyStructGen<int>, false);
- Eval(7458, v is EmptyStructGen<int>[], false);
- Eval(7459, v is EmptyStructGen<int>?, false);
- Eval(7460, v is EmptyStructGen<int>?[], false);
- Eval(7461, v is NotEmptyStructGen<Guid>, false);
- Eval(7462, v is NotEmptyStructGen<Guid>[], false);
- Eval(7463, v is NotEmptyStructGen<Guid>?, false);
- Eval(7464, v is NotEmptyStructGen<Guid>?[], false);
- Eval(7465, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(7466, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(7467, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(7468, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(7457, v is EmptyStructGen<int>, false);
+// Eval(7458, v is EmptyStructGen<int>[], false);
+// Eval(7459, v is EmptyStructGen<int>?, false);
+// Eval(7460, v is EmptyStructGen<int>?[], false);
+// Eval(7461, v is NotEmptyStructGen<Guid>, false);
+// Eval(7462, v is NotEmptyStructGen<Guid>[], false);
+// Eval(7463, v is NotEmptyStructGen<Guid>?, false);
+// Eval(7464, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(7465, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(7466, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(7467, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(7468, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(7469, v is NestedStruct, false);
Eval(7470, v is NestedStruct[], false);
Eval(7471, v is NestedStruct?, false);
Eval(7472, v is NestedStruct?[], false);
- Eval(7473, v is NestedStructGen<Decimal>, false);
- Eval(7474, v is NestedStructGen<Decimal>[], false);
- Eval(7475, v is NestedStructGen<Decimal>?, false);
- Eval(7476, v is NestedStructGen<Decimal>?[], false);
+// Eval(7473, v is NestedStructGen<Decimal>, false);
+// Eval(7474, v is NestedStructGen<Decimal>[], false);
+// Eval(7475, v is NestedStructGen<Decimal>?, false);
+// Eval(7476, v is NestedStructGen<Decimal>?[], false);
Eval(7477, v is ExplicitFieldOffsetStruct, false);
Eval(7478, v is ExplicitFieldOffsetStruct[], false);
Eval(7479, v is ExplicitFieldOffsetStruct?, false);
@@ -7343,18 +7343,18 @@ internal class Program
Eval(7498, v is ImplementTwoInterface[], false);
Eval(7499, v is ImplementTwoInterface?, false);
Eval(7500, v is ImplementTwoInterface?[], false);
- Eval(7501, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(7502, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(7503, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(7504, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(7505, v is ImplementTwoInterfaceGen<int>, false);
- Eval(7506, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(7507, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(7508, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(7509, v is ImplementAllInterface<int>, false);
- Eval(7510, v is ImplementAllInterface<int>[], false);
- Eval(7511, v is ImplementAllInterface<int>?, false);
- Eval(7512, v is ImplementAllInterface<int>?[], false);
+// Eval(7501, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(7502, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(7503, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(7504, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(7505, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(7506, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(7507, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(7508, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(7509, v is ImplementAllInterface<int>, false);
+// Eval(7510, v is ImplementAllInterface<int>[], false);
+// Eval(7511, v is ImplementAllInterface<int>?, false);
+// Eval(7512, v is ImplementAllInterface<int>?[], false);
Eval(7513, v is IntE, false);
Eval(7514, v is IntE[], false);
Eval(7515, v is IntE?, false);
@@ -7453,38 +7453,38 @@ internal class Program
Eval(7608, v is IEmpty[], false);
Eval(7609, v is INotEmpty, false);
Eval(7610, v is INotEmpty[], false);
- Eval(7611, v is IEmptyGen<int>, false);
- Eval(7612, v is IEmptyGen<int>[], false);
- Eval(7613, v is INotEmptyGen<int>, false);
- Eval(7614, v is INotEmptyGen<int>[], false);
+// Eval(7611, v is IEmptyGen<int>, false);
+// Eval(7612, v is IEmptyGen<int>[], false);
+// Eval(7613, v is INotEmptyGen<int>, false);
+// Eval(7614, v is INotEmptyGen<int>[], false);
Eval(7615, v is SimpleDelegate, false);
Eval(7616, v is SimpleDelegate[], false);
- Eval(7617, v is GenericDelegate<int>, false);
- Eval(7618, v is GenericDelegate<int>[], false);
+// Eval(7617, v is GenericDelegate<int>, false);
+// Eval(7618, v is GenericDelegate<int>[], false);
Eval(7619, v is EmptyClass, false);
Eval(7620, v is EmptyClass[], false);
Eval(7621, v is NotEmptyClass, false);
Eval(7622, v is NotEmptyClass[], false);
- Eval(7623, v is EmptyClassGen<int>, false);
- Eval(7624, v is EmptyClassGen<int>[], false);
- Eval(7625, v is NotEmptyClassGen<Guid>, false);
- Eval(7626, v is NotEmptyClassGen<Guid>[], false);
- Eval(7627, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(7628, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(7623, v is EmptyClassGen<int>, false);
+// Eval(7624, v is EmptyClassGen<int>[], false);
+// Eval(7625, v is NotEmptyClassGen<Guid>, false);
+// Eval(7626, v is NotEmptyClassGen<Guid>[], false);
+// Eval(7627, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(7628, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(7629, v is NestedClass, false);
Eval(7630, v is NestedClass[], false);
- Eval(7631, v is NestedClassGen<Decimal>, false);
- Eval(7632, v is NestedClassGen<Decimal>[], false);
+// Eval(7631, v is NestedClassGen<Decimal>, false);
+// Eval(7632, v is NestedClassGen<Decimal>[], false);
Eval(7633, v is ImplementOneInterfaceC, false);
Eval(7634, v is ImplementOneInterfaceC[], false);
Eval(7635, v is ImplementTwoInterfaceC, false);
Eval(7636, v is ImplementTwoInterfaceC[], false);
- Eval(7637, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(7638, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(7639, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(7640, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(7641, v is ImplementAllInterfaceC<int>, false);
- Eval(7642, v is ImplementAllInterfaceC<int>[], false);
+// Eval(7637, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(7638, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(7639, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(7640, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(7641, v is ImplementAllInterfaceC<int>, false);
+// Eval(7642, v is ImplementAllInterfaceC<int>[], false);
Eval(7643, v is SealedClass, false);
Eval(7644, v is SealedClass[], false);
}
@@ -7498,26 +7498,26 @@ internal class Program
Eval(7650, v is NotEmptyStruct[], false);
Eval(7651, v is NotEmptyStruct?, false);
Eval(7652, v is NotEmptyStruct?[], false);
- Eval(7653, v is EmptyStructGen<int>, false);
- Eval(7654, v is EmptyStructGen<int>[], false);
- Eval(7655, v is EmptyStructGen<int>?, false);
- Eval(7656, v is EmptyStructGen<int>?[], false);
- Eval(7657, v is NotEmptyStructGen<Guid>, false);
- Eval(7658, v is NotEmptyStructGen<Guid>[], false);
- Eval(7659, v is NotEmptyStructGen<Guid>?, false);
- Eval(7660, v is NotEmptyStructGen<Guid>?[], false);
- Eval(7661, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(7662, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(7663, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(7664, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(7653, v is EmptyStructGen<int>, false);
+// Eval(7654, v is EmptyStructGen<int>[], false);
+// Eval(7655, v is EmptyStructGen<int>?, false);
+// Eval(7656, v is EmptyStructGen<int>?[], false);
+// Eval(7657, v is NotEmptyStructGen<Guid>, false);
+// Eval(7658, v is NotEmptyStructGen<Guid>[], false);
+// Eval(7659, v is NotEmptyStructGen<Guid>?, false);
+// Eval(7660, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(7661, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(7662, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(7663, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(7664, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(7665, v is NestedStruct, false);
Eval(7666, v is NestedStruct[], false);
Eval(7667, v is NestedStruct?, false);
Eval(7668, v is NestedStruct?[], false);
- Eval(7669, v is NestedStructGen<Decimal>, false);
- Eval(7670, v is NestedStructGen<Decimal>[], false);
- Eval(7671, v is NestedStructGen<Decimal>?, false);
- Eval(7672, v is NestedStructGen<Decimal>?[], false);
+// Eval(7669, v is NestedStructGen<Decimal>, false);
+// Eval(7670, v is NestedStructGen<Decimal>[], false);
+// Eval(7671, v is NestedStructGen<Decimal>?, false);
+// Eval(7672, v is NestedStructGen<Decimal>?[], false);
Eval(7673, v is ExplicitFieldOffsetStruct, false);
Eval(7674, v is ExplicitFieldOffsetStruct[], false);
Eval(7675, v is ExplicitFieldOffsetStruct?, false);
@@ -7534,18 +7534,18 @@ internal class Program
Eval(7694, v is ImplementTwoInterface[], false);
Eval(7695, v is ImplementTwoInterface?, false);
Eval(7696, v is ImplementTwoInterface?[], false);
- Eval(7697, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(7698, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(7699, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(7700, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(7701, v is ImplementTwoInterfaceGen<int>, false);
- Eval(7702, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(7703, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(7704, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(7705, v is ImplementAllInterface<int>, false);
- Eval(7706, v is ImplementAllInterface<int>[], false);
- Eval(7707, v is ImplementAllInterface<int>?, false);
- Eval(7708, v is ImplementAllInterface<int>?[], false);
+// Eval(7697, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(7698, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(7699, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(7700, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(7701, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(7702, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(7703, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(7704, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(7705, v is ImplementAllInterface<int>, false);
+// Eval(7706, v is ImplementAllInterface<int>[], false);
+// Eval(7707, v is ImplementAllInterface<int>?, false);
+// Eval(7708, v is ImplementAllInterface<int>?[], false);
Eval(7709, v is IntE, false);
Eval(7710, v is IntE[], false);
Eval(7711, v is IntE?, false);
@@ -7644,38 +7644,38 @@ internal class Program
Eval(7804, v is IEmpty[], false);
Eval(7805, v is INotEmpty, false);
Eval(7806, v is INotEmpty[], false);
- Eval(7807, v is IEmptyGen<int>, false);
- Eval(7808, v is IEmptyGen<int>[], false);
- Eval(7809, v is INotEmptyGen<int>, false);
- Eval(7810, v is INotEmptyGen<int>[], false);
+// Eval(7807, v is IEmptyGen<int>, false);
+// Eval(7808, v is IEmptyGen<int>[], false);
+// Eval(7809, v is INotEmptyGen<int>, false);
+// Eval(7810, v is INotEmptyGen<int>[], false);
Eval(7811, v is SimpleDelegate, false);
Eval(7812, v is SimpleDelegate[], false);
- Eval(7813, v is GenericDelegate<int>, false);
- Eval(7814, v is GenericDelegate<int>[], false);
+// Eval(7813, v is GenericDelegate<int>, false);
+// Eval(7814, v is GenericDelegate<int>[], false);
Eval(7815, v is EmptyClass, false);
Eval(7816, v is EmptyClass[], false);
Eval(7817, v is NotEmptyClass, false);
Eval(7818, v is NotEmptyClass[], false);
- Eval(7819, v is EmptyClassGen<int>, false);
- Eval(7820, v is EmptyClassGen<int>[], false);
- Eval(7821, v is NotEmptyClassGen<Guid>, false);
- Eval(7822, v is NotEmptyClassGen<Guid>[], false);
- Eval(7823, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(7824, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(7819, v is EmptyClassGen<int>, false);
+// Eval(7820, v is EmptyClassGen<int>[], false);
+// Eval(7821, v is NotEmptyClassGen<Guid>, false);
+// Eval(7822, v is NotEmptyClassGen<Guid>[], false);
+// Eval(7823, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(7824, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(7825, v is NestedClass, false);
Eval(7826, v is NestedClass[], false);
- Eval(7827, v is NestedClassGen<Decimal>, false);
- Eval(7828, v is NestedClassGen<Decimal>[], false);
+// Eval(7827, v is NestedClassGen<Decimal>, false);
+// Eval(7828, v is NestedClassGen<Decimal>[], false);
Eval(7829, v is ImplementOneInterfaceC, false);
Eval(7830, v is ImplementOneInterfaceC[], false);
Eval(7831, v is ImplementTwoInterfaceC, false);
Eval(7832, v is ImplementTwoInterfaceC[], false);
- Eval(7833, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(7834, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(7835, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(7836, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(7837, v is ImplementAllInterfaceC<int>, false);
- Eval(7838, v is ImplementAllInterfaceC<int>[], false);
+// Eval(7833, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(7834, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(7835, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(7836, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(7837, v is ImplementAllInterfaceC<int>, false);
+// Eval(7838, v is ImplementAllInterfaceC<int>[], false);
Eval(7839, v is SealedClass, false);
Eval(7840, v is SealedClass[], false);
}
@@ -7692,26 +7692,26 @@ internal class Program
Eval(9806, v is NotEmptyStruct[], false);
Eval(9807, v is NotEmptyStruct?, false);
Eval(9808, v is NotEmptyStruct?[], false);
- Eval(9809, v is EmptyStructGen<int>, false);
- Eval(9810, v is EmptyStructGen<int>[], false);
- Eval(9811, v is EmptyStructGen<int>?, false);
- Eval(9812, v is EmptyStructGen<int>?[], false);
- Eval(9813, v is NotEmptyStructGen<Guid>, false);
- Eval(9814, v is NotEmptyStructGen<Guid>[], false);
- Eval(9815, v is NotEmptyStructGen<Guid>?, false);
- Eval(9816, v is NotEmptyStructGen<Guid>?[], false);
- Eval(9817, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(9818, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(9819, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(9820, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(9809, v is EmptyStructGen<int>, false);
+// Eval(9810, v is EmptyStructGen<int>[], false);
+// Eval(9811, v is EmptyStructGen<int>?, false);
+// Eval(9812, v is EmptyStructGen<int>?[], false);
+// Eval(9813, v is NotEmptyStructGen<Guid>, false);
+// Eval(9814, v is NotEmptyStructGen<Guid>[], false);
+// Eval(9815, v is NotEmptyStructGen<Guid>?, false);
+// Eval(9816, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(9817, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(9818, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(9819, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(9820, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(9821, v is NestedStruct, false);
Eval(9822, v is NestedStruct[], false);
Eval(9823, v is NestedStruct?, false);
Eval(9824, v is NestedStruct?[], false);
- Eval(9825, v is NestedStructGen<Decimal>, false);
- Eval(9826, v is NestedStructGen<Decimal>[], false);
- Eval(9827, v is NestedStructGen<Decimal>?, false);
- Eval(9828, v is NestedStructGen<Decimal>?[], false);
+// Eval(9825, v is NestedStructGen<Decimal>, false);
+// Eval(9826, v is NestedStructGen<Decimal>[], false);
+// Eval(9827, v is NestedStructGen<Decimal>?, false);
+// Eval(9828, v is NestedStructGen<Decimal>?[], false);
Eval(9829, v is ExplicitFieldOffsetStruct, false);
Eval(9830, v is ExplicitFieldOffsetStruct[], false);
Eval(9831, v is ExplicitFieldOffsetStruct?, false);
@@ -7728,18 +7728,18 @@ internal class Program
Eval(9850, v is ImplementTwoInterface[], false);
Eval(9851, v is ImplementTwoInterface?, false);
Eval(9852, v is ImplementTwoInterface?[], false);
- Eval(9853, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(9854, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(9855, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(9856, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(9857, v is ImplementTwoInterfaceGen<int>, false);
- Eval(9858, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(9859, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(9860, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(9861, v is ImplementAllInterface<int>, false);
- Eval(9862, v is ImplementAllInterface<int>[], false);
- Eval(9863, v is ImplementAllInterface<int>?, false);
- Eval(9864, v is ImplementAllInterface<int>?[], false);
+// Eval(9853, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(9854, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(9855, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(9856, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(9857, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(9858, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(9859, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(9860, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(9861, v is ImplementAllInterface<int>, false);
+// Eval(9862, v is ImplementAllInterface<int>[], false);
+// Eval(9863, v is ImplementAllInterface<int>?, false);
+// Eval(9864, v is ImplementAllInterface<int>?[], false);
Eval(9865, v is IntE, false);
Eval(9866, v is IntE[], false);
Eval(9867, v is IntE?, false);
@@ -7838,38 +7838,38 @@ internal class Program
Eval(9960, v is IEmpty[], false);
Eval(9961, v is INotEmpty, false);
Eval(9962, v is INotEmpty[], false);
- Eval(9963, v is IEmptyGen<int>, false);
- Eval(9964, v is IEmptyGen<int>[], false);
- Eval(9965, v is INotEmptyGen<int>, false);
- Eval(9966, v is INotEmptyGen<int>[], false);
+// Eval(9963, v is IEmptyGen<int>, false);
+// Eval(9964, v is IEmptyGen<int>[], false);
+// Eval(9965, v is INotEmptyGen<int>, false);
+// Eval(9966, v is INotEmptyGen<int>[], false);
Eval(9967, v is SimpleDelegate, false);
Eval(9968, v is SimpleDelegate[], false);
- Eval(9969, v is GenericDelegate<int>, false);
- Eval(9970, v is GenericDelegate<int>[], false);
+// Eval(9969, v is GenericDelegate<int>, false);
+// Eval(9970, v is GenericDelegate<int>[], false);
Eval(9971, v is EmptyClass, false);
Eval(9972, v is EmptyClass[], false);
Eval(9973, v is NotEmptyClass, false);
Eval(9974, v is NotEmptyClass[], false);
- Eval(9975, v is EmptyClassGen<int>, false);
- Eval(9976, v is EmptyClassGen<int>[], false);
- Eval(9977, v is NotEmptyClassGen<Guid>, false);
- Eval(9978, v is NotEmptyClassGen<Guid>[], false);
- Eval(9979, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(9980, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(9975, v is EmptyClassGen<int>, false);
+// Eval(9976, v is EmptyClassGen<int>[], false);
+// Eval(9977, v is NotEmptyClassGen<Guid>, false);
+// Eval(9978, v is NotEmptyClassGen<Guid>[], false);
+// Eval(9979, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(9980, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(9981, v is NestedClass, false);
Eval(9982, v is NestedClass[], false);
- Eval(9983, v is NestedClassGen<Decimal>, false);
- Eval(9984, v is NestedClassGen<Decimal>[], false);
+// Eval(9983, v is NestedClassGen<Decimal>, false);
+// Eval(9984, v is NestedClassGen<Decimal>[], false);
Eval(9985, v is ImplementOneInterfaceC, false);
Eval(9986, v is ImplementOneInterfaceC[], false);
Eval(9987, v is ImplementTwoInterfaceC, false);
Eval(9988, v is ImplementTwoInterfaceC[], false);
- Eval(9989, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(9990, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(9991, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(9992, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(9993, v is ImplementAllInterfaceC<int>, false);
- Eval(9994, v is ImplementAllInterfaceC<int>[], false);
+// Eval(9989, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(9990, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(9991, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(9992, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(9993, v is ImplementAllInterfaceC<int>, false);
+// Eval(9994, v is ImplementAllInterfaceC<int>[], false);
Eval(9995, v is SealedClass, false);
Eval(9996, v is SealedClass[], false);
}
@@ -7883,26 +7883,26 @@ internal class Program
Eval(10002, v is NotEmptyStruct[], false);
Eval(10003, v is NotEmptyStruct?, false);
Eval(10004, v is NotEmptyStruct?[], false);
- Eval(10005, v is EmptyStructGen<int>, false);
- Eval(10006, v is EmptyStructGen<int>[], false);
- Eval(10007, v is EmptyStructGen<int>?, false);
- Eval(10008, v is EmptyStructGen<int>?[], false);
- Eval(10009, v is NotEmptyStructGen<Guid>, false);
- Eval(10010, v is NotEmptyStructGen<Guid>[], false);
- Eval(10011, v is NotEmptyStructGen<Guid>?, false);
- Eval(10012, v is NotEmptyStructGen<Guid>?[], false);
- Eval(10013, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(10014, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(10015, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(10016, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(10005, v is EmptyStructGen<int>, false);
+// Eval(10006, v is EmptyStructGen<int>[], false);
+// Eval(10007, v is EmptyStructGen<int>?, false);
+// Eval(10008, v is EmptyStructGen<int>?[], false);
+// Eval(10009, v is NotEmptyStructGen<Guid>, false);
+// Eval(10010, v is NotEmptyStructGen<Guid>[], false);
+// Eval(10011, v is NotEmptyStructGen<Guid>?, false);
+// Eval(10012, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(10013, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(10014, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(10015, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(10016, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(10017, v is NestedStruct, false);
Eval(10018, v is NestedStruct[], false);
Eval(10019, v is NestedStruct?, false);
Eval(10020, v is NestedStruct?[], false);
- Eval(10021, v is NestedStructGen<Decimal>, false);
- Eval(10022, v is NestedStructGen<Decimal>[], false);
- Eval(10023, v is NestedStructGen<Decimal>?, false);
- Eval(10024, v is NestedStructGen<Decimal>?[], false);
+// Eval(10021, v is NestedStructGen<Decimal>, false);
+// Eval(10022, v is NestedStructGen<Decimal>[], false);
+// Eval(10023, v is NestedStructGen<Decimal>?, false);
+// Eval(10024, v is NestedStructGen<Decimal>?[], false);
Eval(10025, v is ExplicitFieldOffsetStruct, false);
Eval(10026, v is ExplicitFieldOffsetStruct[], false);
Eval(10027, v is ExplicitFieldOffsetStruct?, false);
@@ -7919,18 +7919,18 @@ internal class Program
Eval(10046, v is ImplementTwoInterface[], false);
Eval(10047, v is ImplementTwoInterface?, false);
Eval(10048, v is ImplementTwoInterface?[], false);
- Eval(10049, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(10050, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(10051, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(10052, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(10053, v is ImplementTwoInterfaceGen<int>, false);
- Eval(10054, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(10055, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(10056, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(10057, v is ImplementAllInterface<int>, false);
- Eval(10058, v is ImplementAllInterface<int>[], false);
- Eval(10059, v is ImplementAllInterface<int>?, false);
- Eval(10060, v is ImplementAllInterface<int>?[], false);
+// Eval(10049, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(10050, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(10051, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(10052, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(10053, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(10054, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(10055, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(10056, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(10057, v is ImplementAllInterface<int>, false);
+// Eval(10058, v is ImplementAllInterface<int>[], false);
+// Eval(10059, v is ImplementAllInterface<int>?, false);
+// Eval(10060, v is ImplementAllInterface<int>?[], false);
Eval(10061, v is IntE, false);
Eval(10062, v is IntE[], false);
Eval(10063, v is IntE?, false);
@@ -8029,38 +8029,38 @@ internal class Program
Eval(10156, v is IEmpty[], false);
Eval(10157, v is INotEmpty, false);
Eval(10158, v is INotEmpty[], false);
- Eval(10159, v is IEmptyGen<int>, false);
- Eval(10160, v is IEmptyGen<int>[], false);
- Eval(10161, v is INotEmptyGen<int>, false);
- Eval(10162, v is INotEmptyGen<int>[], false);
+// Eval(10159, v is IEmptyGen<int>, false);
+// Eval(10160, v is IEmptyGen<int>[], false);
+// Eval(10161, v is INotEmptyGen<int>, false);
+// Eval(10162, v is INotEmptyGen<int>[], false);
Eval(10163, v is SimpleDelegate, false);
Eval(10164, v is SimpleDelegate[], false);
- Eval(10165, v is GenericDelegate<int>, false);
- Eval(10166, v is GenericDelegate<int>[], false);
+// Eval(10165, v is GenericDelegate<int>, false);
+// Eval(10166, v is GenericDelegate<int>[], false);
Eval(10167, v is EmptyClass, false);
Eval(10168, v is EmptyClass[], false);
Eval(10169, v is NotEmptyClass, false);
Eval(10170, v is NotEmptyClass[], false);
- Eval(10171, v is EmptyClassGen<int>, false);
- Eval(10172, v is EmptyClassGen<int>[], false);
- Eval(10173, v is NotEmptyClassGen<Guid>, false);
- Eval(10174, v is NotEmptyClassGen<Guid>[], false);
- Eval(10175, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(10176, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(10171, v is EmptyClassGen<int>, false);
+// Eval(10172, v is EmptyClassGen<int>[], false);
+// Eval(10173, v is NotEmptyClassGen<Guid>, false);
+// Eval(10174, v is NotEmptyClassGen<Guid>[], false);
+// Eval(10175, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(10176, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(10177, v is NestedClass, false);
Eval(10178, v is NestedClass[], false);
- Eval(10179, v is NestedClassGen<Decimal>, false);
- Eval(10180, v is NestedClassGen<Decimal>[], false);
+// Eval(10179, v is NestedClassGen<Decimal>, false);
+// Eval(10180, v is NestedClassGen<Decimal>[], false);
Eval(10181, v is ImplementOneInterfaceC, false);
Eval(10182, v is ImplementOneInterfaceC[], false);
Eval(10183, v is ImplementTwoInterfaceC, false);
Eval(10184, v is ImplementTwoInterfaceC[], false);
- Eval(10185, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(10186, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(10187, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(10188, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(10189, v is ImplementAllInterfaceC<int>, false);
- Eval(10190, v is ImplementAllInterfaceC<int>[], false);
+// Eval(10185, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(10186, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(10187, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(10188, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(10189, v is ImplementAllInterfaceC<int>, false);
+// Eval(10190, v is ImplementAllInterfaceC<int>[], false);
Eval(10191, v is SealedClass, false);
Eval(10192, v is SealedClass[], false);
}
@@ -8074,26 +8074,26 @@ internal class Program
Eval(10198, v is NotEmptyStruct[], false);
Eval(10199, v is NotEmptyStruct?, false);
Eval(10200, v is NotEmptyStruct?[], false);
- Eval(10201, v is EmptyStructGen<int>, false);
- Eval(10202, v is EmptyStructGen<int>[], false);
- Eval(10203, v is EmptyStructGen<int>?, false);
- Eval(10204, v is EmptyStructGen<int>?[], false);
- Eval(10205, v is NotEmptyStructGen<Guid>, false);
- Eval(10206, v is NotEmptyStructGen<Guid>[], false);
- Eval(10207, v is NotEmptyStructGen<Guid>?, false);
- Eval(10208, v is NotEmptyStructGen<Guid>?[], false);
- Eval(10209, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(10210, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(10211, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(10212, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(10201, v is EmptyStructGen<int>, false);
+// Eval(10202, v is EmptyStructGen<int>[], false);
+// Eval(10203, v is EmptyStructGen<int>?, false);
+// Eval(10204, v is EmptyStructGen<int>?[], false);
+// Eval(10205, v is NotEmptyStructGen<Guid>, false);
+// Eval(10206, v is NotEmptyStructGen<Guid>[], false);
+// Eval(10207, v is NotEmptyStructGen<Guid>?, false);
+// Eval(10208, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(10209, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(10210, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(10211, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(10212, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(10213, v is NestedStruct, false);
Eval(10214, v is NestedStruct[], false);
Eval(10215, v is NestedStruct?, false);
Eval(10216, v is NestedStruct?[], false);
- Eval(10217, v is NestedStructGen<Decimal>, false);
- Eval(10218, v is NestedStructGen<Decimal>[], false);
- Eval(10219, v is NestedStructGen<Decimal>?, false);
- Eval(10220, v is NestedStructGen<Decimal>?[], false);
+// Eval(10217, v is NestedStructGen<Decimal>, false);
+// Eval(10218, v is NestedStructGen<Decimal>[], false);
+// Eval(10219, v is NestedStructGen<Decimal>?, false);
+// Eval(10220, v is NestedStructGen<Decimal>?[], false);
Eval(10221, v is ExplicitFieldOffsetStruct, false);
Eval(10222, v is ExplicitFieldOffsetStruct[], false);
Eval(10223, v is ExplicitFieldOffsetStruct?, false);
@@ -8110,18 +8110,18 @@ internal class Program
Eval(10242, v is ImplementTwoInterface[], false);
Eval(10243, v is ImplementTwoInterface?, false);
Eval(10244, v is ImplementTwoInterface?[], false);
- Eval(10245, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(10246, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(10247, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(10248, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(10249, v is ImplementTwoInterfaceGen<int>, false);
- Eval(10250, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(10251, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(10252, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(10253, v is ImplementAllInterface<int>, false);
- Eval(10254, v is ImplementAllInterface<int>[], false);
- Eval(10255, v is ImplementAllInterface<int>?, false);
- Eval(10256, v is ImplementAllInterface<int>?[], false);
+// Eval(10245, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(10246, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(10247, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(10248, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(10249, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(10250, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(10251, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(10252, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(10253, v is ImplementAllInterface<int>, false);
+// Eval(10254, v is ImplementAllInterface<int>[], false);
+// Eval(10255, v is ImplementAllInterface<int>?, false);
+// Eval(10256, v is ImplementAllInterface<int>?[], false);
Eval(10257, v is IntE, false);
Eval(10258, v is IntE[], false);
Eval(10259, v is IntE?, false);
@@ -8220,38 +8220,38 @@ internal class Program
Eval(10352, v is IEmpty[], false);
Eval(10353, v is INotEmpty, false);
Eval(10354, v is INotEmpty[], false);
- Eval(10355, v is IEmptyGen<int>, false);
- Eval(10356, v is IEmptyGen<int>[], false);
- Eval(10357, v is INotEmptyGen<int>, false);
- Eval(10358, v is INotEmptyGen<int>[], false);
+// Eval(10355, v is IEmptyGen<int>, false);
+// Eval(10356, v is IEmptyGen<int>[], false);
+// Eval(10357, v is INotEmptyGen<int>, false);
+// Eval(10358, v is INotEmptyGen<int>[], false);
Eval(10359, v is SimpleDelegate, false);
Eval(10360, v is SimpleDelegate[], false);
- Eval(10361, v is GenericDelegate<int>, false);
- Eval(10362, v is GenericDelegate<int>[], false);
+// Eval(10361, v is GenericDelegate<int>, false);
+// Eval(10362, v is GenericDelegate<int>[], false);
Eval(10363, v is EmptyClass, false);
Eval(10364, v is EmptyClass[], false);
Eval(10365, v is NotEmptyClass, false);
Eval(10366, v is NotEmptyClass[], false);
- Eval(10367, v is EmptyClassGen<int>, false);
- Eval(10368, v is EmptyClassGen<int>[], false);
- Eval(10369, v is NotEmptyClassGen<Guid>, false);
- Eval(10370, v is NotEmptyClassGen<Guid>[], false);
- Eval(10371, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(10372, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(10367, v is EmptyClassGen<int>, false);
+// Eval(10368, v is EmptyClassGen<int>[], false);
+// Eval(10369, v is NotEmptyClassGen<Guid>, false);
+// Eval(10370, v is NotEmptyClassGen<Guid>[], false);
+// Eval(10371, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(10372, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(10373, v is NestedClass, false);
Eval(10374, v is NestedClass[], false);
- Eval(10375, v is NestedClassGen<Decimal>, false);
- Eval(10376, v is NestedClassGen<Decimal>[], false);
+// Eval(10375, v is NestedClassGen<Decimal>, false);
+// Eval(10376, v is NestedClassGen<Decimal>[], false);
Eval(10377, v is ImplementOneInterfaceC, false);
Eval(10378, v is ImplementOneInterfaceC[], false);
Eval(10379, v is ImplementTwoInterfaceC, false);
Eval(10380, v is ImplementTwoInterfaceC[], false);
- Eval(10381, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(10382, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(10383, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(10384, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(10385, v is ImplementAllInterfaceC<int>, false);
- Eval(10386, v is ImplementAllInterfaceC<int>[], false);
+// Eval(10381, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(10382, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(10383, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(10384, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(10385, v is ImplementAllInterfaceC<int>, false);
+// Eval(10386, v is ImplementAllInterfaceC<int>[], false);
Eval(10387, v is SealedClass, false);
Eval(10388, v is SealedClass[], false);
}
@@ -8265,26 +8265,26 @@ internal class Program
Eval(10394, v is NotEmptyStruct[], false);
Eval(10395, v is NotEmptyStruct?, false);
Eval(10396, v is NotEmptyStruct?[], false);
- Eval(10397, v is EmptyStructGen<int>, false);
- Eval(10398, v is EmptyStructGen<int>[], false);
- Eval(10399, v is EmptyStructGen<int>?, false);
- Eval(10400, v is EmptyStructGen<int>?[], false);
- Eval(10401, v is NotEmptyStructGen<Guid>, false);
- Eval(10402, v is NotEmptyStructGen<Guid>[], false);
- Eval(10403, v is NotEmptyStructGen<Guid>?, false);
- Eval(10404, v is NotEmptyStructGen<Guid>?[], false);
- Eval(10405, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(10406, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(10407, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(10408, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(10397, v is EmptyStructGen<int>, false);
+// Eval(10398, v is EmptyStructGen<int>[], false);
+// Eval(10399, v is EmptyStructGen<int>?, false);
+// Eval(10400, v is EmptyStructGen<int>?[], false);
+// Eval(10401, v is NotEmptyStructGen<Guid>, false);
+// Eval(10402, v is NotEmptyStructGen<Guid>[], false);
+// Eval(10403, v is NotEmptyStructGen<Guid>?, false);
+// Eval(10404, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(10405, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(10406, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(10407, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(10408, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(10409, v is NestedStruct, false);
Eval(10410, v is NestedStruct[], false);
Eval(10411, v is NestedStruct?, false);
Eval(10412, v is NestedStruct?[], false);
- Eval(10413, v is NestedStructGen<Decimal>, false);
- Eval(10414, v is NestedStructGen<Decimal>[], false);
- Eval(10415, v is NestedStructGen<Decimal>?, false);
- Eval(10416, v is NestedStructGen<Decimal>?[], false);
+// Eval(10413, v is NestedStructGen<Decimal>, false);
+// Eval(10414, v is NestedStructGen<Decimal>[], false);
+// Eval(10415, v is NestedStructGen<Decimal>?, false);
+// Eval(10416, v is NestedStructGen<Decimal>?[], false);
Eval(10417, v is ExplicitFieldOffsetStruct, false);
Eval(10418, v is ExplicitFieldOffsetStruct[], false);
Eval(10419, v is ExplicitFieldOffsetStruct?, false);
@@ -8301,18 +8301,18 @@ internal class Program
Eval(10438, v is ImplementTwoInterface[], false);
Eval(10439, v is ImplementTwoInterface?, false);
Eval(10440, v is ImplementTwoInterface?[], false);
- Eval(10441, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(10442, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(10443, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(10444, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(10445, v is ImplementTwoInterfaceGen<int>, false);
- Eval(10446, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(10447, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(10448, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(10449, v is ImplementAllInterface<int>, false);
- Eval(10450, v is ImplementAllInterface<int>[], false);
- Eval(10451, v is ImplementAllInterface<int>?, false);
- Eval(10452, v is ImplementAllInterface<int>?[], false);
+// Eval(10441, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(10442, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(10443, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(10444, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(10445, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(10446, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(10447, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(10448, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(10449, v is ImplementAllInterface<int>, false);
+// Eval(10450, v is ImplementAllInterface<int>[], false);
+// Eval(10451, v is ImplementAllInterface<int>?, false);
+// Eval(10452, v is ImplementAllInterface<int>?[], false);
Eval(10453, v is IntE, false);
Eval(10454, v is IntE[], false);
Eval(10455, v is IntE?, false);
@@ -8411,38 +8411,38 @@ internal class Program
Eval(10548, v is IEmpty[], false);
Eval(10549, v is INotEmpty, false);
Eval(10550, v is INotEmpty[], false);
- Eval(10551, v is IEmptyGen<int>, false);
- Eval(10552, v is IEmptyGen<int>[], false);
- Eval(10553, v is INotEmptyGen<int>, false);
- Eval(10554, v is INotEmptyGen<int>[], false);
+// Eval(10551, v is IEmptyGen<int>, false);
+// Eval(10552, v is IEmptyGen<int>[], false);
+// Eval(10553, v is INotEmptyGen<int>, false);
+// Eval(10554, v is INotEmptyGen<int>[], false);
Eval(10555, v is SimpleDelegate, false);
Eval(10556, v is SimpleDelegate[], false);
- Eval(10557, v is GenericDelegate<int>, false);
- Eval(10558, v is GenericDelegate<int>[], false);
+// Eval(10557, v is GenericDelegate<int>, false);
+// Eval(10558, v is GenericDelegate<int>[], false);
Eval(10559, v is EmptyClass, false);
Eval(10560, v is EmptyClass[], false);
Eval(10561, v is NotEmptyClass, false);
Eval(10562, v is NotEmptyClass[], false);
- Eval(10563, v is EmptyClassGen<int>, false);
- Eval(10564, v is EmptyClassGen<int>[], false);
- Eval(10565, v is NotEmptyClassGen<Guid>, false);
- Eval(10566, v is NotEmptyClassGen<Guid>[], false);
- Eval(10567, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(10568, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(10563, v is EmptyClassGen<int>, false);
+// Eval(10564, v is EmptyClassGen<int>[], false);
+// Eval(10565, v is NotEmptyClassGen<Guid>, false);
+// Eval(10566, v is NotEmptyClassGen<Guid>[], false);
+// Eval(10567, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(10568, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(10569, v is NestedClass, false);
Eval(10570, v is NestedClass[], false);
- Eval(10571, v is NestedClassGen<Decimal>, false);
- Eval(10572, v is NestedClassGen<Decimal>[], false);
+// Eval(10571, v is NestedClassGen<Decimal>, false);
+// Eval(10572, v is NestedClassGen<Decimal>[], false);
Eval(10573, v is ImplementOneInterfaceC, false);
Eval(10574, v is ImplementOneInterfaceC[], false);
Eval(10575, v is ImplementTwoInterfaceC, false);
Eval(10576, v is ImplementTwoInterfaceC[], false);
- Eval(10577, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(10578, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(10579, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(10580, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(10581, v is ImplementAllInterfaceC<int>, false);
- Eval(10582, v is ImplementAllInterfaceC<int>[], false);
+// Eval(10577, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(10578, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(10579, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(10580, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(10581, v is ImplementAllInterfaceC<int>, false);
+// Eval(10582, v is ImplementAllInterfaceC<int>[], false);
Eval(10583, v is SealedClass, false);
Eval(10584, v is SealedClass[], false);
}
@@ -8456,26 +8456,26 @@ internal class Program
Eval(10590, v is NotEmptyStruct[], false);
Eval(10591, v is NotEmptyStruct?, false);
Eval(10592, v is NotEmptyStruct?[], false);
- Eval(10593, v is EmptyStructGen<int>, false);
- Eval(10594, v is EmptyStructGen<int>[], false);
- Eval(10595, v is EmptyStructGen<int>?, false);
- Eval(10596, v is EmptyStructGen<int>?[], false);
- Eval(10597, v is NotEmptyStructGen<Guid>, false);
- Eval(10598, v is NotEmptyStructGen<Guid>[], false);
- Eval(10599, v is NotEmptyStructGen<Guid>?, false);
- Eval(10600, v is NotEmptyStructGen<Guid>?[], false);
- Eval(10601, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(10602, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(10603, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(10604, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(10593, v is EmptyStructGen<int>, false);
+// Eval(10594, v is EmptyStructGen<int>[], false);
+// Eval(10595, v is EmptyStructGen<int>?, false);
+// Eval(10596, v is EmptyStructGen<int>?[], false);
+// Eval(10597, v is NotEmptyStructGen<Guid>, false);
+// Eval(10598, v is NotEmptyStructGen<Guid>[], false);
+// Eval(10599, v is NotEmptyStructGen<Guid>?, false);
+// Eval(10600, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(10601, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(10602, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(10603, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(10604, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(10605, v is NestedStruct, false);
Eval(10606, v is NestedStruct[], false);
Eval(10607, v is NestedStruct?, false);
Eval(10608, v is NestedStruct?[], false);
- Eval(10609, v is NestedStructGen<Decimal>, false);
- Eval(10610, v is NestedStructGen<Decimal>[], false);
- Eval(10611, v is NestedStructGen<Decimal>?, false);
- Eval(10612, v is NestedStructGen<Decimal>?[], false);
+// Eval(10609, v is NestedStructGen<Decimal>, false);
+// Eval(10610, v is NestedStructGen<Decimal>[], false);
+// Eval(10611, v is NestedStructGen<Decimal>?, false);
+// Eval(10612, v is NestedStructGen<Decimal>?[], false);
Eval(10613, v is ExplicitFieldOffsetStruct, false);
Eval(10614, v is ExplicitFieldOffsetStruct[], false);
Eval(10615, v is ExplicitFieldOffsetStruct?, false);
@@ -8492,18 +8492,18 @@ internal class Program
Eval(10634, v is ImplementTwoInterface[], false);
Eval(10635, v is ImplementTwoInterface?, false);
Eval(10636, v is ImplementTwoInterface?[], false);
- Eval(10637, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(10638, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(10639, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(10640, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(10641, v is ImplementTwoInterfaceGen<int>, false);
- Eval(10642, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(10643, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(10644, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(10645, v is ImplementAllInterface<int>, false);
- Eval(10646, v is ImplementAllInterface<int>[], false);
- Eval(10647, v is ImplementAllInterface<int>?, false);
- Eval(10648, v is ImplementAllInterface<int>?[], false);
+// Eval(10637, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(10638, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(10639, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(10640, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(10641, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(10642, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(10643, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(10644, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(10645, v is ImplementAllInterface<int>, false);
+// Eval(10646, v is ImplementAllInterface<int>[], false);
+// Eval(10647, v is ImplementAllInterface<int>?, false);
+// Eval(10648, v is ImplementAllInterface<int>?[], false);
Eval(10649, v is IntE, false);
Eval(10650, v is IntE[], false);
Eval(10651, v is IntE?, false);
@@ -8602,38 +8602,38 @@ internal class Program
Eval(10744, v is IEmpty[], false);
Eval(10745, v is INotEmpty, false);
Eval(10746, v is INotEmpty[], false);
- Eval(10747, v is IEmptyGen<int>, false);
- Eval(10748, v is IEmptyGen<int>[], false);
- Eval(10749, v is INotEmptyGen<int>, false);
- Eval(10750, v is INotEmptyGen<int>[], false);
+// Eval(10747, v is IEmptyGen<int>, false);
+// Eval(10748, v is IEmptyGen<int>[], false);
+// Eval(10749, v is INotEmptyGen<int>, false);
+// Eval(10750, v is INotEmptyGen<int>[], false);
Eval(10751, v is SimpleDelegate, false);
Eval(10752, v is SimpleDelegate[], false);
- Eval(10753, v is GenericDelegate<int>, false);
- Eval(10754, v is GenericDelegate<int>[], false);
+// Eval(10753, v is GenericDelegate<int>, false);
+// Eval(10754, v is GenericDelegate<int>[], false);
Eval(10755, v is EmptyClass, false);
Eval(10756, v is EmptyClass[], false);
Eval(10757, v is NotEmptyClass, false);
Eval(10758, v is NotEmptyClass[], false);
- Eval(10759, v is EmptyClassGen<int>, false);
- Eval(10760, v is EmptyClassGen<int>[], false);
- Eval(10761, v is NotEmptyClassGen<Guid>, false);
- Eval(10762, v is NotEmptyClassGen<Guid>[], false);
- Eval(10763, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(10764, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(10759, v is EmptyClassGen<int>, false);
+// Eval(10760, v is EmptyClassGen<int>[], false);
+// Eval(10761, v is NotEmptyClassGen<Guid>, false);
+// Eval(10762, v is NotEmptyClassGen<Guid>[], false);
+// Eval(10763, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(10764, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(10765, v is NestedClass, false);
Eval(10766, v is NestedClass[], false);
- Eval(10767, v is NestedClassGen<Decimal>, false);
- Eval(10768, v is NestedClassGen<Decimal>[], false);
+// Eval(10767, v is NestedClassGen<Decimal>, false);
+// Eval(10768, v is NestedClassGen<Decimal>[], false);
Eval(10769, v is ImplementOneInterfaceC, false);
Eval(10770, v is ImplementOneInterfaceC[], false);
Eval(10771, v is ImplementTwoInterfaceC, false);
Eval(10772, v is ImplementTwoInterfaceC[], false);
- Eval(10773, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(10774, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(10775, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(10776, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(10777, v is ImplementAllInterfaceC<int>, false);
- Eval(10778, v is ImplementAllInterfaceC<int>[], false);
+// Eval(10773, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(10774, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(10775, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(10776, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(10777, v is ImplementAllInterfaceC<int>, false);
+// Eval(10778, v is ImplementAllInterfaceC<int>[], false);
Eval(10779, v is SealedClass, false);
Eval(10780, v is SealedClass[], false);
}
@@ -8650,26 +8650,26 @@ internal class Program
Eval(10786, v is NotEmptyStruct[], false);
Eval(10787, v is NotEmptyStruct?, false);
Eval(10788, v is NotEmptyStruct?[], false);
- Eval(10789, v is EmptyStructGen<int>, false);
- Eval(10790, v is EmptyStructGen<int>[], false);
- Eval(10791, v is EmptyStructGen<int>?, false);
- Eval(10792, v is EmptyStructGen<int>?[], false);
- Eval(10793, v is NotEmptyStructGen<Guid>, false);
- Eval(10794, v is NotEmptyStructGen<Guid>[], false);
- Eval(10795, v is NotEmptyStructGen<Guid>?, false);
- Eval(10796, v is NotEmptyStructGen<Guid>?[], false);
- Eval(10797, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(10798, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(10799, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(10800, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(10789, v is EmptyStructGen<int>, false);
+// Eval(10790, v is EmptyStructGen<int>[], false);
+// Eval(10791, v is EmptyStructGen<int>?, false);
+// Eval(10792, v is EmptyStructGen<int>?[], false);
+// Eval(10793, v is NotEmptyStructGen<Guid>, false);
+// Eval(10794, v is NotEmptyStructGen<Guid>[], false);
+// Eval(10795, v is NotEmptyStructGen<Guid>?, false);
+// Eval(10796, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(10797, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(10798, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(10799, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(10800, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(10801, v is NestedStruct, false);
Eval(10802, v is NestedStruct[], false);
Eval(10803, v is NestedStruct?, false);
Eval(10804, v is NestedStruct?[], false);
- Eval(10805, v is NestedStructGen<Decimal>, false);
- Eval(10806, v is NestedStructGen<Decimal>[], false);
- Eval(10807, v is NestedStructGen<Decimal>?, false);
- Eval(10808, v is NestedStructGen<Decimal>?[], false);
+// Eval(10805, v is NestedStructGen<Decimal>, false);
+// Eval(10806, v is NestedStructGen<Decimal>[], false);
+// Eval(10807, v is NestedStructGen<Decimal>?, false);
+// Eval(10808, v is NestedStructGen<Decimal>?[], false);
Eval(10809, v is ExplicitFieldOffsetStruct, false);
Eval(10810, v is ExplicitFieldOffsetStruct[], false);
Eval(10811, v is ExplicitFieldOffsetStruct?, false);
@@ -8686,18 +8686,18 @@ internal class Program
Eval(10830, v is ImplementTwoInterface[], false);
Eval(10831, v is ImplementTwoInterface?, false);
Eval(10832, v is ImplementTwoInterface?[], false);
- Eval(10833, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(10834, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(10835, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(10836, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(10837, v is ImplementTwoInterfaceGen<int>, false);
- Eval(10838, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(10839, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(10840, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(10841, v is ImplementAllInterface<int>, false);
- Eval(10842, v is ImplementAllInterface<int>[], false);
- Eval(10843, v is ImplementAllInterface<int>?, false);
- Eval(10844, v is ImplementAllInterface<int>?[], false);
+// Eval(10833, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(10834, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(10835, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(10836, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(10837, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(10838, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(10839, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(10840, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(10841, v is ImplementAllInterface<int>, false);
+// Eval(10842, v is ImplementAllInterface<int>[], false);
+// Eval(10843, v is ImplementAllInterface<int>?, false);
+// Eval(10844, v is ImplementAllInterface<int>?[], false);
Eval(10845, v is IntE, false);
Eval(10846, v is IntE[], false);
Eval(10847, v is IntE?, false);
@@ -8796,38 +8796,38 @@ internal class Program
Eval(10940, v is IEmpty[], false);
Eval(10941, v is INotEmpty, false);
Eval(10942, v is INotEmpty[], false);
- Eval(10943, v is IEmptyGen<int>, false);
- Eval(10944, v is IEmptyGen<int>[], false);
- Eval(10945, v is INotEmptyGen<int>, false);
- Eval(10946, v is INotEmptyGen<int>[], false);
+// Eval(10943, v is IEmptyGen<int>, false);
+// Eval(10944, v is IEmptyGen<int>[], false);
+// Eval(10945, v is INotEmptyGen<int>, false);
+// Eval(10946, v is INotEmptyGen<int>[], false);
Eval(10947, v is SimpleDelegate, false);
Eval(10948, v is SimpleDelegate[], false);
- Eval(10949, v is GenericDelegate<int>, false);
- Eval(10950, v is GenericDelegate<int>[], false);
+// Eval(10949, v is GenericDelegate<int>, false);
+// Eval(10950, v is GenericDelegate<int>[], false);
Eval(10951, v is EmptyClass, false);
Eval(10952, v is EmptyClass[], false);
Eval(10953, v is NotEmptyClass, false);
Eval(10954, v is NotEmptyClass[], false);
- Eval(10955, v is EmptyClassGen<int>, false);
- Eval(10956, v is EmptyClassGen<int>[], false);
- Eval(10957, v is NotEmptyClassGen<Guid>, false);
- Eval(10958, v is NotEmptyClassGen<Guid>[], false);
- Eval(10959, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(10960, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(10955, v is EmptyClassGen<int>, false);
+// Eval(10956, v is EmptyClassGen<int>[], false);
+// Eval(10957, v is NotEmptyClassGen<Guid>, false);
+// Eval(10958, v is NotEmptyClassGen<Guid>[], false);
+// Eval(10959, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(10960, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(10961, v is NestedClass, false);
Eval(10962, v is NestedClass[], false);
- Eval(10963, v is NestedClassGen<Decimal>, false);
- Eval(10964, v is NestedClassGen<Decimal>[], false);
+// Eval(10963, v is NestedClassGen<Decimal>, false);
+// Eval(10964, v is NestedClassGen<Decimal>[], false);
Eval(10965, v is ImplementOneInterfaceC, false);
Eval(10966, v is ImplementOneInterfaceC[], false);
Eval(10967, v is ImplementTwoInterfaceC, false);
Eval(10968, v is ImplementTwoInterfaceC[], false);
- Eval(10969, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(10970, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(10971, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(10972, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(10973, v is ImplementAllInterfaceC<int>, false);
- Eval(10974, v is ImplementAllInterfaceC<int>[], false);
+// Eval(10969, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(10970, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(10971, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(10972, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(10973, v is ImplementAllInterfaceC<int>, false);
+// Eval(10974, v is ImplementAllInterfaceC<int>[], false);
Eval(10975, v is SealedClass, false);
Eval(10976, v is SealedClass[], false);
}
@@ -8841,26 +8841,26 @@ internal class Program
Eval(10982, v is NotEmptyStruct[], false);
Eval(10983, v is NotEmptyStruct?, false);
Eval(10984, v is NotEmptyStruct?[], false);
- Eval(10985, v is EmptyStructGen<int>, false);
- Eval(10986, v is EmptyStructGen<int>[], false);
- Eval(10987, v is EmptyStructGen<int>?, false);
- Eval(10988, v is EmptyStructGen<int>?[], false);
- Eval(10989, v is NotEmptyStructGen<Guid>, false);
- Eval(10990, v is NotEmptyStructGen<Guid>[], false);
- Eval(10991, v is NotEmptyStructGen<Guid>?, false);
- Eval(10992, v is NotEmptyStructGen<Guid>?[], false);
- Eval(10993, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(10994, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(10995, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(10996, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(10985, v is EmptyStructGen<int>, false);
+// Eval(10986, v is EmptyStructGen<int>[], false);
+// Eval(10987, v is EmptyStructGen<int>?, false);
+// Eval(10988, v is EmptyStructGen<int>?[], false);
+// Eval(10989, v is NotEmptyStructGen<Guid>, false);
+// Eval(10990, v is NotEmptyStructGen<Guid>[], false);
+// Eval(10991, v is NotEmptyStructGen<Guid>?, false);
+// Eval(10992, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(10993, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(10994, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(10995, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(10996, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(10997, v is NestedStruct, false);
Eval(10998, v is NestedStruct[], false);
Eval(10999, v is NestedStruct?, false);
Eval(11000, v is NestedStruct?[], false);
- Eval(11001, v is NestedStructGen<Decimal>, false);
- Eval(11002, v is NestedStructGen<Decimal>[], false);
- Eval(11003, v is NestedStructGen<Decimal>?, false);
- Eval(11004, v is NestedStructGen<Decimal>?[], false);
+// Eval(11001, v is NestedStructGen<Decimal>, false);
+// Eval(11002, v is NestedStructGen<Decimal>[], false);
+// Eval(11003, v is NestedStructGen<Decimal>?, false);
+// Eval(11004, v is NestedStructGen<Decimal>?[], false);
Eval(11005, v is ExplicitFieldOffsetStruct, false);
Eval(11006, v is ExplicitFieldOffsetStruct[], false);
Eval(11007, v is ExplicitFieldOffsetStruct?, false);
@@ -8877,18 +8877,18 @@ internal class Program
Eval(11026, v is ImplementTwoInterface[], false);
Eval(11027, v is ImplementTwoInterface?, false);
Eval(11028, v is ImplementTwoInterface?[], false);
- Eval(11029, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(11030, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(11031, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(11032, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(11033, v is ImplementTwoInterfaceGen<int>, false);
- Eval(11034, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(11035, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(11036, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(11037, v is ImplementAllInterface<int>, false);
- Eval(11038, v is ImplementAllInterface<int>[], false);
- Eval(11039, v is ImplementAllInterface<int>?, false);
- Eval(11040, v is ImplementAllInterface<int>?[], false);
+// Eval(11029, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(11030, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(11031, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(11032, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(11033, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(11034, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(11035, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(11036, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(11037, v is ImplementAllInterface<int>, false);
+// Eval(11038, v is ImplementAllInterface<int>[], false);
+// Eval(11039, v is ImplementAllInterface<int>?, false);
+// Eval(11040, v is ImplementAllInterface<int>?[], false);
Eval(11041, v is IntE, false);
Eval(11042, v is IntE[], false);
Eval(11043, v is IntE?, false);
@@ -8987,38 +8987,38 @@ internal class Program
Eval(11136, v is IEmpty[], false);
Eval(11137, v is INotEmpty, false);
Eval(11138, v is INotEmpty[], false);
- Eval(11139, v is IEmptyGen<int>, false);
- Eval(11140, v is IEmptyGen<int>[], false);
- Eval(11141, v is INotEmptyGen<int>, false);
- Eval(11142, v is INotEmptyGen<int>[], false);
+// Eval(11139, v is IEmptyGen<int>, false);
+// Eval(11140, v is IEmptyGen<int>[], false);
+// Eval(11141, v is INotEmptyGen<int>, false);
+// Eval(11142, v is INotEmptyGen<int>[], false);
Eval(11143, v is SimpleDelegate, false);
Eval(11144, v is SimpleDelegate[], false);
- Eval(11145, v is GenericDelegate<int>, false);
- Eval(11146, v is GenericDelegate<int>[], false);
+// Eval(11145, v is GenericDelegate<int>, false);
+// Eval(11146, v is GenericDelegate<int>[], false);
Eval(11147, v is EmptyClass, false);
Eval(11148, v is EmptyClass[], false);
Eval(11149, v is NotEmptyClass, false);
Eval(11150, v is NotEmptyClass[], false);
- Eval(11151, v is EmptyClassGen<int>, false);
- Eval(11152, v is EmptyClassGen<int>[], false);
- Eval(11153, v is NotEmptyClassGen<Guid>, false);
- Eval(11154, v is NotEmptyClassGen<Guid>[], false);
- Eval(11155, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(11156, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(11151, v is EmptyClassGen<int>, false);
+// Eval(11152, v is EmptyClassGen<int>[], false);
+// Eval(11153, v is NotEmptyClassGen<Guid>, false);
+// Eval(11154, v is NotEmptyClassGen<Guid>[], false);
+// Eval(11155, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(11156, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(11157, v is NestedClass, false);
Eval(11158, v is NestedClass[], false);
- Eval(11159, v is NestedClassGen<Decimal>, false);
- Eval(11160, v is NestedClassGen<Decimal>[], false);
+// Eval(11159, v is NestedClassGen<Decimal>, false);
+// Eval(11160, v is NestedClassGen<Decimal>[], false);
Eval(11161, v is ImplementOneInterfaceC, false);
Eval(11162, v is ImplementOneInterfaceC[], false);
Eval(11163, v is ImplementTwoInterfaceC, false);
Eval(11164, v is ImplementTwoInterfaceC[], false);
- Eval(11165, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(11166, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(11167, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(11168, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(11169, v is ImplementAllInterfaceC<int>, false);
- Eval(11170, v is ImplementAllInterfaceC<int>[], false);
+// Eval(11165, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(11166, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(11167, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(11168, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(11169, v is ImplementAllInterfaceC<int>, false);
+// Eval(11170, v is ImplementAllInterfaceC<int>[], false);
Eval(11171, v is SealedClass, false);
Eval(11172, v is SealedClass[], false);
}
@@ -9032,26 +9032,26 @@ internal class Program
Eval(11178, v is NotEmptyStruct[], false);
Eval(11179, v is NotEmptyStruct?, false);
Eval(11180, v is NotEmptyStruct?[], false);
- Eval(11181, v is EmptyStructGen<int>, false);
- Eval(11182, v is EmptyStructGen<int>[], false);
- Eval(11183, v is EmptyStructGen<int>?, false);
- Eval(11184, v is EmptyStructGen<int>?[], false);
- Eval(11185, v is NotEmptyStructGen<Guid>, false);
- Eval(11186, v is NotEmptyStructGen<Guid>[], false);
- Eval(11187, v is NotEmptyStructGen<Guid>?, false);
- Eval(11188, v is NotEmptyStructGen<Guid>?[], false);
- Eval(11189, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(11190, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(11191, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(11192, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(11181, v is EmptyStructGen<int>, false);
+// Eval(11182, v is EmptyStructGen<int>[], false);
+// Eval(11183, v is EmptyStructGen<int>?, false);
+// Eval(11184, v is EmptyStructGen<int>?[], false);
+// Eval(11185, v is NotEmptyStructGen<Guid>, false);
+// Eval(11186, v is NotEmptyStructGen<Guid>[], false);
+// Eval(11187, v is NotEmptyStructGen<Guid>?, false);
+// Eval(11188, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(11189, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(11190, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(11191, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(11192, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(11193, v is NestedStruct, false);
Eval(11194, v is NestedStruct[], false);
Eval(11195, v is NestedStruct?, false);
Eval(11196, v is NestedStruct?[], false);
- Eval(11197, v is NestedStructGen<Decimal>, false);
- Eval(11198, v is NestedStructGen<Decimal>[], false);
- Eval(11199, v is NestedStructGen<Decimal>?, false);
- Eval(11200, v is NestedStructGen<Decimal>?[], false);
+// Eval(11197, v is NestedStructGen<Decimal>, false);
+// Eval(11198, v is NestedStructGen<Decimal>[], false);
+// Eval(11199, v is NestedStructGen<Decimal>?, false);
+// Eval(11200, v is NestedStructGen<Decimal>?[], false);
Eval(11201, v is ExplicitFieldOffsetStruct, false);
Eval(11202, v is ExplicitFieldOffsetStruct[], false);
Eval(11203, v is ExplicitFieldOffsetStruct?, false);
@@ -9068,18 +9068,18 @@ internal class Program
Eval(11222, v is ImplementTwoInterface[], false);
Eval(11223, v is ImplementTwoInterface?, false);
Eval(11224, v is ImplementTwoInterface?[], false);
- Eval(11225, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(11226, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(11227, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(11228, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(11229, v is ImplementTwoInterfaceGen<int>, false);
- Eval(11230, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(11231, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(11232, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(11233, v is ImplementAllInterface<int>, false);
- Eval(11234, v is ImplementAllInterface<int>[], false);
- Eval(11235, v is ImplementAllInterface<int>?, false);
- Eval(11236, v is ImplementAllInterface<int>?[], false);
+// Eval(11225, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(11226, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(11227, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(11228, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(11229, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(11230, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(11231, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(11232, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(11233, v is ImplementAllInterface<int>, false);
+// Eval(11234, v is ImplementAllInterface<int>[], false);
+// Eval(11235, v is ImplementAllInterface<int>?, false);
+// Eval(11236, v is ImplementAllInterface<int>?[], false);
Eval(11237, v is IntE, false);
Eval(11238, v is IntE[], false);
Eval(11239, v is IntE?, false);
@@ -9178,38 +9178,38 @@ internal class Program
Eval(11332, v is IEmpty[], false);
Eval(11333, v is INotEmpty, false);
Eval(11334, v is INotEmpty[], false);
- Eval(11335, v is IEmptyGen<int>, false);
- Eval(11336, v is IEmptyGen<int>[], false);
- Eval(11337, v is INotEmptyGen<int>, false);
- Eval(11338, v is INotEmptyGen<int>[], false);
+// Eval(11335, v is IEmptyGen<int>, false);
+// Eval(11336, v is IEmptyGen<int>[], false);
+// Eval(11337, v is INotEmptyGen<int>, false);
+// Eval(11338, v is INotEmptyGen<int>[], false);
Eval(11339, v is SimpleDelegate, false);
Eval(11340, v is SimpleDelegate[], false);
- Eval(11341, v is GenericDelegate<int>, false);
- Eval(11342, v is GenericDelegate<int>[], false);
+// Eval(11341, v is GenericDelegate<int>, false);
+// Eval(11342, v is GenericDelegate<int>[], false);
Eval(11343, v is EmptyClass, false);
Eval(11344, v is EmptyClass[], false);
Eval(11345, v is NotEmptyClass, false);
Eval(11346, v is NotEmptyClass[], false);
- Eval(11347, v is EmptyClassGen<int>, false);
- Eval(11348, v is EmptyClassGen<int>[], false);
- Eval(11349, v is NotEmptyClassGen<Guid>, false);
- Eval(11350, v is NotEmptyClassGen<Guid>[], false);
- Eval(11351, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(11352, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(11347, v is EmptyClassGen<int>, false);
+// Eval(11348, v is EmptyClassGen<int>[], false);
+// Eval(11349, v is NotEmptyClassGen<Guid>, false);
+// Eval(11350, v is NotEmptyClassGen<Guid>[], false);
+// Eval(11351, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(11352, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(11353, v is NestedClass, false);
Eval(11354, v is NestedClass[], false);
- Eval(11355, v is NestedClassGen<Decimal>, false);
- Eval(11356, v is NestedClassGen<Decimal>[], false);
+// Eval(11355, v is NestedClassGen<Decimal>, false);
+// Eval(11356, v is NestedClassGen<Decimal>[], false);
Eval(11357, v is ImplementOneInterfaceC, false);
Eval(11358, v is ImplementOneInterfaceC[], false);
Eval(11359, v is ImplementTwoInterfaceC, false);
Eval(11360, v is ImplementTwoInterfaceC[], false);
- Eval(11361, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(11362, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(11363, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(11364, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(11365, v is ImplementAllInterfaceC<int>, false);
- Eval(11366, v is ImplementAllInterfaceC<int>[], false);
+// Eval(11361, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(11362, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(11363, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(11364, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(11365, v is ImplementAllInterfaceC<int>, false);
+// Eval(11366, v is ImplementAllInterfaceC<int>[], false);
Eval(11367, v is SealedClass, false);
Eval(11368, v is SealedClass[], false);
}
@@ -9223,26 +9223,26 @@ internal class Program
Eval(11374, v is NotEmptyStruct[], false);
Eval(11375, v is NotEmptyStruct?, false);
Eval(11376, v is NotEmptyStruct?[], false);
- Eval(11377, v is EmptyStructGen<int>, false);
- Eval(11378, v is EmptyStructGen<int>[], false);
- Eval(11379, v is EmptyStructGen<int>?, false);
- Eval(11380, v is EmptyStructGen<int>?[], false);
- Eval(11381, v is NotEmptyStructGen<Guid>, false);
- Eval(11382, v is NotEmptyStructGen<Guid>[], false);
- Eval(11383, v is NotEmptyStructGen<Guid>?, false);
- Eval(11384, v is NotEmptyStructGen<Guid>?[], false);
- Eval(11385, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(11386, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(11387, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(11388, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(11377, v is EmptyStructGen<int>, false);
+// Eval(11378, v is EmptyStructGen<int>[], false);
+// Eval(11379, v is EmptyStructGen<int>?, false);
+// Eval(11380, v is EmptyStructGen<int>?[], false);
+// Eval(11381, v is NotEmptyStructGen<Guid>, false);
+// Eval(11382, v is NotEmptyStructGen<Guid>[], false);
+// Eval(11383, v is NotEmptyStructGen<Guid>?, false);
+// Eval(11384, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(11385, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(11386, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(11387, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(11388, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(11389, v is NestedStruct, false);
Eval(11390, v is NestedStruct[], false);
Eval(11391, v is NestedStruct?, false);
Eval(11392, v is NestedStruct?[], false);
- Eval(11393, v is NestedStructGen<Decimal>, false);
- Eval(11394, v is NestedStructGen<Decimal>[], false);
- Eval(11395, v is NestedStructGen<Decimal>?, false);
- Eval(11396, v is NestedStructGen<Decimal>?[], false);
+// Eval(11393, v is NestedStructGen<Decimal>, false);
+// Eval(11394, v is NestedStructGen<Decimal>[], false);
+// Eval(11395, v is NestedStructGen<Decimal>?, false);
+// Eval(11396, v is NestedStructGen<Decimal>?[], false);
Eval(11397, v is ExplicitFieldOffsetStruct, false);
Eval(11398, v is ExplicitFieldOffsetStruct[], false);
Eval(11399, v is ExplicitFieldOffsetStruct?, false);
@@ -9259,18 +9259,18 @@ internal class Program
Eval(11418, v is ImplementTwoInterface[], false);
Eval(11419, v is ImplementTwoInterface?, false);
Eval(11420, v is ImplementTwoInterface?[], false);
- Eval(11421, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(11422, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(11423, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(11424, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(11425, v is ImplementTwoInterfaceGen<int>, false);
- Eval(11426, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(11427, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(11428, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(11429, v is ImplementAllInterface<int>, false);
- Eval(11430, v is ImplementAllInterface<int>[], false);
- Eval(11431, v is ImplementAllInterface<int>?, false);
- Eval(11432, v is ImplementAllInterface<int>?[], false);
+// Eval(11421, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(11422, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(11423, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(11424, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(11425, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(11426, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(11427, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(11428, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(11429, v is ImplementAllInterface<int>, false);
+// Eval(11430, v is ImplementAllInterface<int>[], false);
+// Eval(11431, v is ImplementAllInterface<int>?, false);
+// Eval(11432, v is ImplementAllInterface<int>?[], false);
Eval(11433, v is IntE, false);
Eval(11434, v is IntE[], false);
Eval(11435, v is IntE?, false);
@@ -9369,38 +9369,38 @@ internal class Program
Eval(11528, v is IEmpty[], false);
Eval(11529, v is INotEmpty, false);
Eval(11530, v is INotEmpty[], false);
- Eval(11531, v is IEmptyGen<int>, false);
- Eval(11532, v is IEmptyGen<int>[], false);
- Eval(11533, v is INotEmptyGen<int>, false);
- Eval(11534, v is INotEmptyGen<int>[], false);
+// Eval(11531, v is IEmptyGen<int>, false);
+// Eval(11532, v is IEmptyGen<int>[], false);
+// Eval(11533, v is INotEmptyGen<int>, false);
+// Eval(11534, v is INotEmptyGen<int>[], false);
Eval(11535, v is SimpleDelegate, false);
Eval(11536, v is SimpleDelegate[], false);
- Eval(11537, v is GenericDelegate<int>, false);
- Eval(11538, v is GenericDelegate<int>[], false);
+// Eval(11537, v is GenericDelegate<int>, false);
+// Eval(11538, v is GenericDelegate<int>[], false);
Eval(11539, v is EmptyClass, false);
Eval(11540, v is EmptyClass[], false);
Eval(11541, v is NotEmptyClass, false);
Eval(11542, v is NotEmptyClass[], false);
- Eval(11543, v is EmptyClassGen<int>, false);
- Eval(11544, v is EmptyClassGen<int>[], false);
- Eval(11545, v is NotEmptyClassGen<Guid>, false);
- Eval(11546, v is NotEmptyClassGen<Guid>[], false);
- Eval(11547, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(11548, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(11543, v is EmptyClassGen<int>, false);
+// Eval(11544, v is EmptyClassGen<int>[], false);
+// Eval(11545, v is NotEmptyClassGen<Guid>, false);
+// Eval(11546, v is NotEmptyClassGen<Guid>[], false);
+// Eval(11547, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(11548, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(11549, v is NestedClass, false);
Eval(11550, v is NestedClass[], false);
- Eval(11551, v is NestedClassGen<Decimal>, false);
- Eval(11552, v is NestedClassGen<Decimal>[], false);
+// Eval(11551, v is NestedClassGen<Decimal>, false);
+// Eval(11552, v is NestedClassGen<Decimal>[], false);
Eval(11553, v is ImplementOneInterfaceC, false);
Eval(11554, v is ImplementOneInterfaceC[], false);
Eval(11555, v is ImplementTwoInterfaceC, false);
Eval(11556, v is ImplementTwoInterfaceC[], false);
- Eval(11557, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(11558, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(11559, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(11560, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(11561, v is ImplementAllInterfaceC<int>, false);
- Eval(11562, v is ImplementAllInterfaceC<int>[], false);
+// Eval(11557, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(11558, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(11559, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(11560, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(11561, v is ImplementAllInterfaceC<int>, false);
+// Eval(11562, v is ImplementAllInterfaceC<int>[], false);
Eval(11563, v is SealedClass, false);
Eval(11564, v is SealedClass[], false);
}
@@ -9414,26 +9414,26 @@ internal class Program
Eval(11570, v is NotEmptyStruct[], false);
Eval(11571, v is NotEmptyStruct?, false);
Eval(11572, v is NotEmptyStruct?[], false);
- Eval(11573, v is EmptyStructGen<int>, false);
- Eval(11574, v is EmptyStructGen<int>[], false);
- Eval(11575, v is EmptyStructGen<int>?, false);
- Eval(11576, v is EmptyStructGen<int>?[], false);
- Eval(11577, v is NotEmptyStructGen<Guid>, false);
- Eval(11578, v is NotEmptyStructGen<Guid>[], false);
- Eval(11579, v is NotEmptyStructGen<Guid>?, false);
- Eval(11580, v is NotEmptyStructGen<Guid>?[], false);
- Eval(11581, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(11582, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(11583, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(11584, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(11573, v is EmptyStructGen<int>, false);
+// Eval(11574, v is EmptyStructGen<int>[], false);
+// Eval(11575, v is EmptyStructGen<int>?, false);
+// Eval(11576, v is EmptyStructGen<int>?[], false);
+// Eval(11577, v is NotEmptyStructGen<Guid>, false);
+// Eval(11578, v is NotEmptyStructGen<Guid>[], false);
+// Eval(11579, v is NotEmptyStructGen<Guid>?, false);
+// Eval(11580, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(11581, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(11582, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(11583, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(11584, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(11585, v is NestedStruct, false);
Eval(11586, v is NestedStruct[], false);
Eval(11587, v is NestedStruct?, false);
Eval(11588, v is NestedStruct?[], false);
- Eval(11589, v is NestedStructGen<Decimal>, false);
- Eval(11590, v is NestedStructGen<Decimal>[], false);
- Eval(11591, v is NestedStructGen<Decimal>?, false);
- Eval(11592, v is NestedStructGen<Decimal>?[], false);
+// Eval(11589, v is NestedStructGen<Decimal>, false);
+// Eval(11590, v is NestedStructGen<Decimal>[], false);
+// Eval(11591, v is NestedStructGen<Decimal>?, false);
+// Eval(11592, v is NestedStructGen<Decimal>?[], false);
Eval(11593, v is ExplicitFieldOffsetStruct, false);
Eval(11594, v is ExplicitFieldOffsetStruct[], false);
Eval(11595, v is ExplicitFieldOffsetStruct?, false);
@@ -9450,18 +9450,18 @@ internal class Program
Eval(11614, v is ImplementTwoInterface[], false);
Eval(11615, v is ImplementTwoInterface?, false);
Eval(11616, v is ImplementTwoInterface?[], false);
- Eval(11617, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(11618, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(11619, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(11620, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(11621, v is ImplementTwoInterfaceGen<int>, false);
- Eval(11622, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(11623, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(11624, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(11625, v is ImplementAllInterface<int>, false);
- Eval(11626, v is ImplementAllInterface<int>[], false);
- Eval(11627, v is ImplementAllInterface<int>?, false);
- Eval(11628, v is ImplementAllInterface<int>?[], false);
+// Eval(11617, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(11618, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(11619, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(11620, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(11621, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(11622, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(11623, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(11624, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(11625, v is ImplementAllInterface<int>, false);
+// Eval(11626, v is ImplementAllInterface<int>[], false);
+// Eval(11627, v is ImplementAllInterface<int>?, false);
+// Eval(11628, v is ImplementAllInterface<int>?[], false);
Eval(11629, v is IntE, false);
Eval(11630, v is IntE[], false);
Eval(11631, v is IntE?, false);
@@ -9560,38 +9560,38 @@ internal class Program
Eval(11724, v is IEmpty[], false);
Eval(11725, v is INotEmpty, false);
Eval(11726, v is INotEmpty[], false);
- Eval(11727, v is IEmptyGen<int>, false);
- Eval(11728, v is IEmptyGen<int>[], false);
- Eval(11729, v is INotEmptyGen<int>, false);
- Eval(11730, v is INotEmptyGen<int>[], false);
+// Eval(11727, v is IEmptyGen<int>, false);
+// Eval(11728, v is IEmptyGen<int>[], false);
+// Eval(11729, v is INotEmptyGen<int>, false);
+// Eval(11730, v is INotEmptyGen<int>[], false);
Eval(11731, v is SimpleDelegate, false);
Eval(11732, v is SimpleDelegate[], false);
- Eval(11733, v is GenericDelegate<int>, false);
- Eval(11734, v is GenericDelegate<int>[], false);
+// Eval(11733, v is GenericDelegate<int>, false);
+// Eval(11734, v is GenericDelegate<int>[], false);
Eval(11735, v is EmptyClass, false);
Eval(11736, v is EmptyClass[], false);
Eval(11737, v is NotEmptyClass, false);
Eval(11738, v is NotEmptyClass[], false);
- Eval(11739, v is EmptyClassGen<int>, false);
- Eval(11740, v is EmptyClassGen<int>[], false);
- Eval(11741, v is NotEmptyClassGen<Guid>, false);
- Eval(11742, v is NotEmptyClassGen<Guid>[], false);
- Eval(11743, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(11744, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(11739, v is EmptyClassGen<int>, false);
+// Eval(11740, v is EmptyClassGen<int>[], false);
+// Eval(11741, v is NotEmptyClassGen<Guid>, false);
+// Eval(11742, v is NotEmptyClassGen<Guid>[], false);
+// Eval(11743, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(11744, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(11745, v is NestedClass, false);
Eval(11746, v is NestedClass[], false);
- Eval(11747, v is NestedClassGen<Decimal>, false);
- Eval(11748, v is NestedClassGen<Decimal>[], false);
+// Eval(11747, v is NestedClassGen<Decimal>, false);
+// Eval(11748, v is NestedClassGen<Decimal>[], false);
Eval(11749, v is ImplementOneInterfaceC, false);
Eval(11750, v is ImplementOneInterfaceC[], false);
Eval(11751, v is ImplementTwoInterfaceC, false);
Eval(11752, v is ImplementTwoInterfaceC[], false);
- Eval(11753, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(11754, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(11755, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(11756, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(11757, v is ImplementAllInterfaceC<int>, false);
- Eval(11758, v is ImplementAllInterfaceC<int>[], false);
+// Eval(11753, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(11754, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(11755, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(11756, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(11757, v is ImplementAllInterfaceC<int>, false);
+// Eval(11758, v is ImplementAllInterfaceC<int>[], false);
Eval(11759, v is SealedClass, false);
Eval(11760, v is SealedClass[], false);
}
@@ -9608,26 +9608,26 @@ internal class Program
Eval(11766, v is NotEmptyStruct[], false);
Eval(11767, v is NotEmptyStruct?, false);
Eval(11768, v is NotEmptyStruct?[], false);
- Eval(11769, v is EmptyStructGen<int>, false);
- Eval(11770, v is EmptyStructGen<int>[], false);
- Eval(11771, v is EmptyStructGen<int>?, false);
- Eval(11772, v is EmptyStructGen<int>?[], false);
- Eval(11773, v is NotEmptyStructGen<Guid>, false);
- Eval(11774, v is NotEmptyStructGen<Guid>[], false);
- Eval(11775, v is NotEmptyStructGen<Guid>?, false);
- Eval(11776, v is NotEmptyStructGen<Guid>?[], false);
- Eval(11777, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(11778, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(11779, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(11780, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(11769, v is EmptyStructGen<int>, false);
+// Eval(11770, v is EmptyStructGen<int>[], false);
+// Eval(11771, v is EmptyStructGen<int>?, false);
+// Eval(11772, v is EmptyStructGen<int>?[], false);
+// Eval(11773, v is NotEmptyStructGen<Guid>, false);
+// Eval(11774, v is NotEmptyStructGen<Guid>[], false);
+// Eval(11775, v is NotEmptyStructGen<Guid>?, false);
+// Eval(11776, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(11777, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(11778, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(11779, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(11780, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(11781, v is NestedStruct, false);
Eval(11782, v is NestedStruct[], false);
Eval(11783, v is NestedStruct?, false);
Eval(11784, v is NestedStruct?[], false);
- Eval(11785, v is NestedStructGen<Decimal>, false);
- Eval(11786, v is NestedStructGen<Decimal>[], false);
- Eval(11787, v is NestedStructGen<Decimal>?, false);
- Eval(11788, v is NestedStructGen<Decimal>?[], false);
+// Eval(11785, v is NestedStructGen<Decimal>, false);
+// Eval(11786, v is NestedStructGen<Decimal>[], false);
+// Eval(11787, v is NestedStructGen<Decimal>?, false);
+// Eval(11788, v is NestedStructGen<Decimal>?[], false);
Eval(11789, v is ExplicitFieldOffsetStruct, false);
Eval(11790, v is ExplicitFieldOffsetStruct[], false);
Eval(11791, v is ExplicitFieldOffsetStruct?, false);
@@ -9644,18 +9644,18 @@ internal class Program
Eval(11810, v is ImplementTwoInterface[], false);
Eval(11811, v is ImplementTwoInterface?, true);
Eval(11812, v is ImplementTwoInterface?[], false);
- Eval(11813, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(11814, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(11815, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(11816, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(11817, v is ImplementTwoInterfaceGen<int>, false);
- Eval(11818, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(11819, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(11820, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(11821, v is ImplementAllInterface<int>, false);
- Eval(11822, v is ImplementAllInterface<int>[], false);
- Eval(11823, v is ImplementAllInterface<int>?, false);
- Eval(11824, v is ImplementAllInterface<int>?[], false);
+// Eval(11813, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(11814, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(11815, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(11816, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(11817, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(11818, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(11819, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(11820, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(11821, v is ImplementAllInterface<int>, false);
+// Eval(11822, v is ImplementAllInterface<int>[], false);
+// Eval(11823, v is ImplementAllInterface<int>?, false);
+// Eval(11824, v is ImplementAllInterface<int>?[], false);
Eval(11825, v is IntE, false);
Eval(11826, v is IntE[], false);
Eval(11827, v is IntE?, false);
@@ -9754,38 +9754,38 @@ internal class Program
Eval(11920, v is IEmpty[], false);
Eval(11921, v is INotEmpty, true);
Eval(11922, v is INotEmpty[], false);
- Eval(11923, v is IEmptyGen<int>, false);
- Eval(11924, v is IEmptyGen<int>[], false);
- Eval(11925, v is INotEmptyGen<int>, false);
- Eval(11926, v is INotEmptyGen<int>[], false);
+// Eval(11923, v is IEmptyGen<int>, false);
+// Eval(11924, v is IEmptyGen<int>[], false);
+// Eval(11925, v is INotEmptyGen<int>, false);
+// Eval(11926, v is INotEmptyGen<int>[], false);
Eval(11927, v is SimpleDelegate, false);
Eval(11928, v is SimpleDelegate[], false);
- Eval(11929, v is GenericDelegate<int>, false);
- Eval(11930, v is GenericDelegate<int>[], false);
+// Eval(11929, v is GenericDelegate<int>, false);
+// Eval(11930, v is GenericDelegate<int>[], false);
Eval(11931, v is EmptyClass, false);
Eval(11932, v is EmptyClass[], false);
Eval(11933, v is NotEmptyClass, false);
Eval(11934, v is NotEmptyClass[], false);
- Eval(11935, v is EmptyClassGen<int>, false);
- Eval(11936, v is EmptyClassGen<int>[], false);
- Eval(11937, v is NotEmptyClassGen<Guid>, false);
- Eval(11938, v is NotEmptyClassGen<Guid>[], false);
- Eval(11939, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(11940, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(11935, v is EmptyClassGen<int>, false);
+// Eval(11936, v is EmptyClassGen<int>[], false);
+// Eval(11937, v is NotEmptyClassGen<Guid>, false);
+// Eval(11938, v is NotEmptyClassGen<Guid>[], false);
+// Eval(11939, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(11940, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(11941, v is NestedClass, false);
Eval(11942, v is NestedClass[], false);
- Eval(11943, v is NestedClassGen<Decimal>, false);
- Eval(11944, v is NestedClassGen<Decimal>[], false);
+// Eval(11943, v is NestedClassGen<Decimal>, false);
+// Eval(11944, v is NestedClassGen<Decimal>[], false);
Eval(11945, v is ImplementOneInterfaceC, false);
Eval(11946, v is ImplementOneInterfaceC[], false);
Eval(11947, v is ImplementTwoInterfaceC, false);
Eval(11948, v is ImplementTwoInterfaceC[], false);
- Eval(11949, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(11950, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(11951, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(11952, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(11953, v is ImplementAllInterfaceC<int>, false);
- Eval(11954, v is ImplementAllInterfaceC<int>[], false);
+// Eval(11949, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(11950, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(11951, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(11952, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(11953, v is ImplementAllInterfaceC<int>, false);
+// Eval(11954, v is ImplementAllInterfaceC<int>[], false);
Eval(11955, v is SealedClass, false);
Eval(11956, v is SealedClass[], false);
}
@@ -9799,26 +9799,26 @@ internal class Program
Eval(11962, v is NotEmptyStruct[], false);
Eval(11963, v is NotEmptyStruct?, false);
Eval(11964, v is NotEmptyStruct?[], false);
- Eval(11965, v is EmptyStructGen<int>, false);
- Eval(11966, v is EmptyStructGen<int>[], false);
- Eval(11967, v is EmptyStructGen<int>?, false);
- Eval(11968, v is EmptyStructGen<int>?[], false);
- Eval(11969, v is NotEmptyStructGen<Guid>, false);
- Eval(11970, v is NotEmptyStructGen<Guid>[], false);
- Eval(11971, v is NotEmptyStructGen<Guid>?, false);
- Eval(11972, v is NotEmptyStructGen<Guid>?[], false);
- Eval(11973, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(11974, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(11975, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(11976, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(11965, v is EmptyStructGen<int>, false);
+// Eval(11966, v is EmptyStructGen<int>[], false);
+// Eval(11967, v is EmptyStructGen<int>?, false);
+// Eval(11968, v is EmptyStructGen<int>?[], false);
+// Eval(11969, v is NotEmptyStructGen<Guid>, false);
+// Eval(11970, v is NotEmptyStructGen<Guid>[], false);
+// Eval(11971, v is NotEmptyStructGen<Guid>?, false);
+// Eval(11972, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(11973, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(11974, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(11975, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(11976, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(11977, v is NestedStruct, false);
Eval(11978, v is NestedStruct[], false);
Eval(11979, v is NestedStruct?, false);
Eval(11980, v is NestedStruct?[], false);
- Eval(11981, v is NestedStructGen<Decimal>, false);
- Eval(11982, v is NestedStructGen<Decimal>[], false);
- Eval(11983, v is NestedStructGen<Decimal>?, false);
- Eval(11984, v is NestedStructGen<Decimal>?[], false);
+// Eval(11981, v is NestedStructGen<Decimal>, false);
+// Eval(11982, v is NestedStructGen<Decimal>[], false);
+// Eval(11983, v is NestedStructGen<Decimal>?, false);
+// Eval(11984, v is NestedStructGen<Decimal>?[], false);
Eval(11985, v is ExplicitFieldOffsetStruct, false);
Eval(11986, v is ExplicitFieldOffsetStruct[], false);
Eval(11987, v is ExplicitFieldOffsetStruct?, false);
@@ -9835,18 +9835,18 @@ internal class Program
Eval(12006, v is ImplementTwoInterface[], false);
Eval(12007, v is ImplementTwoInterface?, true);
Eval(12008, v is ImplementTwoInterface?[], false);
- Eval(12009, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(12010, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(12011, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(12012, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(12013, v is ImplementTwoInterfaceGen<int>, false);
- Eval(12014, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(12015, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(12016, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(12017, v is ImplementAllInterface<int>, false);
- Eval(12018, v is ImplementAllInterface<int>[], false);
- Eval(12019, v is ImplementAllInterface<int>?, false);
- Eval(12020, v is ImplementAllInterface<int>?[], false);
+// Eval(12009, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(12010, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(12011, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(12012, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(12013, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(12014, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(12015, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(12016, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(12017, v is ImplementAllInterface<int>, false);
+// Eval(12018, v is ImplementAllInterface<int>[], false);
+// Eval(12019, v is ImplementAllInterface<int>?, false);
+// Eval(12020, v is ImplementAllInterface<int>?[], false);
Eval(12021, v is IntE, false);
Eval(12022, v is IntE[], false);
Eval(12023, v is IntE?, false);
@@ -9945,38 +9945,38 @@ internal class Program
Eval(12116, v is IEmpty[], false);
Eval(12117, v is INotEmpty, true);
Eval(12118, v is INotEmpty[], false);
- Eval(12119, v is IEmptyGen<int>, false);
- Eval(12120, v is IEmptyGen<int>[], false);
- Eval(12121, v is INotEmptyGen<int>, false);
- Eval(12122, v is INotEmptyGen<int>[], false);
+// Eval(12119, v is IEmptyGen<int>, false);
+// Eval(12120, v is IEmptyGen<int>[], false);
+// Eval(12121, v is INotEmptyGen<int>, false);
+// Eval(12122, v is INotEmptyGen<int>[], false);
Eval(12123, v is SimpleDelegate, false);
Eval(12124, v is SimpleDelegate[], false);
- Eval(12125, v is GenericDelegate<int>, false);
- Eval(12126, v is GenericDelegate<int>[], false);
+// Eval(12125, v is GenericDelegate<int>, false);
+// Eval(12126, v is GenericDelegate<int>[], false);
Eval(12127, v is EmptyClass, false);
Eval(12128, v is EmptyClass[], false);
Eval(12129, v is NotEmptyClass, false);
Eval(12130, v is NotEmptyClass[], false);
- Eval(12131, v is EmptyClassGen<int>, false);
- Eval(12132, v is EmptyClassGen<int>[], false);
- Eval(12133, v is NotEmptyClassGen<Guid>, false);
- Eval(12134, v is NotEmptyClassGen<Guid>[], false);
- Eval(12135, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(12136, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(12131, v is EmptyClassGen<int>, false);
+// Eval(12132, v is EmptyClassGen<int>[], false);
+// Eval(12133, v is NotEmptyClassGen<Guid>, false);
+// Eval(12134, v is NotEmptyClassGen<Guid>[], false);
+// Eval(12135, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(12136, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(12137, v is NestedClass, false);
Eval(12138, v is NestedClass[], false);
- Eval(12139, v is NestedClassGen<Decimal>, false);
- Eval(12140, v is NestedClassGen<Decimal>[], false);
+// Eval(12139, v is NestedClassGen<Decimal>, false);
+// Eval(12140, v is NestedClassGen<Decimal>[], false);
Eval(12141, v is ImplementOneInterfaceC, false);
Eval(12142, v is ImplementOneInterfaceC[], false);
Eval(12143, v is ImplementTwoInterfaceC, false);
Eval(12144, v is ImplementTwoInterfaceC[], false);
- Eval(12145, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(12146, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(12147, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(12148, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(12149, v is ImplementAllInterfaceC<int>, false);
- Eval(12150, v is ImplementAllInterfaceC<int>[], false);
+// Eval(12145, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(12146, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(12147, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(12148, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(12149, v is ImplementAllInterfaceC<int>, false);
+// Eval(12150, v is ImplementAllInterfaceC<int>[], false);
Eval(12151, v is SealedClass, false);
Eval(12152, v is SealedClass[], false);
}
@@ -9990,26 +9990,26 @@ internal class Program
Eval(12158, v is NotEmptyStruct[], false);
Eval(12159, v is NotEmptyStruct?, false);
Eval(12160, v is NotEmptyStruct?[], false);
- Eval(12161, v is EmptyStructGen<int>, false);
- Eval(12162, v is EmptyStructGen<int>[], false);
- Eval(12163, v is EmptyStructGen<int>?, false);
- Eval(12164, v is EmptyStructGen<int>?[], false);
- Eval(12165, v is NotEmptyStructGen<Guid>, false);
- Eval(12166, v is NotEmptyStructGen<Guid>[], false);
- Eval(12167, v is NotEmptyStructGen<Guid>?, false);
- Eval(12168, v is NotEmptyStructGen<Guid>?[], false);
- Eval(12169, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(12170, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(12171, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(12172, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(12161, v is EmptyStructGen<int>, false);
+// Eval(12162, v is EmptyStructGen<int>[], false);
+// Eval(12163, v is EmptyStructGen<int>?, false);
+// Eval(12164, v is EmptyStructGen<int>?[], false);
+// Eval(12165, v is NotEmptyStructGen<Guid>, false);
+// Eval(12166, v is NotEmptyStructGen<Guid>[], false);
+// Eval(12167, v is NotEmptyStructGen<Guid>?, false);
+// Eval(12168, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(12169, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(12170, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(12171, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(12172, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(12173, v is NestedStruct, false);
Eval(12174, v is NestedStruct[], false);
Eval(12175, v is NestedStruct?, false);
Eval(12176, v is NestedStruct?[], false);
- Eval(12177, v is NestedStructGen<Decimal>, false);
- Eval(12178, v is NestedStructGen<Decimal>[], false);
- Eval(12179, v is NestedStructGen<Decimal>?, false);
- Eval(12180, v is NestedStructGen<Decimal>?[], false);
+// Eval(12177, v is NestedStructGen<Decimal>, false);
+// Eval(12178, v is NestedStructGen<Decimal>[], false);
+// Eval(12179, v is NestedStructGen<Decimal>?, false);
+// Eval(12180, v is NestedStructGen<Decimal>?[], false);
Eval(12181, v is ExplicitFieldOffsetStruct, false);
Eval(12182, v is ExplicitFieldOffsetStruct[], false);
Eval(12183, v is ExplicitFieldOffsetStruct?, false);
@@ -10026,18 +10026,18 @@ internal class Program
Eval(12202, v is ImplementTwoInterface[], false);
Eval(12203, v is ImplementTwoInterface?, false);
Eval(12204, v is ImplementTwoInterface?[], false);
- Eval(12205, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(12206, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(12207, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(12208, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(12209, v is ImplementTwoInterfaceGen<int>, false);
- Eval(12210, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(12211, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(12212, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(12213, v is ImplementAllInterface<int>, false);
- Eval(12214, v is ImplementAllInterface<int>[], false);
- Eval(12215, v is ImplementAllInterface<int>?, false);
- Eval(12216, v is ImplementAllInterface<int>?[], false);
+// Eval(12205, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(12206, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(12207, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(12208, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(12209, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(12210, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(12211, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(12212, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(12213, v is ImplementAllInterface<int>, false);
+// Eval(12214, v is ImplementAllInterface<int>[], false);
+// Eval(12215, v is ImplementAllInterface<int>?, false);
+// Eval(12216, v is ImplementAllInterface<int>?[], false);
Eval(12217, v is IntE, false);
Eval(12218, v is IntE[], false);
Eval(12219, v is IntE?, false);
@@ -10136,38 +10136,38 @@ internal class Program
Eval(12312, v is IEmpty[], false);
Eval(12313, v is INotEmpty, false);
Eval(12314, v is INotEmpty[], false);
- Eval(12315, v is IEmptyGen<int>, false);
- Eval(12316, v is IEmptyGen<int>[], false);
- Eval(12317, v is INotEmptyGen<int>, false);
- Eval(12318, v is INotEmptyGen<int>[], false);
+// Eval(12315, v is IEmptyGen<int>, false);
+// Eval(12316, v is IEmptyGen<int>[], false);
+// Eval(12317, v is INotEmptyGen<int>, false);
+// Eval(12318, v is INotEmptyGen<int>[], false);
Eval(12319, v is SimpleDelegate, false);
Eval(12320, v is SimpleDelegate[], false);
- Eval(12321, v is GenericDelegate<int>, false);
- Eval(12322, v is GenericDelegate<int>[], false);
+// Eval(12321, v is GenericDelegate<int>, false);
+// Eval(12322, v is GenericDelegate<int>[], false);
Eval(12323, v is EmptyClass, false);
Eval(12324, v is EmptyClass[], false);
Eval(12325, v is NotEmptyClass, false);
Eval(12326, v is NotEmptyClass[], false);
- Eval(12327, v is EmptyClassGen<int>, false);
- Eval(12328, v is EmptyClassGen<int>[], false);
- Eval(12329, v is NotEmptyClassGen<Guid>, false);
- Eval(12330, v is NotEmptyClassGen<Guid>[], false);
- Eval(12331, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(12332, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(12327, v is EmptyClassGen<int>, false);
+// Eval(12328, v is EmptyClassGen<int>[], false);
+// Eval(12329, v is NotEmptyClassGen<Guid>, false);
+// Eval(12330, v is NotEmptyClassGen<Guid>[], false);
+// Eval(12331, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(12332, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(12333, v is NestedClass, false);
Eval(12334, v is NestedClass[], false);
- Eval(12335, v is NestedClassGen<Decimal>, false);
- Eval(12336, v is NestedClassGen<Decimal>[], false);
+// Eval(12335, v is NestedClassGen<Decimal>, false);
+// Eval(12336, v is NestedClassGen<Decimal>[], false);
Eval(12337, v is ImplementOneInterfaceC, false);
Eval(12338, v is ImplementOneInterfaceC[], false);
Eval(12339, v is ImplementTwoInterfaceC, false);
Eval(12340, v is ImplementTwoInterfaceC[], false);
- Eval(12341, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(12342, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(12343, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(12344, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(12345, v is ImplementAllInterfaceC<int>, false);
- Eval(12346, v is ImplementAllInterfaceC<int>[], false);
+// Eval(12341, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(12342, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(12343, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(12344, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(12345, v is ImplementAllInterfaceC<int>, false);
+// Eval(12346, v is ImplementAllInterfaceC<int>[], false);
Eval(12347, v is SealedClass, false);
Eval(12348, v is SealedClass[], false);
}
@@ -10181,26 +10181,26 @@ internal class Program
Eval(12354, v is NotEmptyStruct[], false);
Eval(12355, v is NotEmptyStruct?, false);
Eval(12356, v is NotEmptyStruct?[], false);
- Eval(12357, v is EmptyStructGen<int>, false);
- Eval(12358, v is EmptyStructGen<int>[], false);
- Eval(12359, v is EmptyStructGen<int>?, false);
- Eval(12360, v is EmptyStructGen<int>?[], false);
- Eval(12361, v is NotEmptyStructGen<Guid>, false);
- Eval(12362, v is NotEmptyStructGen<Guid>[], false);
- Eval(12363, v is NotEmptyStructGen<Guid>?, false);
- Eval(12364, v is NotEmptyStructGen<Guid>?[], false);
- Eval(12365, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(12366, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(12367, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(12368, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(12357, v is EmptyStructGen<int>, false);
+// Eval(12358, v is EmptyStructGen<int>[], false);
+// Eval(12359, v is EmptyStructGen<int>?, false);
+// Eval(12360, v is EmptyStructGen<int>?[], false);
+// Eval(12361, v is NotEmptyStructGen<Guid>, false);
+// Eval(12362, v is NotEmptyStructGen<Guid>[], false);
+// Eval(12363, v is NotEmptyStructGen<Guid>?, false);
+// Eval(12364, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(12365, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(12366, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(12367, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(12368, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(12369, v is NestedStruct, false);
Eval(12370, v is NestedStruct[], false);
Eval(12371, v is NestedStruct?, false);
Eval(12372, v is NestedStruct?[], false);
- Eval(12373, v is NestedStructGen<Decimal>, false);
- Eval(12374, v is NestedStructGen<Decimal>[], false);
- Eval(12375, v is NestedStructGen<Decimal>?, false);
- Eval(12376, v is NestedStructGen<Decimal>?[], false);
+// Eval(12373, v is NestedStructGen<Decimal>, false);
+// Eval(12374, v is NestedStructGen<Decimal>[], false);
+// Eval(12375, v is NestedStructGen<Decimal>?, false);
+// Eval(12376, v is NestedStructGen<Decimal>?[], false);
Eval(12377, v is ExplicitFieldOffsetStruct, false);
Eval(12378, v is ExplicitFieldOffsetStruct[], false);
Eval(12379, v is ExplicitFieldOffsetStruct?, false);
@@ -10217,18 +10217,18 @@ internal class Program
Eval(12398, v is ImplementTwoInterface[], false);
Eval(12399, v is ImplementTwoInterface?, false);
Eval(12400, v is ImplementTwoInterface?[], false);
- Eval(12401, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(12402, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(12403, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(12404, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(12405, v is ImplementTwoInterfaceGen<int>, false);
- Eval(12406, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(12407, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(12408, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(12409, v is ImplementAllInterface<int>, false);
- Eval(12410, v is ImplementAllInterface<int>[], false);
- Eval(12411, v is ImplementAllInterface<int>?, false);
- Eval(12412, v is ImplementAllInterface<int>?[], false);
+// Eval(12401, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(12402, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(12403, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(12404, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(12405, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(12406, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(12407, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(12408, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(12409, v is ImplementAllInterface<int>, false);
+// Eval(12410, v is ImplementAllInterface<int>[], false);
+// Eval(12411, v is ImplementAllInterface<int>?, false);
+// Eval(12412, v is ImplementAllInterface<int>?[], false);
Eval(12413, v is IntE, false);
Eval(12414, v is IntE[], false);
Eval(12415, v is IntE?, false);
@@ -10327,38 +10327,38 @@ internal class Program
Eval(12508, v is IEmpty[], false);
Eval(12509, v is INotEmpty, false);
Eval(12510, v is INotEmpty[], false);
- Eval(12511, v is IEmptyGen<int>, false);
- Eval(12512, v is IEmptyGen<int>[], false);
- Eval(12513, v is INotEmptyGen<int>, false);
- Eval(12514, v is INotEmptyGen<int>[], false);
+// Eval(12511, v is IEmptyGen<int>, false);
+// Eval(12512, v is IEmptyGen<int>[], false);
+// Eval(12513, v is INotEmptyGen<int>, false);
+// Eval(12514, v is INotEmptyGen<int>[], false);
Eval(12515, v is SimpleDelegate, false);
Eval(12516, v is SimpleDelegate[], false);
- Eval(12517, v is GenericDelegate<int>, false);
- Eval(12518, v is GenericDelegate<int>[], false);
+// Eval(12517, v is GenericDelegate<int>, false);
+// Eval(12518, v is GenericDelegate<int>[], false);
Eval(12519, v is EmptyClass, false);
Eval(12520, v is EmptyClass[], false);
Eval(12521, v is NotEmptyClass, false);
Eval(12522, v is NotEmptyClass[], false);
- Eval(12523, v is EmptyClassGen<int>, false);
- Eval(12524, v is EmptyClassGen<int>[], false);
- Eval(12525, v is NotEmptyClassGen<Guid>, false);
- Eval(12526, v is NotEmptyClassGen<Guid>[], false);
- Eval(12527, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(12528, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(12523, v is EmptyClassGen<int>, false);
+// Eval(12524, v is EmptyClassGen<int>[], false);
+// Eval(12525, v is NotEmptyClassGen<Guid>, false);
+// Eval(12526, v is NotEmptyClassGen<Guid>[], false);
+// Eval(12527, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(12528, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(12529, v is NestedClass, false);
Eval(12530, v is NestedClass[], false);
- Eval(12531, v is NestedClassGen<Decimal>, false);
- Eval(12532, v is NestedClassGen<Decimal>[], false);
+// Eval(12531, v is NestedClassGen<Decimal>, false);
+// Eval(12532, v is NestedClassGen<Decimal>[], false);
Eval(12533, v is ImplementOneInterfaceC, false);
Eval(12534, v is ImplementOneInterfaceC[], false);
Eval(12535, v is ImplementTwoInterfaceC, false);
Eval(12536, v is ImplementTwoInterfaceC[], false);
- Eval(12537, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(12538, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(12539, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(12540, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(12541, v is ImplementAllInterfaceC<int>, false);
- Eval(12542, v is ImplementAllInterfaceC<int>[], false);
+// Eval(12537, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(12538, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(12539, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(12540, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(12541, v is ImplementAllInterfaceC<int>, false);
+// Eval(12542, v is ImplementAllInterfaceC<int>[], false);
Eval(12543, v is SealedClass, false);
Eval(12544, v is SealedClass[], false);
}
@@ -10372,26 +10372,26 @@ internal class Program
Eval(12550, v is NotEmptyStruct[], false);
Eval(12551, v is NotEmptyStruct?, false);
Eval(12552, v is NotEmptyStruct?[], false);
- Eval(12553, v is EmptyStructGen<int>, false);
- Eval(12554, v is EmptyStructGen<int>[], false);
- Eval(12555, v is EmptyStructGen<int>?, false);
- Eval(12556, v is EmptyStructGen<int>?[], false);
- Eval(12557, v is NotEmptyStructGen<Guid>, false);
- Eval(12558, v is NotEmptyStructGen<Guid>[], false);
- Eval(12559, v is NotEmptyStructGen<Guid>?, false);
- Eval(12560, v is NotEmptyStructGen<Guid>?[], false);
- Eval(12561, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(12562, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(12563, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(12564, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(12553, v is EmptyStructGen<int>, false);
+// Eval(12554, v is EmptyStructGen<int>[], false);
+// Eval(12555, v is EmptyStructGen<int>?, false);
+// Eval(12556, v is EmptyStructGen<int>?[], false);
+// Eval(12557, v is NotEmptyStructGen<Guid>, false);
+// Eval(12558, v is NotEmptyStructGen<Guid>[], false);
+// Eval(12559, v is NotEmptyStructGen<Guid>?, false);
+// Eval(12560, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(12561, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(12562, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(12563, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(12564, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(12565, v is NestedStruct, false);
Eval(12566, v is NestedStruct[], false);
Eval(12567, v is NestedStruct?, false);
Eval(12568, v is NestedStruct?[], false);
- Eval(12569, v is NestedStructGen<Decimal>, false);
- Eval(12570, v is NestedStructGen<Decimal>[], false);
- Eval(12571, v is NestedStructGen<Decimal>?, false);
- Eval(12572, v is NestedStructGen<Decimal>?[], false);
+// Eval(12569, v is NestedStructGen<Decimal>, false);
+// Eval(12570, v is NestedStructGen<Decimal>[], false);
+// Eval(12571, v is NestedStructGen<Decimal>?, false);
+// Eval(12572, v is NestedStructGen<Decimal>?[], false);
Eval(12573, v is ExplicitFieldOffsetStruct, false);
Eval(12574, v is ExplicitFieldOffsetStruct[], false);
Eval(12575, v is ExplicitFieldOffsetStruct?, false);
@@ -10408,18 +10408,18 @@ internal class Program
Eval(12594, v is ImplementTwoInterface[], false);
Eval(12595, v is ImplementTwoInterface?, false);
Eval(12596, v is ImplementTwoInterface?[], true);
- Eval(12597, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(12598, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(12599, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(12600, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(12601, v is ImplementTwoInterfaceGen<int>, false);
- Eval(12602, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(12603, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(12604, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(12605, v is ImplementAllInterface<int>, false);
- Eval(12606, v is ImplementAllInterface<int>[], false);
- Eval(12607, v is ImplementAllInterface<int>?, false);
- Eval(12608, v is ImplementAllInterface<int>?[], false);
+// Eval(12597, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(12598, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(12599, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(12600, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(12601, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(12602, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(12603, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(12604, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(12605, v is ImplementAllInterface<int>, false);
+// Eval(12606, v is ImplementAllInterface<int>[], false);
+// Eval(12607, v is ImplementAllInterface<int>?, false);
+// Eval(12608, v is ImplementAllInterface<int>?[], false);
Eval(12609, v is IntE, false);
Eval(12610, v is IntE[], false);
Eval(12611, v is IntE?, false);
@@ -10518,38 +10518,38 @@ internal class Program
Eval(12704, v is IEmpty[], false);
Eval(12705, v is INotEmpty, false);
Eval(12706, v is INotEmpty[], false);
- Eval(12707, v is IEmptyGen<int>, false);
- Eval(12708, v is IEmptyGen<int>[], false);
- Eval(12709, v is INotEmptyGen<int>, false);
- Eval(12710, v is INotEmptyGen<int>[], false);
+// Eval(12707, v is IEmptyGen<int>, false);
+// Eval(12708, v is IEmptyGen<int>[], false);
+// Eval(12709, v is INotEmptyGen<int>, false);
+// Eval(12710, v is INotEmptyGen<int>[], false);
Eval(12711, v is SimpleDelegate, false);
Eval(12712, v is SimpleDelegate[], false);
- Eval(12713, v is GenericDelegate<int>, false);
- Eval(12714, v is GenericDelegate<int>[], false);
+// Eval(12713, v is GenericDelegate<int>, false);
+// Eval(12714, v is GenericDelegate<int>[], false);
Eval(12715, v is EmptyClass, false);
Eval(12716, v is EmptyClass[], false);
Eval(12717, v is NotEmptyClass, false);
Eval(12718, v is NotEmptyClass[], false);
- Eval(12719, v is EmptyClassGen<int>, false);
- Eval(12720, v is EmptyClassGen<int>[], false);
- Eval(12721, v is NotEmptyClassGen<Guid>, false);
- Eval(12722, v is NotEmptyClassGen<Guid>[], false);
- Eval(12723, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(12724, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(12719, v is EmptyClassGen<int>, false);
+// Eval(12720, v is EmptyClassGen<int>[], false);
+// Eval(12721, v is NotEmptyClassGen<Guid>, false);
+// Eval(12722, v is NotEmptyClassGen<Guid>[], false);
+// Eval(12723, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(12724, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(12725, v is NestedClass, false);
Eval(12726, v is NestedClass[], false);
- Eval(12727, v is NestedClassGen<Decimal>, false);
- Eval(12728, v is NestedClassGen<Decimal>[], false);
+// Eval(12727, v is NestedClassGen<Decimal>, false);
+// Eval(12728, v is NestedClassGen<Decimal>[], false);
Eval(12729, v is ImplementOneInterfaceC, false);
Eval(12730, v is ImplementOneInterfaceC[], false);
Eval(12731, v is ImplementTwoInterfaceC, false);
Eval(12732, v is ImplementTwoInterfaceC[], false);
- Eval(12733, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(12734, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(12735, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(12736, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(12737, v is ImplementAllInterfaceC<int>, false);
- Eval(12738, v is ImplementAllInterfaceC<int>[], false);
+// Eval(12733, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(12734, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(12735, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(12736, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(12737, v is ImplementAllInterfaceC<int>, false);
+// Eval(12738, v is ImplementAllInterfaceC<int>[], false);
Eval(12739, v is SealedClass, false);
Eval(12740, v is SealedClass[], false);
}
@@ -10566,26 +10566,26 @@ internal class Program
Eval(12746, v is NotEmptyStruct[], false);
Eval(12747, v is NotEmptyStruct?, false);
Eval(12748, v is NotEmptyStruct?[], false);
- Eval(12749, v is EmptyStructGen<int>, false);
- Eval(12750, v is EmptyStructGen<int>[], false);
- Eval(12751, v is EmptyStructGen<int>?, false);
- Eval(12752, v is EmptyStructGen<int>?[], false);
- Eval(12753, v is NotEmptyStructGen<Guid>, false);
- Eval(12754, v is NotEmptyStructGen<Guid>[], false);
- Eval(12755, v is NotEmptyStructGen<Guid>?, false);
- Eval(12756, v is NotEmptyStructGen<Guid>?[], false);
- Eval(12757, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(12758, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(12759, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(12760, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(12749, v is EmptyStructGen<int>, false);
+// Eval(12750, v is EmptyStructGen<int>[], false);
+// Eval(12751, v is EmptyStructGen<int>?, false);
+// Eval(12752, v is EmptyStructGen<int>?[], false);
+// Eval(12753, v is NotEmptyStructGen<Guid>, false);
+// Eval(12754, v is NotEmptyStructGen<Guid>[], false);
+// Eval(12755, v is NotEmptyStructGen<Guid>?, false);
+// Eval(12756, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(12757, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(12758, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(12759, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(12760, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(12761, v is NestedStruct, false);
Eval(12762, v is NestedStruct[], false);
Eval(12763, v is NestedStruct?, false);
Eval(12764, v is NestedStruct?[], false);
- Eval(12765, v is NestedStructGen<Decimal>, false);
- Eval(12766, v is NestedStructGen<Decimal>[], false);
- Eval(12767, v is NestedStructGen<Decimal>?, false);
- Eval(12768, v is NestedStructGen<Decimal>?[], false);
+// Eval(12765, v is NestedStructGen<Decimal>, false);
+// Eval(12766, v is NestedStructGen<Decimal>[], false);
+// Eval(12767, v is NestedStructGen<Decimal>?, false);
+// Eval(12768, v is NestedStructGen<Decimal>?[], false);
Eval(12769, v is ExplicitFieldOffsetStruct, false);
Eval(12770, v is ExplicitFieldOffsetStruct[], false);
Eval(12771, v is ExplicitFieldOffsetStruct?, false);
@@ -10602,18 +10602,18 @@ internal class Program
Eval(12790, v is ImplementTwoInterface[], false);
Eval(12791, v is ImplementTwoInterface?, false);
Eval(12792, v is ImplementTwoInterface?[], false);
- Eval(12793, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, true);
- Eval(12794, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(12795, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, true);
- Eval(12796, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(12797, v is ImplementTwoInterfaceGen<int>, false);
- Eval(12798, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(12799, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(12800, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(12801, v is ImplementAllInterface<int>, false);
- Eval(12802, v is ImplementAllInterface<int>[], false);
- Eval(12803, v is ImplementAllInterface<int>?, false);
- Eval(12804, v is ImplementAllInterface<int>?[], false);
+// Eval(12793, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, true);
+// Eval(12794, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(12795, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, true);
+// Eval(12796, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(12797, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(12798, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(12799, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(12800, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(12801, v is ImplementAllInterface<int>, false);
+// Eval(12802, v is ImplementAllInterface<int>[], false);
+// Eval(12803, v is ImplementAllInterface<int>?, false);
+// Eval(12804, v is ImplementAllInterface<int>?[], false);
Eval(12805, v is IntE, false);
Eval(12806, v is IntE[], false);
Eval(12807, v is IntE?, false);
@@ -10712,38 +10712,38 @@ internal class Program
Eval(12900, v is IEmpty[], false);
Eval(12901, v is INotEmpty, false);
Eval(12902, v is INotEmpty[], false);
- Eval(12903, v is IEmptyGen<int>, false);
- Eval(12904, v is IEmptyGen<int>[], false);
- Eval(12905, v is INotEmptyGen<int>, false);
- Eval(12906, v is INotEmptyGen<int>[], false);
+// Eval(12903, v is IEmptyGen<int>, false);
+// Eval(12904, v is IEmptyGen<int>[], false);
+// Eval(12905, v is INotEmptyGen<int>, false);
+// Eval(12906, v is INotEmptyGen<int>[], false);
Eval(12907, v is SimpleDelegate, false);
Eval(12908, v is SimpleDelegate[], false);
- Eval(12909, v is GenericDelegate<int>, false);
- Eval(12910, v is GenericDelegate<int>[], false);
+// Eval(12909, v is GenericDelegate<int>, false);
+// Eval(12910, v is GenericDelegate<int>[], false);
Eval(12911, v is EmptyClass, false);
Eval(12912, v is EmptyClass[], false);
Eval(12913, v is NotEmptyClass, false);
Eval(12914, v is NotEmptyClass[], false);
- Eval(12915, v is EmptyClassGen<int>, false);
- Eval(12916, v is EmptyClassGen<int>[], false);
- Eval(12917, v is NotEmptyClassGen<Guid>, false);
- Eval(12918, v is NotEmptyClassGen<Guid>[], false);
- Eval(12919, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(12920, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(12915, v is EmptyClassGen<int>, false);
+// Eval(12916, v is EmptyClassGen<int>[], false);
+// Eval(12917, v is NotEmptyClassGen<Guid>, false);
+// Eval(12918, v is NotEmptyClassGen<Guid>[], false);
+// Eval(12919, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(12920, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(12921, v is NestedClass, false);
Eval(12922, v is NestedClass[], false);
- Eval(12923, v is NestedClassGen<Decimal>, false);
- Eval(12924, v is NestedClassGen<Decimal>[], false);
+// Eval(12923, v is NestedClassGen<Decimal>, false);
+// Eval(12924, v is NestedClassGen<Decimal>[], false);
Eval(12925, v is ImplementOneInterfaceC, false);
Eval(12926, v is ImplementOneInterfaceC[], false);
Eval(12927, v is ImplementTwoInterfaceC, false);
Eval(12928, v is ImplementTwoInterfaceC[], false);
- Eval(12929, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(12930, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(12931, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(12932, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(12933, v is ImplementAllInterfaceC<int>, false);
- Eval(12934, v is ImplementAllInterfaceC<int>[], false);
+// Eval(12929, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(12930, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(12931, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(12932, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(12933, v is ImplementAllInterfaceC<int>, false);
+// Eval(12934, v is ImplementAllInterfaceC<int>[], false);
Eval(12935, v is SealedClass, false);
Eval(12936, v is SealedClass[], false);
}
@@ -10757,26 +10757,26 @@ internal class Program
Eval(12942, v is NotEmptyStruct[], false);
Eval(12943, v is NotEmptyStruct?, false);
Eval(12944, v is NotEmptyStruct?[], false);
- Eval(12945, v is EmptyStructGen<int>, false);
- Eval(12946, v is EmptyStructGen<int>[], false);
- Eval(12947, v is EmptyStructGen<int>?, false);
- Eval(12948, v is EmptyStructGen<int>?[], false);
- Eval(12949, v is NotEmptyStructGen<Guid>, false);
- Eval(12950, v is NotEmptyStructGen<Guid>[], false);
- Eval(12951, v is NotEmptyStructGen<Guid>?, false);
- Eval(12952, v is NotEmptyStructGen<Guid>?[], false);
- Eval(12953, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(12954, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(12955, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(12956, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(12945, v is EmptyStructGen<int>, false);
+// Eval(12946, v is EmptyStructGen<int>[], false);
+// Eval(12947, v is EmptyStructGen<int>?, false);
+// Eval(12948, v is EmptyStructGen<int>?[], false);
+// Eval(12949, v is NotEmptyStructGen<Guid>, false);
+// Eval(12950, v is NotEmptyStructGen<Guid>[], false);
+// Eval(12951, v is NotEmptyStructGen<Guid>?, false);
+// Eval(12952, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(12953, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(12954, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(12955, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(12956, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(12957, v is NestedStruct, false);
Eval(12958, v is NestedStruct[], false);
Eval(12959, v is NestedStruct?, false);
Eval(12960, v is NestedStruct?[], false);
- Eval(12961, v is NestedStructGen<Decimal>, false);
- Eval(12962, v is NestedStructGen<Decimal>[], false);
- Eval(12963, v is NestedStructGen<Decimal>?, false);
- Eval(12964, v is NestedStructGen<Decimal>?[], false);
+// Eval(12961, v is NestedStructGen<Decimal>, false);
+// Eval(12962, v is NestedStructGen<Decimal>[], false);
+// Eval(12963, v is NestedStructGen<Decimal>?, false);
+// Eval(12964, v is NestedStructGen<Decimal>?[], false);
Eval(12965, v is ExplicitFieldOffsetStruct, false);
Eval(12966, v is ExplicitFieldOffsetStruct[], false);
Eval(12967, v is ExplicitFieldOffsetStruct?, false);
@@ -10793,18 +10793,18 @@ internal class Program
Eval(12986, v is ImplementTwoInterface[], false);
Eval(12987, v is ImplementTwoInterface?, false);
Eval(12988, v is ImplementTwoInterface?[], false);
- Eval(12989, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, true);
- Eval(12990, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(12991, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, true);
- Eval(12992, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(12993, v is ImplementTwoInterfaceGen<int>, false);
- Eval(12994, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(12995, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(12996, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(12997, v is ImplementAllInterface<int>, false);
- Eval(12998, v is ImplementAllInterface<int>[], false);
- Eval(12999, v is ImplementAllInterface<int>?, false);
- Eval(13000, v is ImplementAllInterface<int>?[], false);
+// Eval(12989, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, true);
+// Eval(12990, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(12991, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, true);
+// Eval(12992, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(12993, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(12994, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(12995, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(12996, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(12997, v is ImplementAllInterface<int>, false);
+// Eval(12998, v is ImplementAllInterface<int>[], false);
+// Eval(12999, v is ImplementAllInterface<int>?, false);
+// Eval(13000, v is ImplementAllInterface<int>?[], false);
Eval(13001, v is IntE, false);
Eval(13002, v is IntE[], false);
Eval(13003, v is IntE?, false);
@@ -10903,38 +10903,38 @@ internal class Program
Eval(13096, v is IEmpty[], false);
Eval(13097, v is INotEmpty, false);
Eval(13098, v is INotEmpty[], false);
- Eval(13099, v is IEmptyGen<int>, false);
- Eval(13100, v is IEmptyGen<int>[], false);
- Eval(13101, v is INotEmptyGen<int>, false);
- Eval(13102, v is INotEmptyGen<int>[], false);
+// Eval(13099, v is IEmptyGen<int>, false);
+// Eval(13100, v is IEmptyGen<int>[], false);
+// Eval(13101, v is INotEmptyGen<int>, false);
+// Eval(13102, v is INotEmptyGen<int>[], false);
Eval(13103, v is SimpleDelegate, false);
Eval(13104, v is SimpleDelegate[], false);
- Eval(13105, v is GenericDelegate<int>, false);
- Eval(13106, v is GenericDelegate<int>[], false);
+// Eval(13105, v is GenericDelegate<int>, false);
+// Eval(13106, v is GenericDelegate<int>[], false);
Eval(13107, v is EmptyClass, false);
Eval(13108, v is EmptyClass[], false);
Eval(13109, v is NotEmptyClass, false);
Eval(13110, v is NotEmptyClass[], false);
- Eval(13111, v is EmptyClassGen<int>, false);
- Eval(13112, v is EmptyClassGen<int>[], false);
- Eval(13113, v is NotEmptyClassGen<Guid>, false);
- Eval(13114, v is NotEmptyClassGen<Guid>[], false);
- Eval(13115, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(13116, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(13111, v is EmptyClassGen<int>, false);
+// Eval(13112, v is EmptyClassGen<int>[], false);
+// Eval(13113, v is NotEmptyClassGen<Guid>, false);
+// Eval(13114, v is NotEmptyClassGen<Guid>[], false);
+// Eval(13115, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(13116, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(13117, v is NestedClass, false);
Eval(13118, v is NestedClass[], false);
- Eval(13119, v is NestedClassGen<Decimal>, false);
- Eval(13120, v is NestedClassGen<Decimal>[], false);
+// Eval(13119, v is NestedClassGen<Decimal>, false);
+// Eval(13120, v is NestedClassGen<Decimal>[], false);
Eval(13121, v is ImplementOneInterfaceC, false);
Eval(13122, v is ImplementOneInterfaceC[], false);
Eval(13123, v is ImplementTwoInterfaceC, false);
Eval(13124, v is ImplementTwoInterfaceC[], false);
- Eval(13125, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(13126, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(13127, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(13128, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(13129, v is ImplementAllInterfaceC<int>, false);
- Eval(13130, v is ImplementAllInterfaceC<int>[], false);
+// Eval(13125, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(13126, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(13127, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(13128, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(13129, v is ImplementAllInterfaceC<int>, false);
+// Eval(13130, v is ImplementAllInterfaceC<int>[], false);
Eval(13131, v is SealedClass, false);
Eval(13132, v is SealedClass[], false);
}
@@ -10948,26 +10948,26 @@ internal class Program
Eval(13138, v is NotEmptyStruct[], false);
Eval(13139, v is NotEmptyStruct?, false);
Eval(13140, v is NotEmptyStruct?[], false);
- Eval(13141, v is EmptyStructGen<int>, false);
- Eval(13142, v is EmptyStructGen<int>[], false);
- Eval(13143, v is EmptyStructGen<int>?, false);
- Eval(13144, v is EmptyStructGen<int>?[], false);
- Eval(13145, v is NotEmptyStructGen<Guid>, false);
- Eval(13146, v is NotEmptyStructGen<Guid>[], false);
- Eval(13147, v is NotEmptyStructGen<Guid>?, false);
- Eval(13148, v is NotEmptyStructGen<Guid>?[], false);
- Eval(13149, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(13150, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(13151, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(13152, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(13141, v is EmptyStructGen<int>, false);
+// Eval(13142, v is EmptyStructGen<int>[], false);
+// Eval(13143, v is EmptyStructGen<int>?, false);
+// Eval(13144, v is EmptyStructGen<int>?[], false);
+// Eval(13145, v is NotEmptyStructGen<Guid>, false);
+// Eval(13146, v is NotEmptyStructGen<Guid>[], false);
+// Eval(13147, v is NotEmptyStructGen<Guid>?, false);
+// Eval(13148, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(13149, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(13150, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(13151, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(13152, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(13153, v is NestedStruct, false);
Eval(13154, v is NestedStruct[], false);
Eval(13155, v is NestedStruct?, false);
Eval(13156, v is NestedStruct?[], false);
- Eval(13157, v is NestedStructGen<Decimal>, false);
- Eval(13158, v is NestedStructGen<Decimal>[], false);
- Eval(13159, v is NestedStructGen<Decimal>?, false);
- Eval(13160, v is NestedStructGen<Decimal>?[], false);
+// Eval(13157, v is NestedStructGen<Decimal>, false);
+// Eval(13158, v is NestedStructGen<Decimal>[], false);
+// Eval(13159, v is NestedStructGen<Decimal>?, false);
+// Eval(13160, v is NestedStructGen<Decimal>?[], false);
Eval(13161, v is ExplicitFieldOffsetStruct, false);
Eval(13162, v is ExplicitFieldOffsetStruct[], false);
Eval(13163, v is ExplicitFieldOffsetStruct?, false);
@@ -10984,18 +10984,18 @@ internal class Program
Eval(13182, v is ImplementTwoInterface[], false);
Eval(13183, v is ImplementTwoInterface?, false);
Eval(13184, v is ImplementTwoInterface?[], false);
- Eval(13185, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(13186, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(13187, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(13188, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(13189, v is ImplementTwoInterfaceGen<int>, false);
- Eval(13190, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(13191, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(13192, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(13193, v is ImplementAllInterface<int>, false);
- Eval(13194, v is ImplementAllInterface<int>[], false);
- Eval(13195, v is ImplementAllInterface<int>?, false);
- Eval(13196, v is ImplementAllInterface<int>?[], false);
+// Eval(13185, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(13186, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(13187, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(13188, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(13189, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(13190, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(13191, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(13192, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(13193, v is ImplementAllInterface<int>, false);
+// Eval(13194, v is ImplementAllInterface<int>[], false);
+// Eval(13195, v is ImplementAllInterface<int>?, false);
+// Eval(13196, v is ImplementAllInterface<int>?[], false);
Eval(13197, v is IntE, false);
Eval(13198, v is IntE[], false);
Eval(13199, v is IntE?, false);
@@ -11094,38 +11094,38 @@ internal class Program
Eval(13292, v is IEmpty[], false);
Eval(13293, v is INotEmpty, false);
Eval(13294, v is INotEmpty[], false);
- Eval(13295, v is IEmptyGen<int>, false);
- Eval(13296, v is IEmptyGen<int>[], false);
- Eval(13297, v is INotEmptyGen<int>, false);
- Eval(13298, v is INotEmptyGen<int>[], false);
+// Eval(13295, v is IEmptyGen<int>, false);
+// Eval(13296, v is IEmptyGen<int>[], false);
+// Eval(13297, v is INotEmptyGen<int>, false);
+// Eval(13298, v is INotEmptyGen<int>[], false);
Eval(13299, v is SimpleDelegate, false);
Eval(13300, v is SimpleDelegate[], false);
- Eval(13301, v is GenericDelegate<int>, false);
- Eval(13302, v is GenericDelegate<int>[], false);
+// Eval(13301, v is GenericDelegate<int>, false);
+// Eval(13302, v is GenericDelegate<int>[], false);
Eval(13303, v is EmptyClass, false);
Eval(13304, v is EmptyClass[], false);
Eval(13305, v is NotEmptyClass, false);
Eval(13306, v is NotEmptyClass[], false);
- Eval(13307, v is EmptyClassGen<int>, false);
- Eval(13308, v is EmptyClassGen<int>[], false);
- Eval(13309, v is NotEmptyClassGen<Guid>, false);
- Eval(13310, v is NotEmptyClassGen<Guid>[], false);
- Eval(13311, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(13312, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(13307, v is EmptyClassGen<int>, false);
+// Eval(13308, v is EmptyClassGen<int>[], false);
+// Eval(13309, v is NotEmptyClassGen<Guid>, false);
+// Eval(13310, v is NotEmptyClassGen<Guid>[], false);
+// Eval(13311, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(13312, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(13313, v is NestedClass, false);
Eval(13314, v is NestedClass[], false);
- Eval(13315, v is NestedClassGen<Decimal>, false);
- Eval(13316, v is NestedClassGen<Decimal>[], false);
+// Eval(13315, v is NestedClassGen<Decimal>, false);
+// Eval(13316, v is NestedClassGen<Decimal>[], false);
Eval(13317, v is ImplementOneInterfaceC, false);
Eval(13318, v is ImplementOneInterfaceC[], false);
Eval(13319, v is ImplementTwoInterfaceC, false);
Eval(13320, v is ImplementTwoInterfaceC[], false);
- Eval(13321, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(13322, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(13323, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(13324, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(13325, v is ImplementAllInterfaceC<int>, false);
- Eval(13326, v is ImplementAllInterfaceC<int>[], false);
+// Eval(13321, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(13322, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(13323, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(13324, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(13325, v is ImplementAllInterfaceC<int>, false);
+// Eval(13326, v is ImplementAllInterfaceC<int>[], false);
Eval(13327, v is SealedClass, false);
Eval(13328, v is SealedClass[], false);
}
@@ -11139,26 +11139,26 @@ internal class Program
Eval(13334, v is NotEmptyStruct[], false);
Eval(13335, v is NotEmptyStruct?, false);
Eval(13336, v is NotEmptyStruct?[], false);
- Eval(13337, v is EmptyStructGen<int>, false);
- Eval(13338, v is EmptyStructGen<int>[], false);
- Eval(13339, v is EmptyStructGen<int>?, false);
- Eval(13340, v is EmptyStructGen<int>?[], false);
- Eval(13341, v is NotEmptyStructGen<Guid>, false);
- Eval(13342, v is NotEmptyStructGen<Guid>[], false);
- Eval(13343, v is NotEmptyStructGen<Guid>?, false);
- Eval(13344, v is NotEmptyStructGen<Guid>?[], false);
- Eval(13345, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(13346, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(13347, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(13348, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(13337, v is EmptyStructGen<int>, false);
+// Eval(13338, v is EmptyStructGen<int>[], false);
+// Eval(13339, v is EmptyStructGen<int>?, false);
+// Eval(13340, v is EmptyStructGen<int>?[], false);
+// Eval(13341, v is NotEmptyStructGen<Guid>, false);
+// Eval(13342, v is NotEmptyStructGen<Guid>[], false);
+// Eval(13343, v is NotEmptyStructGen<Guid>?, false);
+// Eval(13344, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(13345, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(13346, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(13347, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(13348, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(13349, v is NestedStruct, false);
Eval(13350, v is NestedStruct[], false);
Eval(13351, v is NestedStruct?, false);
Eval(13352, v is NestedStruct?[], false);
- Eval(13353, v is NestedStructGen<Decimal>, false);
- Eval(13354, v is NestedStructGen<Decimal>[], false);
- Eval(13355, v is NestedStructGen<Decimal>?, false);
- Eval(13356, v is NestedStructGen<Decimal>?[], false);
+// Eval(13353, v is NestedStructGen<Decimal>, false);
+// Eval(13354, v is NestedStructGen<Decimal>[], false);
+// Eval(13355, v is NestedStructGen<Decimal>?, false);
+// Eval(13356, v is NestedStructGen<Decimal>?[], false);
Eval(13357, v is ExplicitFieldOffsetStruct, false);
Eval(13358, v is ExplicitFieldOffsetStruct[], false);
Eval(13359, v is ExplicitFieldOffsetStruct?, false);
@@ -11175,18 +11175,18 @@ internal class Program
Eval(13378, v is ImplementTwoInterface[], false);
Eval(13379, v is ImplementTwoInterface?, false);
Eval(13380, v is ImplementTwoInterface?[], false);
- Eval(13381, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(13382, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(13383, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(13384, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(13385, v is ImplementTwoInterfaceGen<int>, false);
- Eval(13386, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(13387, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(13388, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(13389, v is ImplementAllInterface<int>, false);
- Eval(13390, v is ImplementAllInterface<int>[], false);
- Eval(13391, v is ImplementAllInterface<int>?, false);
- Eval(13392, v is ImplementAllInterface<int>?[], false);
+// Eval(13381, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(13382, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(13383, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(13384, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(13385, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(13386, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(13387, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(13388, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(13389, v is ImplementAllInterface<int>, false);
+// Eval(13390, v is ImplementAllInterface<int>[], false);
+// Eval(13391, v is ImplementAllInterface<int>?, false);
+// Eval(13392, v is ImplementAllInterface<int>?[], false);
Eval(13393, v is IntE, false);
Eval(13394, v is IntE[], false);
Eval(13395, v is IntE?, false);
@@ -11285,38 +11285,38 @@ internal class Program
Eval(13488, v is IEmpty[], false);
Eval(13489, v is INotEmpty, false);
Eval(13490, v is INotEmpty[], false);
- Eval(13491, v is IEmptyGen<int>, false);
- Eval(13492, v is IEmptyGen<int>[], false);
- Eval(13493, v is INotEmptyGen<int>, false);
- Eval(13494, v is INotEmptyGen<int>[], false);
+// Eval(13491, v is IEmptyGen<int>, false);
+// Eval(13492, v is IEmptyGen<int>[], false);
+// Eval(13493, v is INotEmptyGen<int>, false);
+// Eval(13494, v is INotEmptyGen<int>[], false);
Eval(13495, v is SimpleDelegate, false);
Eval(13496, v is SimpleDelegate[], false);
- Eval(13497, v is GenericDelegate<int>, false);
- Eval(13498, v is GenericDelegate<int>[], false);
+// Eval(13497, v is GenericDelegate<int>, false);
+// Eval(13498, v is GenericDelegate<int>[], false);
Eval(13499, v is EmptyClass, false);
Eval(13500, v is EmptyClass[], false);
Eval(13501, v is NotEmptyClass, false);
Eval(13502, v is NotEmptyClass[], false);
- Eval(13503, v is EmptyClassGen<int>, false);
- Eval(13504, v is EmptyClassGen<int>[], false);
- Eval(13505, v is NotEmptyClassGen<Guid>, false);
- Eval(13506, v is NotEmptyClassGen<Guid>[], false);
- Eval(13507, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(13508, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(13503, v is EmptyClassGen<int>, false);
+// Eval(13504, v is EmptyClassGen<int>[], false);
+// Eval(13505, v is NotEmptyClassGen<Guid>, false);
+// Eval(13506, v is NotEmptyClassGen<Guid>[], false);
+// Eval(13507, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(13508, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(13509, v is NestedClass, false);
Eval(13510, v is NestedClass[], false);
- Eval(13511, v is NestedClassGen<Decimal>, false);
- Eval(13512, v is NestedClassGen<Decimal>[], false);
+// Eval(13511, v is NestedClassGen<Decimal>, false);
+// Eval(13512, v is NestedClassGen<Decimal>[], false);
Eval(13513, v is ImplementOneInterfaceC, false);
Eval(13514, v is ImplementOneInterfaceC[], false);
Eval(13515, v is ImplementTwoInterfaceC, false);
Eval(13516, v is ImplementTwoInterfaceC[], false);
- Eval(13517, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(13518, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(13519, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(13520, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(13521, v is ImplementAllInterfaceC<int>, false);
- Eval(13522, v is ImplementAllInterfaceC<int>[], false);
+// Eval(13517, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(13518, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(13519, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(13520, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(13521, v is ImplementAllInterfaceC<int>, false);
+// Eval(13522, v is ImplementAllInterfaceC<int>[], false);
Eval(13523, v is SealedClass, false);
Eval(13524, v is SealedClass[], false);
}
@@ -11330,26 +11330,26 @@ internal class Program
Eval(13530, v is NotEmptyStruct[], false);
Eval(13531, v is NotEmptyStruct?, false);
Eval(13532, v is NotEmptyStruct?[], false);
- Eval(13533, v is EmptyStructGen<int>, false);
- Eval(13534, v is EmptyStructGen<int>[], false);
- Eval(13535, v is EmptyStructGen<int>?, false);
- Eval(13536, v is EmptyStructGen<int>?[], false);
- Eval(13537, v is NotEmptyStructGen<Guid>, false);
- Eval(13538, v is NotEmptyStructGen<Guid>[], false);
- Eval(13539, v is NotEmptyStructGen<Guid>?, false);
- Eval(13540, v is NotEmptyStructGen<Guid>?[], false);
- Eval(13541, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(13542, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(13543, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(13544, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(13533, v is EmptyStructGen<int>, false);
+// Eval(13534, v is EmptyStructGen<int>[], false);
+// Eval(13535, v is EmptyStructGen<int>?, false);
+// Eval(13536, v is EmptyStructGen<int>?[], false);
+// Eval(13537, v is NotEmptyStructGen<Guid>, false);
+// Eval(13538, v is NotEmptyStructGen<Guid>[], false);
+// Eval(13539, v is NotEmptyStructGen<Guid>?, false);
+// Eval(13540, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(13541, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(13542, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(13543, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(13544, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(13545, v is NestedStruct, false);
Eval(13546, v is NestedStruct[], false);
Eval(13547, v is NestedStruct?, false);
Eval(13548, v is NestedStruct?[], false);
- Eval(13549, v is NestedStructGen<Decimal>, false);
- Eval(13550, v is NestedStructGen<Decimal>[], false);
- Eval(13551, v is NestedStructGen<Decimal>?, false);
- Eval(13552, v is NestedStructGen<Decimal>?[], false);
+// Eval(13549, v is NestedStructGen<Decimal>, false);
+// Eval(13550, v is NestedStructGen<Decimal>[], false);
+// Eval(13551, v is NestedStructGen<Decimal>?, false);
+// Eval(13552, v is NestedStructGen<Decimal>?[], false);
Eval(13553, v is ExplicitFieldOffsetStruct, false);
Eval(13554, v is ExplicitFieldOffsetStruct[], false);
Eval(13555, v is ExplicitFieldOffsetStruct?, false);
@@ -11366,18 +11366,18 @@ internal class Program
Eval(13574, v is ImplementTwoInterface[], false);
Eval(13575, v is ImplementTwoInterface?, false);
Eval(13576, v is ImplementTwoInterface?[], false);
- Eval(13577, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(13578, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(13579, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(13580, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], true);
- Eval(13581, v is ImplementTwoInterfaceGen<int>, false);
- Eval(13582, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(13583, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(13584, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(13585, v is ImplementAllInterface<int>, false);
- Eval(13586, v is ImplementAllInterface<int>[], false);
- Eval(13587, v is ImplementAllInterface<int>?, false);
- Eval(13588, v is ImplementAllInterface<int>?[], false);
+// Eval(13577, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(13578, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(13579, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(13580, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], true);
+// Eval(13581, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(13582, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(13583, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(13584, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(13585, v is ImplementAllInterface<int>, false);
+// Eval(13586, v is ImplementAllInterface<int>[], false);
+// Eval(13587, v is ImplementAllInterface<int>?, false);
+// Eval(13588, v is ImplementAllInterface<int>?[], false);
Eval(13589, v is IntE, false);
Eval(13590, v is IntE[], false);
Eval(13591, v is IntE?, false);
@@ -11476,38 +11476,38 @@ internal class Program
Eval(13684, v is IEmpty[], false);
Eval(13685, v is INotEmpty, false);
Eval(13686, v is INotEmpty[], false);
- Eval(13687, v is IEmptyGen<int>, false);
- Eval(13688, v is IEmptyGen<int>[], false);
- Eval(13689, v is INotEmptyGen<int>, false);
- Eval(13690, v is INotEmptyGen<int>[], false);
+// Eval(13687, v is IEmptyGen<int>, false);
+// Eval(13688, v is IEmptyGen<int>[], false);
+// Eval(13689, v is INotEmptyGen<int>, false);
+// Eval(13690, v is INotEmptyGen<int>[], false);
Eval(13691, v is SimpleDelegate, false);
Eval(13692, v is SimpleDelegate[], false);
- Eval(13693, v is GenericDelegate<int>, false);
- Eval(13694, v is GenericDelegate<int>[], false);
+// Eval(13693, v is GenericDelegate<int>, false);
+// Eval(13694, v is GenericDelegate<int>[], false);
Eval(13695, v is EmptyClass, false);
Eval(13696, v is EmptyClass[], false);
Eval(13697, v is NotEmptyClass, false);
Eval(13698, v is NotEmptyClass[], false);
- Eval(13699, v is EmptyClassGen<int>, false);
- Eval(13700, v is EmptyClassGen<int>[], false);
- Eval(13701, v is NotEmptyClassGen<Guid>, false);
- Eval(13702, v is NotEmptyClassGen<Guid>[], false);
- Eval(13703, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(13704, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(13699, v is EmptyClassGen<int>, false);
+// Eval(13700, v is EmptyClassGen<int>[], false);
+// Eval(13701, v is NotEmptyClassGen<Guid>, false);
+// Eval(13702, v is NotEmptyClassGen<Guid>[], false);
+// Eval(13703, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(13704, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(13705, v is NestedClass, false);
Eval(13706, v is NestedClass[], false);
- Eval(13707, v is NestedClassGen<Decimal>, false);
- Eval(13708, v is NestedClassGen<Decimal>[], false);
+// Eval(13707, v is NestedClassGen<Decimal>, false);
+// Eval(13708, v is NestedClassGen<Decimal>[], false);
Eval(13709, v is ImplementOneInterfaceC, false);
Eval(13710, v is ImplementOneInterfaceC[], false);
Eval(13711, v is ImplementTwoInterfaceC, false);
Eval(13712, v is ImplementTwoInterfaceC[], false);
- Eval(13713, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(13714, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(13715, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(13716, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(13717, v is ImplementAllInterfaceC<int>, false);
- Eval(13718, v is ImplementAllInterfaceC<int>[], false);
+// Eval(13713, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(13714, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(13715, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(13716, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(13717, v is ImplementAllInterfaceC<int>, false);
+// Eval(13718, v is ImplementAllInterfaceC<int>[], false);
Eval(13719, v is SealedClass, false);
Eval(13720, v is SealedClass[], false);
}
@@ -11524,26 +11524,26 @@ internal class Program
Eval(13726, v is NotEmptyStruct[], false);
Eval(13727, v is NotEmptyStruct?, false);
Eval(13728, v is NotEmptyStruct?[], false);
- Eval(13729, v is EmptyStructGen<int>, false);
- Eval(13730, v is EmptyStructGen<int>[], false);
- Eval(13731, v is EmptyStructGen<int>?, false);
- Eval(13732, v is EmptyStructGen<int>?[], false);
- Eval(13733, v is NotEmptyStructGen<Guid>, false);
- Eval(13734, v is NotEmptyStructGen<Guid>[], false);
- Eval(13735, v is NotEmptyStructGen<Guid>?, false);
- Eval(13736, v is NotEmptyStructGen<Guid>?[], false);
- Eval(13737, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(13738, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(13739, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(13740, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(13729, v is EmptyStructGen<int>, false);
+// Eval(13730, v is EmptyStructGen<int>[], false);
+// Eval(13731, v is EmptyStructGen<int>?, false);
+// Eval(13732, v is EmptyStructGen<int>?[], false);
+// Eval(13733, v is NotEmptyStructGen<Guid>, false);
+// Eval(13734, v is NotEmptyStructGen<Guid>[], false);
+// Eval(13735, v is NotEmptyStructGen<Guid>?, false);
+// Eval(13736, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(13737, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(13738, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(13739, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(13740, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(13741, v is NestedStruct, false);
Eval(13742, v is NestedStruct[], false);
Eval(13743, v is NestedStruct?, false);
Eval(13744, v is NestedStruct?[], false);
- Eval(13745, v is NestedStructGen<Decimal>, false);
- Eval(13746, v is NestedStructGen<Decimal>[], false);
- Eval(13747, v is NestedStructGen<Decimal>?, false);
- Eval(13748, v is NestedStructGen<Decimal>?[], false);
+// Eval(13745, v is NestedStructGen<Decimal>, false);
+// Eval(13746, v is NestedStructGen<Decimal>[], false);
+// Eval(13747, v is NestedStructGen<Decimal>?, false);
+// Eval(13748, v is NestedStructGen<Decimal>?[], false);
Eval(13749, v is ExplicitFieldOffsetStruct, false);
Eval(13750, v is ExplicitFieldOffsetStruct[], false);
Eval(13751, v is ExplicitFieldOffsetStruct?, false);
@@ -11560,18 +11560,18 @@ internal class Program
Eval(13770, v is ImplementTwoInterface[], false);
Eval(13771, v is ImplementTwoInterface?, false);
Eval(13772, v is ImplementTwoInterface?[], false);
- Eval(13773, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(13774, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(13775, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(13776, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(13777, v is ImplementTwoInterfaceGen<int>, true);
- Eval(13778, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(13779, v is ImplementTwoInterfaceGen<int>?, true);
- Eval(13780, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(13781, v is ImplementAllInterface<int>, false);
- Eval(13782, v is ImplementAllInterface<int>[], false);
- Eval(13783, v is ImplementAllInterface<int>?, false);
- Eval(13784, v is ImplementAllInterface<int>?[], false);
+// Eval(13773, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(13774, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(13775, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(13776, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(13777, v is ImplementTwoInterfaceGen<int>, true);
+// Eval(13778, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(13779, v is ImplementTwoInterfaceGen<int>?, true);
+// Eval(13780, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(13781, v is ImplementAllInterface<int>, false);
+// Eval(13782, v is ImplementAllInterface<int>[], false);
+// Eval(13783, v is ImplementAllInterface<int>?, false);
+// Eval(13784, v is ImplementAllInterface<int>?[], false);
Eval(13785, v is IntE, false);
Eval(13786, v is IntE[], false);
Eval(13787, v is IntE?, false);
@@ -11670,38 +11670,38 @@ internal class Program
Eval(13880, v is IEmpty[], false);
Eval(13881, v is INotEmpty, false);
Eval(13882, v is INotEmpty[], false);
- Eval(13883, v is IEmptyGen<int>, true);
- Eval(13884, v is IEmptyGen<int>[], false);
- Eval(13885, v is INotEmptyGen<int>, true);
- Eval(13886, v is INotEmptyGen<int>[], false);
+// Eval(13883, v is IEmptyGen<int>, true);
+// Eval(13884, v is IEmptyGen<int>[], false);
+// Eval(13885, v is INotEmptyGen<int>, true);
+// Eval(13886, v is INotEmptyGen<int>[], false);
Eval(13887, v is SimpleDelegate, false);
Eval(13888, v is SimpleDelegate[], false);
- Eval(13889, v is GenericDelegate<int>, false);
- Eval(13890, v is GenericDelegate<int>[], false);
+// Eval(13889, v is GenericDelegate<int>, false);
+// Eval(13890, v is GenericDelegate<int>[], false);
Eval(13891, v is EmptyClass, false);
Eval(13892, v is EmptyClass[], false);
Eval(13893, v is NotEmptyClass, false);
Eval(13894, v is NotEmptyClass[], false);
- Eval(13895, v is EmptyClassGen<int>, false);
- Eval(13896, v is EmptyClassGen<int>[], false);
- Eval(13897, v is NotEmptyClassGen<Guid>, false);
- Eval(13898, v is NotEmptyClassGen<Guid>[], false);
- Eval(13899, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(13900, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(13895, v is EmptyClassGen<int>, false);
+// Eval(13896, v is EmptyClassGen<int>[], false);
+// Eval(13897, v is NotEmptyClassGen<Guid>, false);
+// Eval(13898, v is NotEmptyClassGen<Guid>[], false);
+// Eval(13899, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(13900, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(13901, v is NestedClass, false);
Eval(13902, v is NestedClass[], false);
- Eval(13903, v is NestedClassGen<Decimal>, false);
- Eval(13904, v is NestedClassGen<Decimal>[], false);
+// Eval(13903, v is NestedClassGen<Decimal>, false);
+// Eval(13904, v is NestedClassGen<Decimal>[], false);
Eval(13905, v is ImplementOneInterfaceC, false);
Eval(13906, v is ImplementOneInterfaceC[], false);
Eval(13907, v is ImplementTwoInterfaceC, false);
Eval(13908, v is ImplementTwoInterfaceC[], false);
- Eval(13909, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(13910, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(13911, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(13912, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(13913, v is ImplementAllInterfaceC<int>, false);
- Eval(13914, v is ImplementAllInterfaceC<int>[], false);
+// Eval(13909, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(13910, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(13911, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(13912, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(13913, v is ImplementAllInterfaceC<int>, false);
+// Eval(13914, v is ImplementAllInterfaceC<int>[], false);
Eval(13915, v is SealedClass, false);
Eval(13916, v is SealedClass[], false);
}
@@ -11715,26 +11715,26 @@ internal class Program
Eval(13922, v is NotEmptyStruct[], false);
Eval(13923, v is NotEmptyStruct?, false);
Eval(13924, v is NotEmptyStruct?[], false);
- Eval(13925, v is EmptyStructGen<int>, false);
- Eval(13926, v is EmptyStructGen<int>[], false);
- Eval(13927, v is EmptyStructGen<int>?, false);
- Eval(13928, v is EmptyStructGen<int>?[], false);
- Eval(13929, v is NotEmptyStructGen<Guid>, false);
- Eval(13930, v is NotEmptyStructGen<Guid>[], false);
- Eval(13931, v is NotEmptyStructGen<Guid>?, false);
- Eval(13932, v is NotEmptyStructGen<Guid>?[], false);
- Eval(13933, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(13934, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(13935, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(13936, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(13925, v is EmptyStructGen<int>, false);
+// Eval(13926, v is EmptyStructGen<int>[], false);
+// Eval(13927, v is EmptyStructGen<int>?, false);
+// Eval(13928, v is EmptyStructGen<int>?[], false);
+// Eval(13929, v is NotEmptyStructGen<Guid>, false);
+// Eval(13930, v is NotEmptyStructGen<Guid>[], false);
+// Eval(13931, v is NotEmptyStructGen<Guid>?, false);
+// Eval(13932, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(13933, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(13934, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(13935, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(13936, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(13937, v is NestedStruct, false);
Eval(13938, v is NestedStruct[], false);
Eval(13939, v is NestedStruct?, false);
Eval(13940, v is NestedStruct?[], false);
- Eval(13941, v is NestedStructGen<Decimal>, false);
- Eval(13942, v is NestedStructGen<Decimal>[], false);
- Eval(13943, v is NestedStructGen<Decimal>?, false);
- Eval(13944, v is NestedStructGen<Decimal>?[], false);
+// Eval(13941, v is NestedStructGen<Decimal>, false);
+// Eval(13942, v is NestedStructGen<Decimal>[], false);
+// Eval(13943, v is NestedStructGen<Decimal>?, false);
+// Eval(13944, v is NestedStructGen<Decimal>?[], false);
Eval(13945, v is ExplicitFieldOffsetStruct, false);
Eval(13946, v is ExplicitFieldOffsetStruct[], false);
Eval(13947, v is ExplicitFieldOffsetStruct?, false);
@@ -11751,18 +11751,18 @@ internal class Program
Eval(13966, v is ImplementTwoInterface[], false);
Eval(13967, v is ImplementTwoInterface?, false);
Eval(13968, v is ImplementTwoInterface?[], false);
- Eval(13969, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(13970, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(13971, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(13972, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(13973, v is ImplementTwoInterfaceGen<int>, true);
- Eval(13974, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(13975, v is ImplementTwoInterfaceGen<int>?, true);
- Eval(13976, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(13977, v is ImplementAllInterface<int>, false);
- Eval(13978, v is ImplementAllInterface<int>[], false);
- Eval(13979, v is ImplementAllInterface<int>?, false);
- Eval(13980, v is ImplementAllInterface<int>?[], false);
+// Eval(13969, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(13970, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(13971, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(13972, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(13973, v is ImplementTwoInterfaceGen<int>, true);
+// Eval(13974, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(13975, v is ImplementTwoInterfaceGen<int>?, true);
+// Eval(13976, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(13977, v is ImplementAllInterface<int>, false);
+// Eval(13978, v is ImplementAllInterface<int>[], false);
+// Eval(13979, v is ImplementAllInterface<int>?, false);
+// Eval(13980, v is ImplementAllInterface<int>?[], false);
Eval(13981, v is IntE, false);
Eval(13982, v is IntE[], false);
Eval(13983, v is IntE?, false);
@@ -11861,38 +11861,38 @@ internal class Program
Eval(14076, v is IEmpty[], false);
Eval(14077, v is INotEmpty, false);
Eval(14078, v is INotEmpty[], false);
- Eval(14079, v is IEmptyGen<int>, true);
- Eval(14080, v is IEmptyGen<int>[], false);
- Eval(14081, v is INotEmptyGen<int>, true);
- Eval(14082, v is INotEmptyGen<int>[], false);
+// Eval(14079, v is IEmptyGen<int>, true);
+// Eval(14080, v is IEmptyGen<int>[], false);
+// Eval(14081, v is INotEmptyGen<int>, true);
+// Eval(14082, v is INotEmptyGen<int>[], false);
Eval(14083, v is SimpleDelegate, false);
Eval(14084, v is SimpleDelegate[], false);
- Eval(14085, v is GenericDelegate<int>, false);
- Eval(14086, v is GenericDelegate<int>[], false);
+// Eval(14085, v is GenericDelegate<int>, false);
+// Eval(14086, v is GenericDelegate<int>[], false);
Eval(14087, v is EmptyClass, false);
Eval(14088, v is EmptyClass[], false);
Eval(14089, v is NotEmptyClass, false);
Eval(14090, v is NotEmptyClass[], false);
- Eval(14091, v is EmptyClassGen<int>, false);
- Eval(14092, v is EmptyClassGen<int>[], false);
- Eval(14093, v is NotEmptyClassGen<Guid>, false);
- Eval(14094, v is NotEmptyClassGen<Guid>[], false);
- Eval(14095, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(14096, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(14091, v is EmptyClassGen<int>, false);
+// Eval(14092, v is EmptyClassGen<int>[], false);
+// Eval(14093, v is NotEmptyClassGen<Guid>, false);
+// Eval(14094, v is NotEmptyClassGen<Guid>[], false);
+// Eval(14095, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(14096, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(14097, v is NestedClass, false);
Eval(14098, v is NestedClass[], false);
- Eval(14099, v is NestedClassGen<Decimal>, false);
- Eval(14100, v is NestedClassGen<Decimal>[], false);
+// Eval(14099, v is NestedClassGen<Decimal>, false);
+// Eval(14100, v is NestedClassGen<Decimal>[], false);
Eval(14101, v is ImplementOneInterfaceC, false);
Eval(14102, v is ImplementOneInterfaceC[], false);
Eval(14103, v is ImplementTwoInterfaceC, false);
Eval(14104, v is ImplementTwoInterfaceC[], false);
- Eval(14105, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(14106, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(14107, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(14108, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(14109, v is ImplementAllInterfaceC<int>, false);
- Eval(14110, v is ImplementAllInterfaceC<int>[], false);
+// Eval(14105, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(14106, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(14107, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(14108, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(14109, v is ImplementAllInterfaceC<int>, false);
+// Eval(14110, v is ImplementAllInterfaceC<int>[], false);
Eval(14111, v is SealedClass, false);
Eval(14112, v is SealedClass[], false);
}
@@ -11906,26 +11906,26 @@ internal class Program
Eval(14118, v is NotEmptyStruct[], false);
Eval(14119, v is NotEmptyStruct?, false);
Eval(14120, v is NotEmptyStruct?[], false);
- Eval(14121, v is EmptyStructGen<int>, false);
- Eval(14122, v is EmptyStructGen<int>[], false);
- Eval(14123, v is EmptyStructGen<int>?, false);
- Eval(14124, v is EmptyStructGen<int>?[], false);
- Eval(14125, v is NotEmptyStructGen<Guid>, false);
- Eval(14126, v is NotEmptyStructGen<Guid>[], false);
- Eval(14127, v is NotEmptyStructGen<Guid>?, false);
- Eval(14128, v is NotEmptyStructGen<Guid>?[], false);
- Eval(14129, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(14130, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(14131, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(14132, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(14121, v is EmptyStructGen<int>, false);
+// Eval(14122, v is EmptyStructGen<int>[], false);
+// Eval(14123, v is EmptyStructGen<int>?, false);
+// Eval(14124, v is EmptyStructGen<int>?[], false);
+// Eval(14125, v is NotEmptyStructGen<Guid>, false);
+// Eval(14126, v is NotEmptyStructGen<Guid>[], false);
+// Eval(14127, v is NotEmptyStructGen<Guid>?, false);
+// Eval(14128, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(14129, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(14130, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(14131, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(14132, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(14133, v is NestedStruct, false);
Eval(14134, v is NestedStruct[], false);
Eval(14135, v is NestedStruct?, false);
Eval(14136, v is NestedStruct?[], false);
- Eval(14137, v is NestedStructGen<Decimal>, false);
- Eval(14138, v is NestedStructGen<Decimal>[], false);
- Eval(14139, v is NestedStructGen<Decimal>?, false);
- Eval(14140, v is NestedStructGen<Decimal>?[], false);
+// Eval(14137, v is NestedStructGen<Decimal>, false);
+// Eval(14138, v is NestedStructGen<Decimal>[], false);
+// Eval(14139, v is NestedStructGen<Decimal>?, false);
+// Eval(14140, v is NestedStructGen<Decimal>?[], false);
Eval(14141, v is ExplicitFieldOffsetStruct, false);
Eval(14142, v is ExplicitFieldOffsetStruct[], false);
Eval(14143, v is ExplicitFieldOffsetStruct?, false);
@@ -11942,18 +11942,18 @@ internal class Program
Eval(14162, v is ImplementTwoInterface[], false);
Eval(14163, v is ImplementTwoInterface?, false);
Eval(14164, v is ImplementTwoInterface?[], false);
- Eval(14165, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(14166, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(14167, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(14168, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(14169, v is ImplementTwoInterfaceGen<int>, false);
- Eval(14170, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(14171, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(14172, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(14173, v is ImplementAllInterface<int>, false);
- Eval(14174, v is ImplementAllInterface<int>[], false);
- Eval(14175, v is ImplementAllInterface<int>?, false);
- Eval(14176, v is ImplementAllInterface<int>?[], false);
+// Eval(14165, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(14166, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(14167, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(14168, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(14169, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(14170, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(14171, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(14172, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(14173, v is ImplementAllInterface<int>, false);
+// Eval(14174, v is ImplementAllInterface<int>[], false);
+// Eval(14175, v is ImplementAllInterface<int>?, false);
+// Eval(14176, v is ImplementAllInterface<int>?[], false);
Eval(14177, v is IntE, false);
Eval(14178, v is IntE[], false);
Eval(14179, v is IntE?, false);
@@ -12052,38 +12052,38 @@ internal class Program
Eval(14272, v is IEmpty[], false);
Eval(14273, v is INotEmpty, false);
Eval(14274, v is INotEmpty[], false);
- Eval(14275, v is IEmptyGen<int>, false);
- Eval(14276, v is IEmptyGen<int>[], false);
- Eval(14277, v is INotEmptyGen<int>, false);
- Eval(14278, v is INotEmptyGen<int>[], false);
+// Eval(14275, v is IEmptyGen<int>, false);
+// Eval(14276, v is IEmptyGen<int>[], false);
+// Eval(14277, v is INotEmptyGen<int>, false);
+// Eval(14278, v is INotEmptyGen<int>[], false);
Eval(14279, v is SimpleDelegate, false);
Eval(14280, v is SimpleDelegate[], false);
- Eval(14281, v is GenericDelegate<int>, false);
- Eval(14282, v is GenericDelegate<int>[], false);
+// Eval(14281, v is GenericDelegate<int>, false);
+// Eval(14282, v is GenericDelegate<int>[], false);
Eval(14283, v is EmptyClass, false);
Eval(14284, v is EmptyClass[], false);
Eval(14285, v is NotEmptyClass, false);
Eval(14286, v is NotEmptyClass[], false);
- Eval(14287, v is EmptyClassGen<int>, false);
- Eval(14288, v is EmptyClassGen<int>[], false);
- Eval(14289, v is NotEmptyClassGen<Guid>, false);
- Eval(14290, v is NotEmptyClassGen<Guid>[], false);
- Eval(14291, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(14292, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(14287, v is EmptyClassGen<int>, false);
+// Eval(14288, v is EmptyClassGen<int>[], false);
+// Eval(14289, v is NotEmptyClassGen<Guid>, false);
+// Eval(14290, v is NotEmptyClassGen<Guid>[], false);
+// Eval(14291, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(14292, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(14293, v is NestedClass, false);
Eval(14294, v is NestedClass[], false);
- Eval(14295, v is NestedClassGen<Decimal>, false);
- Eval(14296, v is NestedClassGen<Decimal>[], false);
+// Eval(14295, v is NestedClassGen<Decimal>, false);
+// Eval(14296, v is NestedClassGen<Decimal>[], false);
Eval(14297, v is ImplementOneInterfaceC, false);
Eval(14298, v is ImplementOneInterfaceC[], false);
Eval(14299, v is ImplementTwoInterfaceC, false);
Eval(14300, v is ImplementTwoInterfaceC[], false);
- Eval(14301, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(14302, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(14303, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(14304, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(14305, v is ImplementAllInterfaceC<int>, false);
- Eval(14306, v is ImplementAllInterfaceC<int>[], false);
+// Eval(14301, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(14302, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(14303, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(14304, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(14305, v is ImplementAllInterfaceC<int>, false);
+// Eval(14306, v is ImplementAllInterfaceC<int>[], false);
Eval(14307, v is SealedClass, false);
Eval(14308, v is SealedClass[], false);
}
@@ -12097,26 +12097,26 @@ internal class Program
Eval(14314, v is NotEmptyStruct[], false);
Eval(14315, v is NotEmptyStruct?, false);
Eval(14316, v is NotEmptyStruct?[], false);
- Eval(14317, v is EmptyStructGen<int>, false);
- Eval(14318, v is EmptyStructGen<int>[], false);
- Eval(14319, v is EmptyStructGen<int>?, false);
- Eval(14320, v is EmptyStructGen<int>?[], false);
- Eval(14321, v is NotEmptyStructGen<Guid>, false);
- Eval(14322, v is NotEmptyStructGen<Guid>[], false);
- Eval(14323, v is NotEmptyStructGen<Guid>?, false);
- Eval(14324, v is NotEmptyStructGen<Guid>?[], false);
- Eval(14325, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(14326, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(14327, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(14328, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(14317, v is EmptyStructGen<int>, false);
+// Eval(14318, v is EmptyStructGen<int>[], false);
+// Eval(14319, v is EmptyStructGen<int>?, false);
+// Eval(14320, v is EmptyStructGen<int>?[], false);
+// Eval(14321, v is NotEmptyStructGen<Guid>, false);
+// Eval(14322, v is NotEmptyStructGen<Guid>[], false);
+// Eval(14323, v is NotEmptyStructGen<Guid>?, false);
+// Eval(14324, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(14325, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(14326, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(14327, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(14328, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(14329, v is NestedStruct, false);
Eval(14330, v is NestedStruct[], false);
Eval(14331, v is NestedStruct?, false);
Eval(14332, v is NestedStruct?[], false);
- Eval(14333, v is NestedStructGen<Decimal>, false);
- Eval(14334, v is NestedStructGen<Decimal>[], false);
- Eval(14335, v is NestedStructGen<Decimal>?, false);
- Eval(14336, v is NestedStructGen<Decimal>?[], false);
+// Eval(14333, v is NestedStructGen<Decimal>, false);
+// Eval(14334, v is NestedStructGen<Decimal>[], false);
+// Eval(14335, v is NestedStructGen<Decimal>?, false);
+// Eval(14336, v is NestedStructGen<Decimal>?[], false);
Eval(14337, v is ExplicitFieldOffsetStruct, false);
Eval(14338, v is ExplicitFieldOffsetStruct[], false);
Eval(14339, v is ExplicitFieldOffsetStruct?, false);
@@ -12133,18 +12133,18 @@ internal class Program
Eval(14358, v is ImplementTwoInterface[], false);
Eval(14359, v is ImplementTwoInterface?, false);
Eval(14360, v is ImplementTwoInterface?[], false);
- Eval(14361, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(14362, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(14363, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(14364, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(14365, v is ImplementTwoInterfaceGen<int>, false);
- Eval(14366, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(14367, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(14368, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(14369, v is ImplementAllInterface<int>, false);
- Eval(14370, v is ImplementAllInterface<int>[], false);
- Eval(14371, v is ImplementAllInterface<int>?, false);
- Eval(14372, v is ImplementAllInterface<int>?[], false);
+// Eval(14361, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(14362, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(14363, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(14364, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(14365, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(14366, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(14367, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(14368, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(14369, v is ImplementAllInterface<int>, false);
+// Eval(14370, v is ImplementAllInterface<int>[], false);
+// Eval(14371, v is ImplementAllInterface<int>?, false);
+// Eval(14372, v is ImplementAllInterface<int>?[], false);
Eval(14373, v is IntE, false);
Eval(14374, v is IntE[], false);
Eval(14375, v is IntE?, false);
@@ -12243,38 +12243,38 @@ internal class Program
Eval(14468, v is IEmpty[], false);
Eval(14469, v is INotEmpty, false);
Eval(14470, v is INotEmpty[], false);
- Eval(14471, v is IEmptyGen<int>, false);
- Eval(14472, v is IEmptyGen<int>[], false);
- Eval(14473, v is INotEmptyGen<int>, false);
- Eval(14474, v is INotEmptyGen<int>[], false);
+// Eval(14471, v is IEmptyGen<int>, false);
+// Eval(14472, v is IEmptyGen<int>[], false);
+// Eval(14473, v is INotEmptyGen<int>, false);
+// Eval(14474, v is INotEmptyGen<int>[], false);
Eval(14475, v is SimpleDelegate, false);
Eval(14476, v is SimpleDelegate[], false);
- Eval(14477, v is GenericDelegate<int>, false);
- Eval(14478, v is GenericDelegate<int>[], false);
+// Eval(14477, v is GenericDelegate<int>, false);
+// Eval(14478, v is GenericDelegate<int>[], false);
Eval(14479, v is EmptyClass, false);
Eval(14480, v is EmptyClass[], false);
Eval(14481, v is NotEmptyClass, false);
Eval(14482, v is NotEmptyClass[], false);
- Eval(14483, v is EmptyClassGen<int>, false);
- Eval(14484, v is EmptyClassGen<int>[], false);
- Eval(14485, v is NotEmptyClassGen<Guid>, false);
- Eval(14486, v is NotEmptyClassGen<Guid>[], false);
- Eval(14487, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(14488, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(14483, v is EmptyClassGen<int>, false);
+// Eval(14484, v is EmptyClassGen<int>[], false);
+// Eval(14485, v is NotEmptyClassGen<Guid>, false);
+// Eval(14486, v is NotEmptyClassGen<Guid>[], false);
+// Eval(14487, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(14488, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(14489, v is NestedClass, false);
Eval(14490, v is NestedClass[], false);
- Eval(14491, v is NestedClassGen<Decimal>, false);
- Eval(14492, v is NestedClassGen<Decimal>[], false);
+// Eval(14491, v is NestedClassGen<Decimal>, false);
+// Eval(14492, v is NestedClassGen<Decimal>[], false);
Eval(14493, v is ImplementOneInterfaceC, false);
Eval(14494, v is ImplementOneInterfaceC[], false);
Eval(14495, v is ImplementTwoInterfaceC, false);
Eval(14496, v is ImplementTwoInterfaceC[], false);
- Eval(14497, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(14498, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(14499, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(14500, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(14501, v is ImplementAllInterfaceC<int>, false);
- Eval(14502, v is ImplementAllInterfaceC<int>[], false);
+// Eval(14497, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(14498, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(14499, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(14500, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(14501, v is ImplementAllInterfaceC<int>, false);
+// Eval(14502, v is ImplementAllInterfaceC<int>[], false);
Eval(14503, v is SealedClass, false);
Eval(14504, v is SealedClass[], false);
}
@@ -12288,26 +12288,26 @@ internal class Program
Eval(14510, v is NotEmptyStruct[], false);
Eval(14511, v is NotEmptyStruct?, false);
Eval(14512, v is NotEmptyStruct?[], false);
- Eval(14513, v is EmptyStructGen<int>, false);
- Eval(14514, v is EmptyStructGen<int>[], false);
- Eval(14515, v is EmptyStructGen<int>?, false);
- Eval(14516, v is EmptyStructGen<int>?[], false);
- Eval(14517, v is NotEmptyStructGen<Guid>, false);
- Eval(14518, v is NotEmptyStructGen<Guid>[], false);
- Eval(14519, v is NotEmptyStructGen<Guid>?, false);
- Eval(14520, v is NotEmptyStructGen<Guid>?[], false);
- Eval(14521, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(14522, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(14523, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(14524, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(14513, v is EmptyStructGen<int>, false);
+// Eval(14514, v is EmptyStructGen<int>[], false);
+// Eval(14515, v is EmptyStructGen<int>?, false);
+// Eval(14516, v is EmptyStructGen<int>?[], false);
+// Eval(14517, v is NotEmptyStructGen<Guid>, false);
+// Eval(14518, v is NotEmptyStructGen<Guid>[], false);
+// Eval(14519, v is NotEmptyStructGen<Guid>?, false);
+// Eval(14520, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(14521, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(14522, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(14523, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(14524, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(14525, v is NestedStruct, false);
Eval(14526, v is NestedStruct[], false);
Eval(14527, v is NestedStruct?, false);
Eval(14528, v is NestedStruct?[], false);
- Eval(14529, v is NestedStructGen<Decimal>, false);
- Eval(14530, v is NestedStructGen<Decimal>[], false);
- Eval(14531, v is NestedStructGen<Decimal>?, false);
- Eval(14532, v is NestedStructGen<Decimal>?[], false);
+// Eval(14529, v is NestedStructGen<Decimal>, false);
+// Eval(14530, v is NestedStructGen<Decimal>[], false);
+// Eval(14531, v is NestedStructGen<Decimal>?, false);
+// Eval(14532, v is NestedStructGen<Decimal>?[], false);
Eval(14533, v is ExplicitFieldOffsetStruct, false);
Eval(14534, v is ExplicitFieldOffsetStruct[], false);
Eval(14535, v is ExplicitFieldOffsetStruct?, false);
@@ -12324,18 +12324,18 @@ internal class Program
Eval(14554, v is ImplementTwoInterface[], false);
Eval(14555, v is ImplementTwoInterface?, false);
Eval(14556, v is ImplementTwoInterface?[], false);
- Eval(14557, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(14558, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(14559, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(14560, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(14561, v is ImplementTwoInterfaceGen<int>, false);
- Eval(14562, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(14563, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(14564, v is ImplementTwoInterfaceGen<int>?[], true);
- Eval(14565, v is ImplementAllInterface<int>, false);
- Eval(14566, v is ImplementAllInterface<int>[], false);
- Eval(14567, v is ImplementAllInterface<int>?, false);
- Eval(14568, v is ImplementAllInterface<int>?[], false);
+// Eval(14557, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(14558, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(14559, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(14560, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(14561, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(14562, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(14563, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(14564, v is ImplementTwoInterfaceGen<int>?[], true);
+// Eval(14565, v is ImplementAllInterface<int>, false);
+// Eval(14566, v is ImplementAllInterface<int>[], false);
+// Eval(14567, v is ImplementAllInterface<int>?, false);
+// Eval(14568, v is ImplementAllInterface<int>?[], false);
Eval(14569, v is IntE, false);
Eval(14570, v is IntE[], false);
Eval(14571, v is IntE?, false);
@@ -12434,38 +12434,38 @@ internal class Program
Eval(14664, v is IEmpty[], false);
Eval(14665, v is INotEmpty, false);
Eval(14666, v is INotEmpty[], false);
- Eval(14667, v is IEmptyGen<int>, false);
- Eval(14668, v is IEmptyGen<int>[], false);
- Eval(14669, v is INotEmptyGen<int>, false);
- Eval(14670, v is INotEmptyGen<int>[], false);
+// Eval(14667, v is IEmptyGen<int>, false);
+// Eval(14668, v is IEmptyGen<int>[], false);
+// Eval(14669, v is INotEmptyGen<int>, false);
+// Eval(14670, v is INotEmptyGen<int>[], false);
Eval(14671, v is SimpleDelegate, false);
Eval(14672, v is SimpleDelegate[], false);
- Eval(14673, v is GenericDelegate<int>, false);
- Eval(14674, v is GenericDelegate<int>[], false);
+// Eval(14673, v is GenericDelegate<int>, false);
+// Eval(14674, v is GenericDelegate<int>[], false);
Eval(14675, v is EmptyClass, false);
Eval(14676, v is EmptyClass[], false);
Eval(14677, v is NotEmptyClass, false);
Eval(14678, v is NotEmptyClass[], false);
- Eval(14679, v is EmptyClassGen<int>, false);
- Eval(14680, v is EmptyClassGen<int>[], false);
- Eval(14681, v is NotEmptyClassGen<Guid>, false);
- Eval(14682, v is NotEmptyClassGen<Guid>[], false);
- Eval(14683, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(14684, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(14679, v is EmptyClassGen<int>, false);
+// Eval(14680, v is EmptyClassGen<int>[], false);
+// Eval(14681, v is NotEmptyClassGen<Guid>, false);
+// Eval(14682, v is NotEmptyClassGen<Guid>[], false);
+// Eval(14683, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(14684, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(14685, v is NestedClass, false);
Eval(14686, v is NestedClass[], false);
- Eval(14687, v is NestedClassGen<Decimal>, false);
- Eval(14688, v is NestedClassGen<Decimal>[], false);
+// Eval(14687, v is NestedClassGen<Decimal>, false);
+// Eval(14688, v is NestedClassGen<Decimal>[], false);
Eval(14689, v is ImplementOneInterfaceC, false);
Eval(14690, v is ImplementOneInterfaceC[], false);
Eval(14691, v is ImplementTwoInterfaceC, false);
Eval(14692, v is ImplementTwoInterfaceC[], false);
- Eval(14693, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(14694, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(14695, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(14696, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(14697, v is ImplementAllInterfaceC<int>, false);
- Eval(14698, v is ImplementAllInterfaceC<int>[], false);
+// Eval(14693, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(14694, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(14695, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(14696, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(14697, v is ImplementAllInterfaceC<int>, false);
+// Eval(14698, v is ImplementAllInterfaceC<int>[], false);
Eval(14699, v is SealedClass, false);
Eval(14700, v is SealedClass[], false);
}
@@ -12482,26 +12482,26 @@ internal class Program
Eval(14706, v is NotEmptyStruct[], false);
Eval(14707, v is NotEmptyStruct?, false);
Eval(14708, v is NotEmptyStruct?[], false);
- Eval(14709, v is EmptyStructGen<int>, false);
- Eval(14710, v is EmptyStructGen<int>[], false);
- Eval(14711, v is EmptyStructGen<int>?, false);
- Eval(14712, v is EmptyStructGen<int>?[], false);
- Eval(14713, v is NotEmptyStructGen<Guid>, false);
- Eval(14714, v is NotEmptyStructGen<Guid>[], false);
- Eval(14715, v is NotEmptyStructGen<Guid>?, false);
- Eval(14716, v is NotEmptyStructGen<Guid>?[], false);
- Eval(14717, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(14718, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(14719, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(14720, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(14709, v is EmptyStructGen<int>, false);
+// Eval(14710, v is EmptyStructGen<int>[], false);
+// Eval(14711, v is EmptyStructGen<int>?, false);
+// Eval(14712, v is EmptyStructGen<int>?[], false);
+// Eval(14713, v is NotEmptyStructGen<Guid>, false);
+// Eval(14714, v is NotEmptyStructGen<Guid>[], false);
+// Eval(14715, v is NotEmptyStructGen<Guid>?, false);
+// Eval(14716, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(14717, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(14718, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(14719, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(14720, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(14721, v is NestedStruct, false);
Eval(14722, v is NestedStruct[], false);
Eval(14723, v is NestedStruct?, false);
Eval(14724, v is NestedStruct?[], false);
- Eval(14725, v is NestedStructGen<Decimal>, false);
- Eval(14726, v is NestedStructGen<Decimal>[], false);
- Eval(14727, v is NestedStructGen<Decimal>?, false);
- Eval(14728, v is NestedStructGen<Decimal>?[], false);
+// Eval(14725, v is NestedStructGen<Decimal>, false);
+// Eval(14726, v is NestedStructGen<Decimal>[], false);
+// Eval(14727, v is NestedStructGen<Decimal>?, false);
+// Eval(14728, v is NestedStructGen<Decimal>?[], false);
Eval(14729, v is ExplicitFieldOffsetStruct, false);
Eval(14730, v is ExplicitFieldOffsetStruct[], false);
Eval(14731, v is ExplicitFieldOffsetStruct?, false);
@@ -12518,18 +12518,18 @@ internal class Program
Eval(14750, v is ImplementTwoInterface[], false);
Eval(14751, v is ImplementTwoInterface?, false);
Eval(14752, v is ImplementTwoInterface?[], false);
- Eval(14753, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(14754, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(14755, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(14756, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(14757, v is ImplementTwoInterfaceGen<int>, false);
- Eval(14758, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(14759, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(14760, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(14761, v is ImplementAllInterface<int>, true);
- Eval(14762, v is ImplementAllInterface<int>[], false);
- Eval(14763, v is ImplementAllInterface<int>?, true);
- Eval(14764, v is ImplementAllInterface<int>?[], false);
+// Eval(14753, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(14754, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(14755, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(14756, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(14757, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(14758, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(14759, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(14760, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(14761, v is ImplementAllInterface<int>, true);
+// Eval(14762, v is ImplementAllInterface<int>[], false);
+// Eval(14763, v is ImplementAllInterface<int>?, true);
+// Eval(14764, v is ImplementAllInterface<int>?[], false);
Eval(14765, v is IntE, false);
Eval(14766, v is IntE[], false);
Eval(14767, v is IntE?, false);
@@ -12628,38 +12628,38 @@ internal class Program
Eval(14860, v is IEmpty[], false);
Eval(14861, v is INotEmpty, true);
Eval(14862, v is INotEmpty[], false);
- Eval(14863, v is IEmptyGen<int>, true);
- Eval(14864, v is IEmptyGen<int>[], false);
- Eval(14865, v is INotEmptyGen<int>, true);
- Eval(14866, v is INotEmptyGen<int>[], false);
+// Eval(14863, v is IEmptyGen<int>, true);
+// Eval(14864, v is IEmptyGen<int>[], false);
+// Eval(14865, v is INotEmptyGen<int>, true);
+// Eval(14866, v is INotEmptyGen<int>[], false);
Eval(14867, v is SimpleDelegate, false);
Eval(14868, v is SimpleDelegate[], false);
- Eval(14869, v is GenericDelegate<int>, false);
- Eval(14870, v is GenericDelegate<int>[], false);
+// Eval(14869, v is GenericDelegate<int>, false);
+// Eval(14870, v is GenericDelegate<int>[], false);
Eval(14871, v is EmptyClass, false);
Eval(14872, v is EmptyClass[], false);
Eval(14873, v is NotEmptyClass, false);
Eval(14874, v is NotEmptyClass[], false);
- Eval(14875, v is EmptyClassGen<int>, false);
- Eval(14876, v is EmptyClassGen<int>[], false);
- Eval(14877, v is NotEmptyClassGen<Guid>, false);
- Eval(14878, v is NotEmptyClassGen<Guid>[], false);
- Eval(14879, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(14880, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(14875, v is EmptyClassGen<int>, false);
+// Eval(14876, v is EmptyClassGen<int>[], false);
+// Eval(14877, v is NotEmptyClassGen<Guid>, false);
+// Eval(14878, v is NotEmptyClassGen<Guid>[], false);
+// Eval(14879, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(14880, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(14881, v is NestedClass, false);
Eval(14882, v is NestedClass[], false);
- Eval(14883, v is NestedClassGen<Decimal>, false);
- Eval(14884, v is NestedClassGen<Decimal>[], false);
+// Eval(14883, v is NestedClassGen<Decimal>, false);
+// Eval(14884, v is NestedClassGen<Decimal>[], false);
Eval(14885, v is ImplementOneInterfaceC, false);
Eval(14886, v is ImplementOneInterfaceC[], false);
Eval(14887, v is ImplementTwoInterfaceC, false);
Eval(14888, v is ImplementTwoInterfaceC[], false);
- Eval(14889, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(14890, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(14891, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(14892, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(14893, v is ImplementAllInterfaceC<int>, false);
- Eval(14894, v is ImplementAllInterfaceC<int>[], false);
+// Eval(14889, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(14890, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(14891, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(14892, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(14893, v is ImplementAllInterfaceC<int>, false);
+// Eval(14894, v is ImplementAllInterfaceC<int>[], false);
Eval(14895, v is SealedClass, false);
Eval(14896, v is SealedClass[], false);
}
@@ -12673,26 +12673,26 @@ internal class Program
Eval(14902, v is NotEmptyStruct[], false);
Eval(14903, v is NotEmptyStruct?, false);
Eval(14904, v is NotEmptyStruct?[], false);
- Eval(14905, v is EmptyStructGen<int>, false);
- Eval(14906, v is EmptyStructGen<int>[], false);
- Eval(14907, v is EmptyStructGen<int>?, false);
- Eval(14908, v is EmptyStructGen<int>?[], false);
- Eval(14909, v is NotEmptyStructGen<Guid>, false);
- Eval(14910, v is NotEmptyStructGen<Guid>[], false);
- Eval(14911, v is NotEmptyStructGen<Guid>?, false);
- Eval(14912, v is NotEmptyStructGen<Guid>?[], false);
- Eval(14913, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(14914, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(14915, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(14916, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(14905, v is EmptyStructGen<int>, false);
+// Eval(14906, v is EmptyStructGen<int>[], false);
+// Eval(14907, v is EmptyStructGen<int>?, false);
+// Eval(14908, v is EmptyStructGen<int>?[], false);
+// Eval(14909, v is NotEmptyStructGen<Guid>, false);
+// Eval(14910, v is NotEmptyStructGen<Guid>[], false);
+// Eval(14911, v is NotEmptyStructGen<Guid>?, false);
+// Eval(14912, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(14913, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(14914, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(14915, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(14916, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(14917, v is NestedStruct, false);
Eval(14918, v is NestedStruct[], false);
Eval(14919, v is NestedStruct?, false);
Eval(14920, v is NestedStruct?[], false);
- Eval(14921, v is NestedStructGen<Decimal>, false);
- Eval(14922, v is NestedStructGen<Decimal>[], false);
- Eval(14923, v is NestedStructGen<Decimal>?, false);
- Eval(14924, v is NestedStructGen<Decimal>?[], false);
+// Eval(14921, v is NestedStructGen<Decimal>, false);
+// Eval(14922, v is NestedStructGen<Decimal>[], false);
+// Eval(14923, v is NestedStructGen<Decimal>?, false);
+// Eval(14924, v is NestedStructGen<Decimal>?[], false);
Eval(14925, v is ExplicitFieldOffsetStruct, false);
Eval(14926, v is ExplicitFieldOffsetStruct[], false);
Eval(14927, v is ExplicitFieldOffsetStruct?, false);
@@ -12709,18 +12709,18 @@ internal class Program
Eval(14946, v is ImplementTwoInterface[], false);
Eval(14947, v is ImplementTwoInterface?, false);
Eval(14948, v is ImplementTwoInterface?[], false);
- Eval(14949, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(14950, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(14951, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(14952, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(14953, v is ImplementTwoInterfaceGen<int>, false);
- Eval(14954, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(14955, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(14956, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(14957, v is ImplementAllInterface<int>, true);
- Eval(14958, v is ImplementAllInterface<int>[], false);
- Eval(14959, v is ImplementAllInterface<int>?, true);
- Eval(14960, v is ImplementAllInterface<int>?[], false);
+// Eval(14949, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(14950, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(14951, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(14952, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(14953, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(14954, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(14955, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(14956, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(14957, v is ImplementAllInterface<int>, true);
+// Eval(14958, v is ImplementAllInterface<int>[], false);
+// Eval(14959, v is ImplementAllInterface<int>?, true);
+// Eval(14960, v is ImplementAllInterface<int>?[], false);
Eval(14961, v is IntE, false);
Eval(14962, v is IntE[], false);
Eval(14963, v is IntE?, false);
@@ -12819,38 +12819,38 @@ internal class Program
Eval(15056, v is IEmpty[], false);
Eval(15057, v is INotEmpty, true);
Eval(15058, v is INotEmpty[], false);
- Eval(15059, v is IEmptyGen<int>, true);
- Eval(15060, v is IEmptyGen<int>[], false);
- Eval(15061, v is INotEmptyGen<int>, true);
- Eval(15062, v is INotEmptyGen<int>[], false);
+// Eval(15059, v is IEmptyGen<int>, true);
+// Eval(15060, v is IEmptyGen<int>[], false);
+// Eval(15061, v is INotEmptyGen<int>, true);
+// Eval(15062, v is INotEmptyGen<int>[], false);
Eval(15063, v is SimpleDelegate, false);
Eval(15064, v is SimpleDelegate[], false);
- Eval(15065, v is GenericDelegate<int>, false);
- Eval(15066, v is GenericDelegate<int>[], false);
+// Eval(15065, v is GenericDelegate<int>, false);
+// Eval(15066, v is GenericDelegate<int>[], false);
Eval(15067, v is EmptyClass, false);
Eval(15068, v is EmptyClass[], false);
Eval(15069, v is NotEmptyClass, false);
Eval(15070, v is NotEmptyClass[], false);
- Eval(15071, v is EmptyClassGen<int>, false);
- Eval(15072, v is EmptyClassGen<int>[], false);
- Eval(15073, v is NotEmptyClassGen<Guid>, false);
- Eval(15074, v is NotEmptyClassGen<Guid>[], false);
- Eval(15075, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(15076, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(15071, v is EmptyClassGen<int>, false);
+// Eval(15072, v is EmptyClassGen<int>[], false);
+// Eval(15073, v is NotEmptyClassGen<Guid>, false);
+// Eval(15074, v is NotEmptyClassGen<Guid>[], false);
+// Eval(15075, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(15076, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(15077, v is NestedClass, false);
Eval(15078, v is NestedClass[], false);
- Eval(15079, v is NestedClassGen<Decimal>, false);
- Eval(15080, v is NestedClassGen<Decimal>[], false);
+// Eval(15079, v is NestedClassGen<Decimal>, false);
+// Eval(15080, v is NestedClassGen<Decimal>[], false);
Eval(15081, v is ImplementOneInterfaceC, false);
Eval(15082, v is ImplementOneInterfaceC[], false);
Eval(15083, v is ImplementTwoInterfaceC, false);
Eval(15084, v is ImplementTwoInterfaceC[], false);
- Eval(15085, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(15086, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(15087, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(15088, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(15089, v is ImplementAllInterfaceC<int>, false);
- Eval(15090, v is ImplementAllInterfaceC<int>[], false);
+// Eval(15085, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(15086, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(15087, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(15088, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(15089, v is ImplementAllInterfaceC<int>, false);
+// Eval(15090, v is ImplementAllInterfaceC<int>[], false);
Eval(15091, v is SealedClass, false);
Eval(15092, v is SealedClass[], false);
}
@@ -12864,26 +12864,26 @@ internal class Program
Eval(15098, v is NotEmptyStruct[], false);
Eval(15099, v is NotEmptyStruct?, false);
Eval(15100, v is NotEmptyStruct?[], false);
- Eval(15101, v is EmptyStructGen<int>, false);
- Eval(15102, v is EmptyStructGen<int>[], false);
- Eval(15103, v is EmptyStructGen<int>?, false);
- Eval(15104, v is EmptyStructGen<int>?[], false);
- Eval(15105, v is NotEmptyStructGen<Guid>, false);
- Eval(15106, v is NotEmptyStructGen<Guid>[], false);
- Eval(15107, v is NotEmptyStructGen<Guid>?, false);
- Eval(15108, v is NotEmptyStructGen<Guid>?[], false);
- Eval(15109, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(15110, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(15111, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(15112, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(15101, v is EmptyStructGen<int>, false);
+// Eval(15102, v is EmptyStructGen<int>[], false);
+// Eval(15103, v is EmptyStructGen<int>?, false);
+// Eval(15104, v is EmptyStructGen<int>?[], false);
+// Eval(15105, v is NotEmptyStructGen<Guid>, false);
+// Eval(15106, v is NotEmptyStructGen<Guid>[], false);
+// Eval(15107, v is NotEmptyStructGen<Guid>?, false);
+// Eval(15108, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(15109, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(15110, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(15111, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(15112, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(15113, v is NestedStruct, false);
Eval(15114, v is NestedStruct[], false);
Eval(15115, v is NestedStruct?, false);
Eval(15116, v is NestedStruct?[], false);
- Eval(15117, v is NestedStructGen<Decimal>, false);
- Eval(15118, v is NestedStructGen<Decimal>[], false);
- Eval(15119, v is NestedStructGen<Decimal>?, false);
- Eval(15120, v is NestedStructGen<Decimal>?[], false);
+// Eval(15117, v is NestedStructGen<Decimal>, false);
+// Eval(15118, v is NestedStructGen<Decimal>[], false);
+// Eval(15119, v is NestedStructGen<Decimal>?, false);
+// Eval(15120, v is NestedStructGen<Decimal>?[], false);
Eval(15121, v is ExplicitFieldOffsetStruct, false);
Eval(15122, v is ExplicitFieldOffsetStruct[], false);
Eval(15123, v is ExplicitFieldOffsetStruct?, false);
@@ -12900,18 +12900,18 @@ internal class Program
Eval(15142, v is ImplementTwoInterface[], false);
Eval(15143, v is ImplementTwoInterface?, false);
Eval(15144, v is ImplementTwoInterface?[], false);
- Eval(15145, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(15146, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(15147, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(15148, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(15149, v is ImplementTwoInterfaceGen<int>, false);
- Eval(15150, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(15151, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(15152, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(15153, v is ImplementAllInterface<int>, false);
- Eval(15154, v is ImplementAllInterface<int>[], false);
- Eval(15155, v is ImplementAllInterface<int>?, false);
- Eval(15156, v is ImplementAllInterface<int>?[], false);
+// Eval(15145, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(15146, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(15147, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(15148, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(15149, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(15150, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(15151, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(15152, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(15153, v is ImplementAllInterface<int>, false);
+// Eval(15154, v is ImplementAllInterface<int>[], false);
+// Eval(15155, v is ImplementAllInterface<int>?, false);
+// Eval(15156, v is ImplementAllInterface<int>?[], false);
Eval(15157, v is IntE, false);
Eval(15158, v is IntE[], false);
Eval(15159, v is IntE?, false);
@@ -13010,38 +13010,38 @@ internal class Program
Eval(15252, v is IEmpty[], false);
Eval(15253, v is INotEmpty, false);
Eval(15254, v is INotEmpty[], false);
- Eval(15255, v is IEmptyGen<int>, false);
- Eval(15256, v is IEmptyGen<int>[], false);
- Eval(15257, v is INotEmptyGen<int>, false);
- Eval(15258, v is INotEmptyGen<int>[], false);
+// Eval(15255, v is IEmptyGen<int>, false);
+// Eval(15256, v is IEmptyGen<int>[], false);
+// Eval(15257, v is INotEmptyGen<int>, false);
+// Eval(15258, v is INotEmptyGen<int>[], false);
Eval(15259, v is SimpleDelegate, false);
Eval(15260, v is SimpleDelegate[], false);
- Eval(15261, v is GenericDelegate<int>, false);
- Eval(15262, v is GenericDelegate<int>[], false);
+// Eval(15261, v is GenericDelegate<int>, false);
+// Eval(15262, v is GenericDelegate<int>[], false);
Eval(15263, v is EmptyClass, false);
Eval(15264, v is EmptyClass[], false);
Eval(15265, v is NotEmptyClass, false);
Eval(15266, v is NotEmptyClass[], false);
- Eval(15267, v is EmptyClassGen<int>, false);
- Eval(15268, v is EmptyClassGen<int>[], false);
- Eval(15269, v is NotEmptyClassGen<Guid>, false);
- Eval(15270, v is NotEmptyClassGen<Guid>[], false);
- Eval(15271, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(15272, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(15267, v is EmptyClassGen<int>, false);
+// Eval(15268, v is EmptyClassGen<int>[], false);
+// Eval(15269, v is NotEmptyClassGen<Guid>, false);
+// Eval(15270, v is NotEmptyClassGen<Guid>[], false);
+// Eval(15271, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(15272, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(15273, v is NestedClass, false);
Eval(15274, v is NestedClass[], false);
- Eval(15275, v is NestedClassGen<Decimal>, false);
- Eval(15276, v is NestedClassGen<Decimal>[], false);
+// Eval(15275, v is NestedClassGen<Decimal>, false);
+// Eval(15276, v is NestedClassGen<Decimal>[], false);
Eval(15277, v is ImplementOneInterfaceC, false);
Eval(15278, v is ImplementOneInterfaceC[], false);
Eval(15279, v is ImplementTwoInterfaceC, false);
Eval(15280, v is ImplementTwoInterfaceC[], false);
- Eval(15281, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(15282, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(15283, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(15284, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(15285, v is ImplementAllInterfaceC<int>, false);
- Eval(15286, v is ImplementAllInterfaceC<int>[], false);
+// Eval(15281, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(15282, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(15283, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(15284, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(15285, v is ImplementAllInterfaceC<int>, false);
+// Eval(15286, v is ImplementAllInterfaceC<int>[], false);
Eval(15287, v is SealedClass, false);
Eval(15288, v is SealedClass[], false);
}
@@ -13055,26 +13055,26 @@ internal class Program
Eval(15294, v is NotEmptyStruct[], false);
Eval(15295, v is NotEmptyStruct?, false);
Eval(15296, v is NotEmptyStruct?[], false);
- Eval(15297, v is EmptyStructGen<int>, false);
- Eval(15298, v is EmptyStructGen<int>[], false);
- Eval(15299, v is EmptyStructGen<int>?, false);
- Eval(15300, v is EmptyStructGen<int>?[], false);
- Eval(15301, v is NotEmptyStructGen<Guid>, false);
- Eval(15302, v is NotEmptyStructGen<Guid>[], false);
- Eval(15303, v is NotEmptyStructGen<Guid>?, false);
- Eval(15304, v is NotEmptyStructGen<Guid>?[], false);
- Eval(15305, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(15306, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(15307, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(15308, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(15297, v is EmptyStructGen<int>, false);
+// Eval(15298, v is EmptyStructGen<int>[], false);
+// Eval(15299, v is EmptyStructGen<int>?, false);
+// Eval(15300, v is EmptyStructGen<int>?[], false);
+// Eval(15301, v is NotEmptyStructGen<Guid>, false);
+// Eval(15302, v is NotEmptyStructGen<Guid>[], false);
+// Eval(15303, v is NotEmptyStructGen<Guid>?, false);
+// Eval(15304, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(15305, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(15306, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(15307, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(15308, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(15309, v is NestedStruct, false);
Eval(15310, v is NestedStruct[], false);
Eval(15311, v is NestedStruct?, false);
Eval(15312, v is NestedStruct?[], false);
- Eval(15313, v is NestedStructGen<Decimal>, false);
- Eval(15314, v is NestedStructGen<Decimal>[], false);
- Eval(15315, v is NestedStructGen<Decimal>?, false);
- Eval(15316, v is NestedStructGen<Decimal>?[], false);
+// Eval(15313, v is NestedStructGen<Decimal>, false);
+// Eval(15314, v is NestedStructGen<Decimal>[], false);
+// Eval(15315, v is NestedStructGen<Decimal>?, false);
+// Eval(15316, v is NestedStructGen<Decimal>?[], false);
Eval(15317, v is ExplicitFieldOffsetStruct, false);
Eval(15318, v is ExplicitFieldOffsetStruct[], false);
Eval(15319, v is ExplicitFieldOffsetStruct?, false);
@@ -13091,18 +13091,18 @@ internal class Program
Eval(15338, v is ImplementTwoInterface[], false);
Eval(15339, v is ImplementTwoInterface?, false);
Eval(15340, v is ImplementTwoInterface?[], false);
- Eval(15341, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(15342, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(15343, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(15344, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(15345, v is ImplementTwoInterfaceGen<int>, false);
- Eval(15346, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(15347, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(15348, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(15349, v is ImplementAllInterface<int>, false);
- Eval(15350, v is ImplementAllInterface<int>[], false);
- Eval(15351, v is ImplementAllInterface<int>?, false);
- Eval(15352, v is ImplementAllInterface<int>?[], false);
+// Eval(15341, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(15342, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(15343, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(15344, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(15345, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(15346, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(15347, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(15348, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(15349, v is ImplementAllInterface<int>, false);
+// Eval(15350, v is ImplementAllInterface<int>[], false);
+// Eval(15351, v is ImplementAllInterface<int>?, false);
+// Eval(15352, v is ImplementAllInterface<int>?[], false);
Eval(15353, v is IntE, false);
Eval(15354, v is IntE[], false);
Eval(15355, v is IntE?, false);
@@ -13201,38 +13201,38 @@ internal class Program
Eval(15448, v is IEmpty[], false);
Eval(15449, v is INotEmpty, false);
Eval(15450, v is INotEmpty[], false);
- Eval(15451, v is IEmptyGen<int>, false);
- Eval(15452, v is IEmptyGen<int>[], false);
- Eval(15453, v is INotEmptyGen<int>, false);
- Eval(15454, v is INotEmptyGen<int>[], false);
+// Eval(15451, v is IEmptyGen<int>, false);
+// Eval(15452, v is IEmptyGen<int>[], false);
+// Eval(15453, v is INotEmptyGen<int>, false);
+// Eval(15454, v is INotEmptyGen<int>[], false);
Eval(15455, v is SimpleDelegate, false);
Eval(15456, v is SimpleDelegate[], false);
- Eval(15457, v is GenericDelegate<int>, false);
- Eval(15458, v is GenericDelegate<int>[], false);
+// Eval(15457, v is GenericDelegate<int>, false);
+// Eval(15458, v is GenericDelegate<int>[], false);
Eval(15459, v is EmptyClass, false);
Eval(15460, v is EmptyClass[], false);
Eval(15461, v is NotEmptyClass, false);
Eval(15462, v is NotEmptyClass[], false);
- Eval(15463, v is EmptyClassGen<int>, false);
- Eval(15464, v is EmptyClassGen<int>[], false);
- Eval(15465, v is NotEmptyClassGen<Guid>, false);
- Eval(15466, v is NotEmptyClassGen<Guid>[], false);
- Eval(15467, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(15468, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(15463, v is EmptyClassGen<int>, false);
+// Eval(15464, v is EmptyClassGen<int>[], false);
+// Eval(15465, v is NotEmptyClassGen<Guid>, false);
+// Eval(15466, v is NotEmptyClassGen<Guid>[], false);
+// Eval(15467, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(15468, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(15469, v is NestedClass, false);
Eval(15470, v is NestedClass[], false);
- Eval(15471, v is NestedClassGen<Decimal>, false);
- Eval(15472, v is NestedClassGen<Decimal>[], false);
+// Eval(15471, v is NestedClassGen<Decimal>, false);
+// Eval(15472, v is NestedClassGen<Decimal>[], false);
Eval(15473, v is ImplementOneInterfaceC, false);
Eval(15474, v is ImplementOneInterfaceC[], false);
Eval(15475, v is ImplementTwoInterfaceC, false);
Eval(15476, v is ImplementTwoInterfaceC[], false);
- Eval(15477, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(15478, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(15479, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(15480, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(15481, v is ImplementAllInterfaceC<int>, false);
- Eval(15482, v is ImplementAllInterfaceC<int>[], false);
+// Eval(15477, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(15478, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(15479, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(15480, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(15481, v is ImplementAllInterfaceC<int>, false);
+// Eval(15482, v is ImplementAllInterfaceC<int>[], false);
Eval(15483, v is SealedClass, false);
Eval(15484, v is SealedClass[], false);
}
@@ -13246,26 +13246,26 @@ internal class Program
Eval(15490, v is NotEmptyStruct[], false);
Eval(15491, v is NotEmptyStruct?, false);
Eval(15492, v is NotEmptyStruct?[], false);
- Eval(15493, v is EmptyStructGen<int>, false);
- Eval(15494, v is EmptyStructGen<int>[], false);
- Eval(15495, v is EmptyStructGen<int>?, false);
- Eval(15496, v is EmptyStructGen<int>?[], false);
- Eval(15497, v is NotEmptyStructGen<Guid>, false);
- Eval(15498, v is NotEmptyStructGen<Guid>[], false);
- Eval(15499, v is NotEmptyStructGen<Guid>?, false);
- Eval(15500, v is NotEmptyStructGen<Guid>?[], false);
- Eval(15501, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(15502, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(15503, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(15504, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(15493, v is EmptyStructGen<int>, false);
+// Eval(15494, v is EmptyStructGen<int>[], false);
+// Eval(15495, v is EmptyStructGen<int>?, false);
+// Eval(15496, v is EmptyStructGen<int>?[], false);
+// Eval(15497, v is NotEmptyStructGen<Guid>, false);
+// Eval(15498, v is NotEmptyStructGen<Guid>[], false);
+// Eval(15499, v is NotEmptyStructGen<Guid>?, false);
+// Eval(15500, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(15501, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(15502, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(15503, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(15504, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(15505, v is NestedStruct, false);
Eval(15506, v is NestedStruct[], false);
Eval(15507, v is NestedStruct?, false);
Eval(15508, v is NestedStruct?[], false);
- Eval(15509, v is NestedStructGen<Decimal>, false);
- Eval(15510, v is NestedStructGen<Decimal>[], false);
- Eval(15511, v is NestedStructGen<Decimal>?, false);
- Eval(15512, v is NestedStructGen<Decimal>?[], false);
+// Eval(15509, v is NestedStructGen<Decimal>, false);
+// Eval(15510, v is NestedStructGen<Decimal>[], false);
+// Eval(15511, v is NestedStructGen<Decimal>?, false);
+// Eval(15512, v is NestedStructGen<Decimal>?[], false);
Eval(15513, v is ExplicitFieldOffsetStruct, false);
Eval(15514, v is ExplicitFieldOffsetStruct[], false);
Eval(15515, v is ExplicitFieldOffsetStruct?, false);
@@ -13282,18 +13282,18 @@ internal class Program
Eval(15534, v is ImplementTwoInterface[], false);
Eval(15535, v is ImplementTwoInterface?, false);
Eval(15536, v is ImplementTwoInterface?[], false);
- Eval(15537, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(15538, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(15539, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(15540, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(15541, v is ImplementTwoInterfaceGen<int>, false);
- Eval(15542, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(15543, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(15544, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(15545, v is ImplementAllInterface<int>, false);
- Eval(15546, v is ImplementAllInterface<int>[], false);
- Eval(15547, v is ImplementAllInterface<int>?, false);
- Eval(15548, v is ImplementAllInterface<int>?[], true);
+// Eval(15537, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(15538, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(15539, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(15540, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(15541, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(15542, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(15543, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(15544, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(15545, v is ImplementAllInterface<int>, false);
+// Eval(15546, v is ImplementAllInterface<int>[], false);
+// Eval(15547, v is ImplementAllInterface<int>?, false);
+// Eval(15548, v is ImplementAllInterface<int>?[], true);
Eval(15549, v is IntE, false);
Eval(15550, v is IntE[], false);
Eval(15551, v is IntE?, false);
@@ -13392,38 +13392,38 @@ internal class Program
Eval(15644, v is IEmpty[], false);
Eval(15645, v is INotEmpty, false);
Eval(15646, v is INotEmpty[], false);
- Eval(15647, v is IEmptyGen<int>, false);
- Eval(15648, v is IEmptyGen<int>[], false);
- Eval(15649, v is INotEmptyGen<int>, false);
- Eval(15650, v is INotEmptyGen<int>[], false);
+// Eval(15647, v is IEmptyGen<int>, false);
+// Eval(15648, v is IEmptyGen<int>[], false);
+// Eval(15649, v is INotEmptyGen<int>, false);
+// Eval(15650, v is INotEmptyGen<int>[], false);
Eval(15651, v is SimpleDelegate, false);
Eval(15652, v is SimpleDelegate[], false);
- Eval(15653, v is GenericDelegate<int>, false);
- Eval(15654, v is GenericDelegate<int>[], false);
+// Eval(15653, v is GenericDelegate<int>, false);
+// Eval(15654, v is GenericDelegate<int>[], false);
Eval(15655, v is EmptyClass, false);
Eval(15656, v is EmptyClass[], false);
Eval(15657, v is NotEmptyClass, false);
Eval(15658, v is NotEmptyClass[], false);
- Eval(15659, v is EmptyClassGen<int>, false);
- Eval(15660, v is EmptyClassGen<int>[], false);
- Eval(15661, v is NotEmptyClassGen<Guid>, false);
- Eval(15662, v is NotEmptyClassGen<Guid>[], false);
- Eval(15663, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(15664, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(15659, v is EmptyClassGen<int>, false);
+// Eval(15660, v is EmptyClassGen<int>[], false);
+// Eval(15661, v is NotEmptyClassGen<Guid>, false);
+// Eval(15662, v is NotEmptyClassGen<Guid>[], false);
+// Eval(15663, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(15664, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(15665, v is NestedClass, false);
Eval(15666, v is NestedClass[], false);
- Eval(15667, v is NestedClassGen<Decimal>, false);
- Eval(15668, v is NestedClassGen<Decimal>[], false);
+// Eval(15667, v is NestedClassGen<Decimal>, false);
+// Eval(15668, v is NestedClassGen<Decimal>[], false);
Eval(15669, v is ImplementOneInterfaceC, false);
Eval(15670, v is ImplementOneInterfaceC[], false);
Eval(15671, v is ImplementTwoInterfaceC, false);
Eval(15672, v is ImplementTwoInterfaceC[], false);
- Eval(15673, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(15674, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(15675, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(15676, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(15677, v is ImplementAllInterfaceC<int>, false);
- Eval(15678, v is ImplementAllInterfaceC<int>[], false);
+// Eval(15673, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(15674, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(15675, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(15676, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(15677, v is ImplementAllInterfaceC<int>, false);
+// Eval(15678, v is ImplementAllInterfaceC<int>[], false);
Eval(15679, v is SealedClass, false);
Eval(15680, v is SealedClass[], false);
}
@@ -13440,26 +13440,26 @@ internal class Program
Eval(15686, v is NotEmptyStruct[], false);
Eval(15687, v is NotEmptyStruct?, false);
Eval(15688, v is NotEmptyStruct?[], false);
- Eval(15689, v is EmptyStructGen<int>, false);
- Eval(15690, v is EmptyStructGen<int>[], false);
- Eval(15691, v is EmptyStructGen<int>?, false);
- Eval(15692, v is EmptyStructGen<int>?[], false);
- Eval(15693, v is NotEmptyStructGen<Guid>, false);
- Eval(15694, v is NotEmptyStructGen<Guid>[], false);
- Eval(15695, v is NotEmptyStructGen<Guid>?, false);
- Eval(15696, v is NotEmptyStructGen<Guid>?[], false);
- Eval(15697, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(15698, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(15699, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(15700, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(15689, v is EmptyStructGen<int>, false);
+// Eval(15690, v is EmptyStructGen<int>[], false);
+// Eval(15691, v is EmptyStructGen<int>?, false);
+// Eval(15692, v is EmptyStructGen<int>?[], false);
+// Eval(15693, v is NotEmptyStructGen<Guid>, false);
+// Eval(15694, v is NotEmptyStructGen<Guid>[], false);
+// Eval(15695, v is NotEmptyStructGen<Guid>?, false);
+// Eval(15696, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(15697, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(15698, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(15699, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(15700, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(15701, v is NestedStruct, false);
Eval(15702, v is NestedStruct[], false);
Eval(15703, v is NestedStruct?, false);
Eval(15704, v is NestedStruct?[], false);
- Eval(15705, v is NestedStructGen<Decimal>, false);
- Eval(15706, v is NestedStructGen<Decimal>[], false);
- Eval(15707, v is NestedStructGen<Decimal>?, false);
- Eval(15708, v is NestedStructGen<Decimal>?[], false);
+// Eval(15705, v is NestedStructGen<Decimal>, false);
+// Eval(15706, v is NestedStructGen<Decimal>[], false);
+// Eval(15707, v is NestedStructGen<Decimal>?, false);
+// Eval(15708, v is NestedStructGen<Decimal>?[], false);
Eval(15709, v is ExplicitFieldOffsetStruct, false);
Eval(15710, v is ExplicitFieldOffsetStruct[], false);
Eval(15711, v is ExplicitFieldOffsetStruct?, false);
@@ -13476,18 +13476,18 @@ internal class Program
Eval(15730, v is ImplementTwoInterface[], false);
Eval(15731, v is ImplementTwoInterface?, false);
Eval(15732, v is ImplementTwoInterface?[], false);
- Eval(15733, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(15734, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(15735, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(15736, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(15737, v is ImplementTwoInterfaceGen<int>, false);
- Eval(15738, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(15739, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(15740, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(15741, v is ImplementAllInterface<int>, false);
- Eval(15742, v is ImplementAllInterface<int>[], false);
- Eval(15743, v is ImplementAllInterface<int>?, false);
- Eval(15744, v is ImplementAllInterface<int>?[], false);
+// Eval(15733, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(15734, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(15735, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(15736, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(15737, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(15738, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(15739, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(15740, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(15741, v is ImplementAllInterface<int>, false);
+// Eval(15742, v is ImplementAllInterface<int>[], false);
+// Eval(15743, v is ImplementAllInterface<int>?, false);
+// Eval(15744, v is ImplementAllInterface<int>?[], false);
Eval(15745, v is IntE, true);
Eval(15746, v is IntE[], false);
Eval(15747, v is IntE?, true);
@@ -13586,38 +13586,38 @@ internal class Program
Eval(15840, v is IEmpty[], false);
Eval(15841, v is INotEmpty, false);
Eval(15842, v is INotEmpty[], false);
- Eval(15843, v is IEmptyGen<int>, false);
- Eval(15844, v is IEmptyGen<int>[], false);
- Eval(15845, v is INotEmptyGen<int>, false);
- Eval(15846, v is INotEmptyGen<int>[], false);
+// Eval(15843, v is IEmptyGen<int>, false);
+// Eval(15844, v is IEmptyGen<int>[], false);
+// Eval(15845, v is INotEmptyGen<int>, false);
+// Eval(15846, v is INotEmptyGen<int>[], false);
Eval(15847, v is SimpleDelegate, false);
Eval(15848, v is SimpleDelegate[], false);
- Eval(15849, v is GenericDelegate<int>, false);
- Eval(15850, v is GenericDelegate<int>[], false);
+// Eval(15849, v is GenericDelegate<int>, false);
+// Eval(15850, v is GenericDelegate<int>[], false);
Eval(15851, v is EmptyClass, false);
Eval(15852, v is EmptyClass[], false);
Eval(15853, v is NotEmptyClass, false);
Eval(15854, v is NotEmptyClass[], false);
- Eval(15855, v is EmptyClassGen<int>, false);
- Eval(15856, v is EmptyClassGen<int>[], false);
- Eval(15857, v is NotEmptyClassGen<Guid>, false);
- Eval(15858, v is NotEmptyClassGen<Guid>[], false);
- Eval(15859, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(15860, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(15855, v is EmptyClassGen<int>, false);
+// Eval(15856, v is EmptyClassGen<int>[], false);
+// Eval(15857, v is NotEmptyClassGen<Guid>, false);
+// Eval(15858, v is NotEmptyClassGen<Guid>[], false);
+// Eval(15859, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(15860, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(15861, v is NestedClass, false);
Eval(15862, v is NestedClass[], false);
- Eval(15863, v is NestedClassGen<Decimal>, false);
- Eval(15864, v is NestedClassGen<Decimal>[], false);
+// Eval(15863, v is NestedClassGen<Decimal>, false);
+// Eval(15864, v is NestedClassGen<Decimal>[], false);
Eval(15865, v is ImplementOneInterfaceC, false);
Eval(15866, v is ImplementOneInterfaceC[], false);
Eval(15867, v is ImplementTwoInterfaceC, false);
Eval(15868, v is ImplementTwoInterfaceC[], false);
- Eval(15869, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(15870, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(15871, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(15872, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(15873, v is ImplementAllInterfaceC<int>, false);
- Eval(15874, v is ImplementAllInterfaceC<int>[], false);
+// Eval(15869, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(15870, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(15871, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(15872, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(15873, v is ImplementAllInterfaceC<int>, false);
+// Eval(15874, v is ImplementAllInterfaceC<int>[], false);
Eval(15875, v is SealedClass, false);
Eval(15876, v is SealedClass[], false);
}
@@ -13631,26 +13631,26 @@ internal class Program
Eval(15882, v is NotEmptyStruct[], false);
Eval(15883, v is NotEmptyStruct?, false);
Eval(15884, v is NotEmptyStruct?[], false);
- Eval(15885, v is EmptyStructGen<int>, false);
- Eval(15886, v is EmptyStructGen<int>[], false);
- Eval(15887, v is EmptyStructGen<int>?, false);
- Eval(15888, v is EmptyStructGen<int>?[], false);
- Eval(15889, v is NotEmptyStructGen<Guid>, false);
- Eval(15890, v is NotEmptyStructGen<Guid>[], false);
- Eval(15891, v is NotEmptyStructGen<Guid>?, false);
- Eval(15892, v is NotEmptyStructGen<Guid>?[], false);
- Eval(15893, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(15894, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(15895, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(15896, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(15885, v is EmptyStructGen<int>, false);
+// Eval(15886, v is EmptyStructGen<int>[], false);
+// Eval(15887, v is EmptyStructGen<int>?, false);
+// Eval(15888, v is EmptyStructGen<int>?[], false);
+// Eval(15889, v is NotEmptyStructGen<Guid>, false);
+// Eval(15890, v is NotEmptyStructGen<Guid>[], false);
+// Eval(15891, v is NotEmptyStructGen<Guid>?, false);
+// Eval(15892, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(15893, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(15894, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(15895, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(15896, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(15897, v is NestedStruct, false);
Eval(15898, v is NestedStruct[], false);
Eval(15899, v is NestedStruct?, false);
Eval(15900, v is NestedStruct?[], false);
- Eval(15901, v is NestedStructGen<Decimal>, false);
- Eval(15902, v is NestedStructGen<Decimal>[], false);
- Eval(15903, v is NestedStructGen<Decimal>?, false);
- Eval(15904, v is NestedStructGen<Decimal>?[], false);
+// Eval(15901, v is NestedStructGen<Decimal>, false);
+// Eval(15902, v is NestedStructGen<Decimal>[], false);
+// Eval(15903, v is NestedStructGen<Decimal>?, false);
+// Eval(15904, v is NestedStructGen<Decimal>?[], false);
Eval(15905, v is ExplicitFieldOffsetStruct, false);
Eval(15906, v is ExplicitFieldOffsetStruct[], false);
Eval(15907, v is ExplicitFieldOffsetStruct?, false);
@@ -13667,18 +13667,18 @@ internal class Program
Eval(15926, v is ImplementTwoInterface[], false);
Eval(15927, v is ImplementTwoInterface?, false);
Eval(15928, v is ImplementTwoInterface?[], false);
- Eval(15929, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(15930, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(15931, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(15932, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(15933, v is ImplementTwoInterfaceGen<int>, false);
- Eval(15934, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(15935, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(15936, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(15937, v is ImplementAllInterface<int>, false);
- Eval(15938, v is ImplementAllInterface<int>[], false);
- Eval(15939, v is ImplementAllInterface<int>?, false);
- Eval(15940, v is ImplementAllInterface<int>?[], false);
+// Eval(15929, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(15930, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(15931, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(15932, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(15933, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(15934, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(15935, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(15936, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(15937, v is ImplementAllInterface<int>, false);
+// Eval(15938, v is ImplementAllInterface<int>[], false);
+// Eval(15939, v is ImplementAllInterface<int>?, false);
+// Eval(15940, v is ImplementAllInterface<int>?[], false);
Eval(15941, v is IntE, true);
Eval(15942, v is IntE[], false);
Eval(15943, v is IntE?, true);
@@ -13777,38 +13777,38 @@ internal class Program
Eval(16036, v is IEmpty[], false);
Eval(16037, v is INotEmpty, false);
Eval(16038, v is INotEmpty[], false);
- Eval(16039, v is IEmptyGen<int>, false);
- Eval(16040, v is IEmptyGen<int>[], false);
- Eval(16041, v is INotEmptyGen<int>, false);
- Eval(16042, v is INotEmptyGen<int>[], false);
+// Eval(16039, v is IEmptyGen<int>, false);
+// Eval(16040, v is IEmptyGen<int>[], false);
+// Eval(16041, v is INotEmptyGen<int>, false);
+// Eval(16042, v is INotEmptyGen<int>[], false);
Eval(16043, v is SimpleDelegate, false);
Eval(16044, v is SimpleDelegate[], false);
- Eval(16045, v is GenericDelegate<int>, false);
- Eval(16046, v is GenericDelegate<int>[], false);
+// Eval(16045, v is GenericDelegate<int>, false);
+// Eval(16046, v is GenericDelegate<int>[], false);
Eval(16047, v is EmptyClass, false);
Eval(16048, v is EmptyClass[], false);
Eval(16049, v is NotEmptyClass, false);
Eval(16050, v is NotEmptyClass[], false);
- Eval(16051, v is EmptyClassGen<int>, false);
- Eval(16052, v is EmptyClassGen<int>[], false);
- Eval(16053, v is NotEmptyClassGen<Guid>, false);
- Eval(16054, v is NotEmptyClassGen<Guid>[], false);
- Eval(16055, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(16056, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(16051, v is EmptyClassGen<int>, false);
+// Eval(16052, v is EmptyClassGen<int>[], false);
+// Eval(16053, v is NotEmptyClassGen<Guid>, false);
+// Eval(16054, v is NotEmptyClassGen<Guid>[], false);
+// Eval(16055, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(16056, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(16057, v is NestedClass, false);
Eval(16058, v is NestedClass[], false);
- Eval(16059, v is NestedClassGen<Decimal>, false);
- Eval(16060, v is NestedClassGen<Decimal>[], false);
+// Eval(16059, v is NestedClassGen<Decimal>, false);
+// Eval(16060, v is NestedClassGen<Decimal>[], false);
Eval(16061, v is ImplementOneInterfaceC, false);
Eval(16062, v is ImplementOneInterfaceC[], false);
Eval(16063, v is ImplementTwoInterfaceC, false);
Eval(16064, v is ImplementTwoInterfaceC[], false);
- Eval(16065, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(16066, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(16067, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(16068, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(16069, v is ImplementAllInterfaceC<int>, false);
- Eval(16070, v is ImplementAllInterfaceC<int>[], false);
+// Eval(16065, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(16066, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(16067, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(16068, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(16069, v is ImplementAllInterfaceC<int>, false);
+// Eval(16070, v is ImplementAllInterfaceC<int>[], false);
Eval(16071, v is SealedClass, false);
Eval(16072, v is SealedClass[], false);
}
@@ -13822,26 +13822,26 @@ internal class Program
Eval(16078, v is NotEmptyStruct[], false);
Eval(16079, v is NotEmptyStruct?, false);
Eval(16080, v is NotEmptyStruct?[], false);
- Eval(16081, v is EmptyStructGen<int>, false);
- Eval(16082, v is EmptyStructGen<int>[], false);
- Eval(16083, v is EmptyStructGen<int>?, false);
- Eval(16084, v is EmptyStructGen<int>?[], false);
- Eval(16085, v is NotEmptyStructGen<Guid>, false);
- Eval(16086, v is NotEmptyStructGen<Guid>[], false);
- Eval(16087, v is NotEmptyStructGen<Guid>?, false);
- Eval(16088, v is NotEmptyStructGen<Guid>?[], false);
- Eval(16089, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(16090, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(16091, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(16092, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(16081, v is EmptyStructGen<int>, false);
+// Eval(16082, v is EmptyStructGen<int>[], false);
+// Eval(16083, v is EmptyStructGen<int>?, false);
+// Eval(16084, v is EmptyStructGen<int>?[], false);
+// Eval(16085, v is NotEmptyStructGen<Guid>, false);
+// Eval(16086, v is NotEmptyStructGen<Guid>[], false);
+// Eval(16087, v is NotEmptyStructGen<Guid>?, false);
+// Eval(16088, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(16089, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(16090, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(16091, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(16092, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(16093, v is NestedStruct, false);
Eval(16094, v is NestedStruct[], false);
Eval(16095, v is NestedStruct?, false);
Eval(16096, v is NestedStruct?[], false);
- Eval(16097, v is NestedStructGen<Decimal>, false);
- Eval(16098, v is NestedStructGen<Decimal>[], false);
- Eval(16099, v is NestedStructGen<Decimal>?, false);
- Eval(16100, v is NestedStructGen<Decimal>?[], false);
+// Eval(16097, v is NestedStructGen<Decimal>, false);
+// Eval(16098, v is NestedStructGen<Decimal>[], false);
+// Eval(16099, v is NestedStructGen<Decimal>?, false);
+// Eval(16100, v is NestedStructGen<Decimal>?[], false);
Eval(16101, v is ExplicitFieldOffsetStruct, false);
Eval(16102, v is ExplicitFieldOffsetStruct[], false);
Eval(16103, v is ExplicitFieldOffsetStruct?, false);
@@ -13858,18 +13858,18 @@ internal class Program
Eval(16122, v is ImplementTwoInterface[], false);
Eval(16123, v is ImplementTwoInterface?, false);
Eval(16124, v is ImplementTwoInterface?[], false);
- Eval(16125, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(16126, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(16127, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(16128, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(16129, v is ImplementTwoInterfaceGen<int>, false);
- Eval(16130, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(16131, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(16132, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(16133, v is ImplementAllInterface<int>, false);
- Eval(16134, v is ImplementAllInterface<int>[], false);
- Eval(16135, v is ImplementAllInterface<int>?, false);
- Eval(16136, v is ImplementAllInterface<int>?[], false);
+// Eval(16125, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(16126, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(16127, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(16128, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(16129, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(16130, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(16131, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(16132, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(16133, v is ImplementAllInterface<int>, false);
+// Eval(16134, v is ImplementAllInterface<int>[], false);
+// Eval(16135, v is ImplementAllInterface<int>?, false);
+// Eval(16136, v is ImplementAllInterface<int>?[], false);
Eval(16137, v is IntE, false);
Eval(16138, v is IntE[], false);
Eval(16139, v is IntE?, false);
@@ -13968,38 +13968,38 @@ internal class Program
Eval(16232, v is IEmpty[], false);
Eval(16233, v is INotEmpty, false);
Eval(16234, v is INotEmpty[], false);
- Eval(16235, v is IEmptyGen<int>, false);
- Eval(16236, v is IEmptyGen<int>[], false);
- Eval(16237, v is INotEmptyGen<int>, false);
- Eval(16238, v is INotEmptyGen<int>[], false);
+// Eval(16235, v is IEmptyGen<int>, false);
+// Eval(16236, v is IEmptyGen<int>[], false);
+// Eval(16237, v is INotEmptyGen<int>, false);
+// Eval(16238, v is INotEmptyGen<int>[], false);
Eval(16239, v is SimpleDelegate, false);
Eval(16240, v is SimpleDelegate[], false);
- Eval(16241, v is GenericDelegate<int>, false);
- Eval(16242, v is GenericDelegate<int>[], false);
+// Eval(16241, v is GenericDelegate<int>, false);
+// Eval(16242, v is GenericDelegate<int>[], false);
Eval(16243, v is EmptyClass, false);
Eval(16244, v is EmptyClass[], false);
Eval(16245, v is NotEmptyClass, false);
Eval(16246, v is NotEmptyClass[], false);
- Eval(16247, v is EmptyClassGen<int>, false);
- Eval(16248, v is EmptyClassGen<int>[], false);
- Eval(16249, v is NotEmptyClassGen<Guid>, false);
- Eval(16250, v is NotEmptyClassGen<Guid>[], false);
- Eval(16251, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(16252, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(16247, v is EmptyClassGen<int>, false);
+// Eval(16248, v is EmptyClassGen<int>[], false);
+// Eval(16249, v is NotEmptyClassGen<Guid>, false);
+// Eval(16250, v is NotEmptyClassGen<Guid>[], false);
+// Eval(16251, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(16252, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(16253, v is NestedClass, false);
Eval(16254, v is NestedClass[], false);
- Eval(16255, v is NestedClassGen<Decimal>, false);
- Eval(16256, v is NestedClassGen<Decimal>[], false);
+// Eval(16255, v is NestedClassGen<Decimal>, false);
+// Eval(16256, v is NestedClassGen<Decimal>[], false);
Eval(16257, v is ImplementOneInterfaceC, false);
Eval(16258, v is ImplementOneInterfaceC[], false);
Eval(16259, v is ImplementTwoInterfaceC, false);
Eval(16260, v is ImplementTwoInterfaceC[], false);
- Eval(16261, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(16262, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(16263, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(16264, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(16265, v is ImplementAllInterfaceC<int>, false);
- Eval(16266, v is ImplementAllInterfaceC<int>[], false);
+// Eval(16261, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(16262, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(16263, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(16264, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(16265, v is ImplementAllInterfaceC<int>, false);
+// Eval(16266, v is ImplementAllInterfaceC<int>[], false);
Eval(16267, v is SealedClass, false);
Eval(16268, v is SealedClass[], false);
}
@@ -14013,26 +14013,26 @@ internal class Program
Eval(16274, v is NotEmptyStruct[], false);
Eval(16275, v is NotEmptyStruct?, false);
Eval(16276, v is NotEmptyStruct?[], false);
- Eval(16277, v is EmptyStructGen<int>, false);
- Eval(16278, v is EmptyStructGen<int>[], false);
- Eval(16279, v is EmptyStructGen<int>?, false);
- Eval(16280, v is EmptyStructGen<int>?[], false);
- Eval(16281, v is NotEmptyStructGen<Guid>, false);
- Eval(16282, v is NotEmptyStructGen<Guid>[], false);
- Eval(16283, v is NotEmptyStructGen<Guid>?, false);
- Eval(16284, v is NotEmptyStructGen<Guid>?[], false);
- Eval(16285, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(16286, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(16287, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(16288, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(16277, v is EmptyStructGen<int>, false);
+// Eval(16278, v is EmptyStructGen<int>[], false);
+// Eval(16279, v is EmptyStructGen<int>?, false);
+// Eval(16280, v is EmptyStructGen<int>?[], false);
+// Eval(16281, v is NotEmptyStructGen<Guid>, false);
+// Eval(16282, v is NotEmptyStructGen<Guid>[], false);
+// Eval(16283, v is NotEmptyStructGen<Guid>?, false);
+// Eval(16284, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(16285, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(16286, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(16287, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(16288, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(16289, v is NestedStruct, false);
Eval(16290, v is NestedStruct[], false);
Eval(16291, v is NestedStruct?, false);
Eval(16292, v is NestedStruct?[], false);
- Eval(16293, v is NestedStructGen<Decimal>, false);
- Eval(16294, v is NestedStructGen<Decimal>[], false);
- Eval(16295, v is NestedStructGen<Decimal>?, false);
- Eval(16296, v is NestedStructGen<Decimal>?[], false);
+// Eval(16293, v is NestedStructGen<Decimal>, false);
+// Eval(16294, v is NestedStructGen<Decimal>[], false);
+// Eval(16295, v is NestedStructGen<Decimal>?, false);
+// Eval(16296, v is NestedStructGen<Decimal>?[], false);
Eval(16297, v is ExplicitFieldOffsetStruct, false);
Eval(16298, v is ExplicitFieldOffsetStruct[], false);
Eval(16299, v is ExplicitFieldOffsetStruct?, false);
@@ -14049,18 +14049,18 @@ internal class Program
Eval(16318, v is ImplementTwoInterface[], false);
Eval(16319, v is ImplementTwoInterface?, false);
Eval(16320, v is ImplementTwoInterface?[], false);
- Eval(16321, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(16322, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(16323, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(16324, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(16325, v is ImplementTwoInterfaceGen<int>, false);
- Eval(16326, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(16327, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(16328, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(16329, v is ImplementAllInterface<int>, false);
- Eval(16330, v is ImplementAllInterface<int>[], false);
- Eval(16331, v is ImplementAllInterface<int>?, false);
- Eval(16332, v is ImplementAllInterface<int>?[], false);
+// Eval(16321, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(16322, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(16323, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(16324, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(16325, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(16326, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(16327, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(16328, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(16329, v is ImplementAllInterface<int>, false);
+// Eval(16330, v is ImplementAllInterface<int>[], false);
+// Eval(16331, v is ImplementAllInterface<int>?, false);
+// Eval(16332, v is ImplementAllInterface<int>?[], false);
Eval(16333, v is IntE, false);
Eval(16334, v is IntE[], false);
Eval(16335, v is IntE?, false);
@@ -14159,38 +14159,38 @@ internal class Program
Eval(16428, v is IEmpty[], false);
Eval(16429, v is INotEmpty, false);
Eval(16430, v is INotEmpty[], false);
- Eval(16431, v is IEmptyGen<int>, false);
- Eval(16432, v is IEmptyGen<int>[], false);
- Eval(16433, v is INotEmptyGen<int>, false);
- Eval(16434, v is INotEmptyGen<int>[], false);
+// Eval(16431, v is IEmptyGen<int>, false);
+// Eval(16432, v is IEmptyGen<int>[], false);
+// Eval(16433, v is INotEmptyGen<int>, false);
+// Eval(16434, v is INotEmptyGen<int>[], false);
Eval(16435, v is SimpleDelegate, false);
Eval(16436, v is SimpleDelegate[], false);
- Eval(16437, v is GenericDelegate<int>, false);
- Eval(16438, v is GenericDelegate<int>[], false);
+// Eval(16437, v is GenericDelegate<int>, false);
+// Eval(16438, v is GenericDelegate<int>[], false);
Eval(16439, v is EmptyClass, false);
Eval(16440, v is EmptyClass[], false);
Eval(16441, v is NotEmptyClass, false);
Eval(16442, v is NotEmptyClass[], false);
- Eval(16443, v is EmptyClassGen<int>, false);
- Eval(16444, v is EmptyClassGen<int>[], false);
- Eval(16445, v is NotEmptyClassGen<Guid>, false);
- Eval(16446, v is NotEmptyClassGen<Guid>[], false);
- Eval(16447, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(16448, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(16443, v is EmptyClassGen<int>, false);
+// Eval(16444, v is EmptyClassGen<int>[], false);
+// Eval(16445, v is NotEmptyClassGen<Guid>, false);
+// Eval(16446, v is NotEmptyClassGen<Guid>[], false);
+// Eval(16447, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(16448, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(16449, v is NestedClass, false);
Eval(16450, v is NestedClass[], false);
- Eval(16451, v is NestedClassGen<Decimal>, false);
- Eval(16452, v is NestedClassGen<Decimal>[], false);
+// Eval(16451, v is NestedClassGen<Decimal>, false);
+// Eval(16452, v is NestedClassGen<Decimal>[], false);
Eval(16453, v is ImplementOneInterfaceC, false);
Eval(16454, v is ImplementOneInterfaceC[], false);
Eval(16455, v is ImplementTwoInterfaceC, false);
Eval(16456, v is ImplementTwoInterfaceC[], false);
- Eval(16457, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(16458, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(16459, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(16460, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(16461, v is ImplementAllInterfaceC<int>, false);
- Eval(16462, v is ImplementAllInterfaceC<int>[], false);
+// Eval(16457, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(16458, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(16459, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(16460, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(16461, v is ImplementAllInterfaceC<int>, false);
+// Eval(16462, v is ImplementAllInterfaceC<int>[], false);
Eval(16463, v is SealedClass, false);
Eval(16464, v is SealedClass[], false);
}
@@ -14204,26 +14204,26 @@ internal class Program
Eval(16470, v is NotEmptyStruct[], false);
Eval(16471, v is NotEmptyStruct?, false);
Eval(16472, v is NotEmptyStruct?[], false);
- Eval(16473, v is EmptyStructGen<int>, false);
- Eval(16474, v is EmptyStructGen<int>[], false);
- Eval(16475, v is EmptyStructGen<int>?, false);
- Eval(16476, v is EmptyStructGen<int>?[], false);
- Eval(16477, v is NotEmptyStructGen<Guid>, false);
- Eval(16478, v is NotEmptyStructGen<Guid>[], false);
- Eval(16479, v is NotEmptyStructGen<Guid>?, false);
- Eval(16480, v is NotEmptyStructGen<Guid>?[], false);
- Eval(16481, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(16482, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(16483, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(16484, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(16473, v is EmptyStructGen<int>, false);
+// Eval(16474, v is EmptyStructGen<int>[], false);
+// Eval(16475, v is EmptyStructGen<int>?, false);
+// Eval(16476, v is EmptyStructGen<int>?[], false);
+// Eval(16477, v is NotEmptyStructGen<Guid>, false);
+// Eval(16478, v is NotEmptyStructGen<Guid>[], false);
+// Eval(16479, v is NotEmptyStructGen<Guid>?, false);
+// Eval(16480, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(16481, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(16482, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(16483, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(16484, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(16485, v is NestedStruct, false);
Eval(16486, v is NestedStruct[], false);
Eval(16487, v is NestedStruct?, false);
Eval(16488, v is NestedStruct?[], false);
- Eval(16489, v is NestedStructGen<Decimal>, false);
- Eval(16490, v is NestedStructGen<Decimal>[], false);
- Eval(16491, v is NestedStructGen<Decimal>?, false);
- Eval(16492, v is NestedStructGen<Decimal>?[], false);
+// Eval(16489, v is NestedStructGen<Decimal>, false);
+// Eval(16490, v is NestedStructGen<Decimal>[], false);
+// Eval(16491, v is NestedStructGen<Decimal>?, false);
+// Eval(16492, v is NestedStructGen<Decimal>?[], false);
Eval(16493, v is ExplicitFieldOffsetStruct, false);
Eval(16494, v is ExplicitFieldOffsetStruct[], false);
Eval(16495, v is ExplicitFieldOffsetStruct?, false);
@@ -14240,18 +14240,18 @@ internal class Program
Eval(16514, v is ImplementTwoInterface[], false);
Eval(16515, v is ImplementTwoInterface?, false);
Eval(16516, v is ImplementTwoInterface?[], false);
- Eval(16517, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(16518, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(16519, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(16520, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(16521, v is ImplementTwoInterfaceGen<int>, false);
- Eval(16522, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(16523, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(16524, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(16525, v is ImplementAllInterface<int>, false);
- Eval(16526, v is ImplementAllInterface<int>[], false);
- Eval(16527, v is ImplementAllInterface<int>?, false);
- Eval(16528, v is ImplementAllInterface<int>?[], false);
+// Eval(16517, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(16518, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(16519, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(16520, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(16521, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(16522, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(16523, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(16524, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(16525, v is ImplementAllInterface<int>, false);
+// Eval(16526, v is ImplementAllInterface<int>[], false);
+// Eval(16527, v is ImplementAllInterface<int>?, false);
+// Eval(16528, v is ImplementAllInterface<int>?[], false);
Eval(16529, v is IntE, false);
Eval(16530, v is IntE[], false);
Eval(16531, v is IntE?, false);
@@ -14350,38 +14350,38 @@ internal class Program
Eval(16624, v is IEmpty[], false);
Eval(16625, v is INotEmpty, false);
Eval(16626, v is INotEmpty[], false);
- Eval(16627, v is IEmptyGen<int>, false);
- Eval(16628, v is IEmptyGen<int>[], false);
- Eval(16629, v is INotEmptyGen<int>, false);
- Eval(16630, v is INotEmptyGen<int>[], false);
+// Eval(16627, v is IEmptyGen<int>, false);
+// Eval(16628, v is IEmptyGen<int>[], false);
+// Eval(16629, v is INotEmptyGen<int>, false);
+// Eval(16630, v is INotEmptyGen<int>[], false);
Eval(16631, v is SimpleDelegate, false);
Eval(16632, v is SimpleDelegate[], false);
- Eval(16633, v is GenericDelegate<int>, false);
- Eval(16634, v is GenericDelegate<int>[], false);
+// Eval(16633, v is GenericDelegate<int>, false);
+// Eval(16634, v is GenericDelegate<int>[], false);
Eval(16635, v is EmptyClass, false);
Eval(16636, v is EmptyClass[], false);
Eval(16637, v is NotEmptyClass, false);
Eval(16638, v is NotEmptyClass[], false);
- Eval(16639, v is EmptyClassGen<int>, false);
- Eval(16640, v is EmptyClassGen<int>[], false);
- Eval(16641, v is NotEmptyClassGen<Guid>, false);
- Eval(16642, v is NotEmptyClassGen<Guid>[], false);
- Eval(16643, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(16644, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(16639, v is EmptyClassGen<int>, false);
+// Eval(16640, v is EmptyClassGen<int>[], false);
+// Eval(16641, v is NotEmptyClassGen<Guid>, false);
+// Eval(16642, v is NotEmptyClassGen<Guid>[], false);
+// Eval(16643, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(16644, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(16645, v is NestedClass, false);
Eval(16646, v is NestedClass[], false);
- Eval(16647, v is NestedClassGen<Decimal>, false);
- Eval(16648, v is NestedClassGen<Decimal>[], false);
+// Eval(16647, v is NestedClassGen<Decimal>, false);
+// Eval(16648, v is NestedClassGen<Decimal>[], false);
Eval(16649, v is ImplementOneInterfaceC, false);
Eval(16650, v is ImplementOneInterfaceC[], false);
Eval(16651, v is ImplementTwoInterfaceC, false);
Eval(16652, v is ImplementTwoInterfaceC[], false);
- Eval(16653, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(16654, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(16655, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(16656, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(16657, v is ImplementAllInterfaceC<int>, false);
- Eval(16658, v is ImplementAllInterfaceC<int>[], false);
+// Eval(16653, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(16654, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(16655, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(16656, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(16657, v is ImplementAllInterfaceC<int>, false);
+// Eval(16658, v is ImplementAllInterfaceC<int>[], false);
Eval(16659, v is SealedClass, false);
Eval(16660, v is SealedClass[], false);
}
@@ -14398,26 +14398,26 @@ internal class Program
Eval(16666, v is NotEmptyStruct[], false);
Eval(16667, v is NotEmptyStruct?, false);
Eval(16668, v is NotEmptyStruct?[], false);
- Eval(16669, v is EmptyStructGen<int>, false);
- Eval(16670, v is EmptyStructGen<int>[], false);
- Eval(16671, v is EmptyStructGen<int>?, false);
- Eval(16672, v is EmptyStructGen<int>?[], false);
- Eval(16673, v is NotEmptyStructGen<Guid>, false);
- Eval(16674, v is NotEmptyStructGen<Guid>[], false);
- Eval(16675, v is NotEmptyStructGen<Guid>?, false);
- Eval(16676, v is NotEmptyStructGen<Guid>?[], false);
- Eval(16677, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(16678, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(16679, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(16680, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(16669, v is EmptyStructGen<int>, false);
+// Eval(16670, v is EmptyStructGen<int>[], false);
+// Eval(16671, v is EmptyStructGen<int>?, false);
+// Eval(16672, v is EmptyStructGen<int>?[], false);
+// Eval(16673, v is NotEmptyStructGen<Guid>, false);
+// Eval(16674, v is NotEmptyStructGen<Guid>[], false);
+// Eval(16675, v is NotEmptyStructGen<Guid>?, false);
+// Eval(16676, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(16677, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(16678, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(16679, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(16680, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(16681, v is NestedStruct, false);
Eval(16682, v is NestedStruct[], false);
Eval(16683, v is NestedStruct?, false);
Eval(16684, v is NestedStruct?[], false);
- Eval(16685, v is NestedStructGen<Decimal>, false);
- Eval(16686, v is NestedStructGen<Decimal>[], false);
- Eval(16687, v is NestedStructGen<Decimal>?, false);
- Eval(16688, v is NestedStructGen<Decimal>?[], false);
+// Eval(16685, v is NestedStructGen<Decimal>, false);
+// Eval(16686, v is NestedStructGen<Decimal>[], false);
+// Eval(16687, v is NestedStructGen<Decimal>?, false);
+// Eval(16688, v is NestedStructGen<Decimal>?[], false);
Eval(16689, v is ExplicitFieldOffsetStruct, false);
Eval(16690, v is ExplicitFieldOffsetStruct[], false);
Eval(16691, v is ExplicitFieldOffsetStruct?, false);
@@ -14434,18 +14434,18 @@ internal class Program
Eval(16710, v is ImplementTwoInterface[], false);
Eval(16711, v is ImplementTwoInterface?, false);
Eval(16712, v is ImplementTwoInterface?[], false);
- Eval(16713, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(16714, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(16715, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(16716, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(16717, v is ImplementTwoInterfaceGen<int>, false);
- Eval(16718, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(16719, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(16720, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(16721, v is ImplementAllInterface<int>, false);
- Eval(16722, v is ImplementAllInterface<int>[], false);
- Eval(16723, v is ImplementAllInterface<int>?, false);
- Eval(16724, v is ImplementAllInterface<int>?[], false);
+// Eval(16713, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(16714, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(16715, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(16716, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(16717, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(16718, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(16719, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(16720, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(16721, v is ImplementAllInterface<int>, false);
+// Eval(16722, v is ImplementAllInterface<int>[], false);
+// Eval(16723, v is ImplementAllInterface<int>?, false);
+// Eval(16724, v is ImplementAllInterface<int>?[], false);
Eval(16725, v is IntE, false);
Eval(16726, v is IntE[], false);
Eval(16727, v is IntE?, false);
@@ -14544,38 +14544,38 @@ internal class Program
Eval(16820, v is IEmpty[], false);
Eval(16821, v is INotEmpty, false);
Eval(16822, v is INotEmpty[], false);
- Eval(16823, v is IEmptyGen<int>, false);
- Eval(16824, v is IEmptyGen<int>[], false);
- Eval(16825, v is INotEmptyGen<int>, false);
- Eval(16826, v is INotEmptyGen<int>[], false);
+// Eval(16823, v is IEmptyGen<int>, false);
+// Eval(16824, v is IEmptyGen<int>[], false);
+// Eval(16825, v is INotEmptyGen<int>, false);
+// Eval(16826, v is INotEmptyGen<int>[], false);
Eval(16827, v is SimpleDelegate, false);
Eval(16828, v is SimpleDelegate[], false);
- Eval(16829, v is GenericDelegate<int>, false);
- Eval(16830, v is GenericDelegate<int>[], false);
+// Eval(16829, v is GenericDelegate<int>, false);
+// Eval(16830, v is GenericDelegate<int>[], false);
Eval(16831, v is EmptyClass, false);
Eval(16832, v is EmptyClass[], false);
Eval(16833, v is NotEmptyClass, false);
Eval(16834, v is NotEmptyClass[], false);
- Eval(16835, v is EmptyClassGen<int>, false);
- Eval(16836, v is EmptyClassGen<int>[], false);
- Eval(16837, v is NotEmptyClassGen<Guid>, false);
- Eval(16838, v is NotEmptyClassGen<Guid>[], false);
- Eval(16839, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(16840, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(16835, v is EmptyClassGen<int>, false);
+// Eval(16836, v is EmptyClassGen<int>[], false);
+// Eval(16837, v is NotEmptyClassGen<Guid>, false);
+// Eval(16838, v is NotEmptyClassGen<Guid>[], false);
+// Eval(16839, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(16840, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(16841, v is NestedClass, false);
Eval(16842, v is NestedClass[], false);
- Eval(16843, v is NestedClassGen<Decimal>, false);
- Eval(16844, v is NestedClassGen<Decimal>[], false);
+// Eval(16843, v is NestedClassGen<Decimal>, false);
+// Eval(16844, v is NestedClassGen<Decimal>[], false);
Eval(16845, v is ImplementOneInterfaceC, false);
Eval(16846, v is ImplementOneInterfaceC[], false);
Eval(16847, v is ImplementTwoInterfaceC, false);
Eval(16848, v is ImplementTwoInterfaceC[], false);
- Eval(16849, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(16850, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(16851, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(16852, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(16853, v is ImplementAllInterfaceC<int>, false);
- Eval(16854, v is ImplementAllInterfaceC<int>[], false);
+// Eval(16849, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(16850, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(16851, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(16852, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(16853, v is ImplementAllInterfaceC<int>, false);
+// Eval(16854, v is ImplementAllInterfaceC<int>[], false);
Eval(16855, v is SealedClass, false);
Eval(16856, v is SealedClass[], false);
}
@@ -14589,26 +14589,26 @@ internal class Program
Eval(16862, v is NotEmptyStruct[], false);
Eval(16863, v is NotEmptyStruct?, false);
Eval(16864, v is NotEmptyStruct?[], false);
- Eval(16865, v is EmptyStructGen<int>, false);
- Eval(16866, v is EmptyStructGen<int>[], false);
- Eval(16867, v is EmptyStructGen<int>?, false);
- Eval(16868, v is EmptyStructGen<int>?[], false);
- Eval(16869, v is NotEmptyStructGen<Guid>, false);
- Eval(16870, v is NotEmptyStructGen<Guid>[], false);
- Eval(16871, v is NotEmptyStructGen<Guid>?, false);
- Eval(16872, v is NotEmptyStructGen<Guid>?[], false);
- Eval(16873, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(16874, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(16875, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(16876, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(16865, v is EmptyStructGen<int>, false);
+// Eval(16866, v is EmptyStructGen<int>[], false);
+// Eval(16867, v is EmptyStructGen<int>?, false);
+// Eval(16868, v is EmptyStructGen<int>?[], false);
+// Eval(16869, v is NotEmptyStructGen<Guid>, false);
+// Eval(16870, v is NotEmptyStructGen<Guid>[], false);
+// Eval(16871, v is NotEmptyStructGen<Guid>?, false);
+// Eval(16872, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(16873, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(16874, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(16875, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(16876, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(16877, v is NestedStruct, false);
Eval(16878, v is NestedStruct[], false);
Eval(16879, v is NestedStruct?, false);
Eval(16880, v is NestedStruct?[], false);
- Eval(16881, v is NestedStructGen<Decimal>, false);
- Eval(16882, v is NestedStructGen<Decimal>[], false);
- Eval(16883, v is NestedStructGen<Decimal>?, false);
- Eval(16884, v is NestedStructGen<Decimal>?[], false);
+// Eval(16881, v is NestedStructGen<Decimal>, false);
+// Eval(16882, v is NestedStructGen<Decimal>[], false);
+// Eval(16883, v is NestedStructGen<Decimal>?, false);
+// Eval(16884, v is NestedStructGen<Decimal>?[], false);
Eval(16885, v is ExplicitFieldOffsetStruct, false);
Eval(16886, v is ExplicitFieldOffsetStruct[], false);
Eval(16887, v is ExplicitFieldOffsetStruct?, false);
@@ -14625,18 +14625,18 @@ internal class Program
Eval(16906, v is ImplementTwoInterface[], false);
Eval(16907, v is ImplementTwoInterface?, false);
Eval(16908, v is ImplementTwoInterface?[], false);
- Eval(16909, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(16910, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(16911, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(16912, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(16913, v is ImplementTwoInterfaceGen<int>, false);
- Eval(16914, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(16915, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(16916, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(16917, v is ImplementAllInterface<int>, false);
- Eval(16918, v is ImplementAllInterface<int>[], false);
- Eval(16919, v is ImplementAllInterface<int>?, false);
- Eval(16920, v is ImplementAllInterface<int>?[], false);
+// Eval(16909, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(16910, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(16911, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(16912, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(16913, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(16914, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(16915, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(16916, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(16917, v is ImplementAllInterface<int>, false);
+// Eval(16918, v is ImplementAllInterface<int>[], false);
+// Eval(16919, v is ImplementAllInterface<int>?, false);
+// Eval(16920, v is ImplementAllInterface<int>?[], false);
Eval(16921, v is IntE, false);
Eval(16922, v is IntE[], false);
Eval(16923, v is IntE?, false);
@@ -14735,38 +14735,38 @@ internal class Program
Eval(17016, v is IEmpty[], false);
Eval(17017, v is INotEmpty, false);
Eval(17018, v is INotEmpty[], false);
- Eval(17019, v is IEmptyGen<int>, false);
- Eval(17020, v is IEmptyGen<int>[], false);
- Eval(17021, v is INotEmptyGen<int>, false);
- Eval(17022, v is INotEmptyGen<int>[], false);
+// Eval(17019, v is IEmptyGen<int>, false);
+// Eval(17020, v is IEmptyGen<int>[], false);
+// Eval(17021, v is INotEmptyGen<int>, false);
+// Eval(17022, v is INotEmptyGen<int>[], false);
Eval(17023, v is SimpleDelegate, false);
Eval(17024, v is SimpleDelegate[], false);
- Eval(17025, v is GenericDelegate<int>, false);
- Eval(17026, v is GenericDelegate<int>[], false);
+// Eval(17025, v is GenericDelegate<int>, false);
+// Eval(17026, v is GenericDelegate<int>[], false);
Eval(17027, v is EmptyClass, false);
Eval(17028, v is EmptyClass[], false);
Eval(17029, v is NotEmptyClass, false);
Eval(17030, v is NotEmptyClass[], false);
- Eval(17031, v is EmptyClassGen<int>, false);
- Eval(17032, v is EmptyClassGen<int>[], false);
- Eval(17033, v is NotEmptyClassGen<Guid>, false);
- Eval(17034, v is NotEmptyClassGen<Guid>[], false);
- Eval(17035, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(17036, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(17031, v is EmptyClassGen<int>, false);
+// Eval(17032, v is EmptyClassGen<int>[], false);
+// Eval(17033, v is NotEmptyClassGen<Guid>, false);
+// Eval(17034, v is NotEmptyClassGen<Guid>[], false);
+// Eval(17035, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(17036, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(17037, v is NestedClass, false);
Eval(17038, v is NestedClass[], false);
- Eval(17039, v is NestedClassGen<Decimal>, false);
- Eval(17040, v is NestedClassGen<Decimal>[], false);
+// Eval(17039, v is NestedClassGen<Decimal>, false);
+// Eval(17040, v is NestedClassGen<Decimal>[], false);
Eval(17041, v is ImplementOneInterfaceC, false);
Eval(17042, v is ImplementOneInterfaceC[], false);
Eval(17043, v is ImplementTwoInterfaceC, false);
Eval(17044, v is ImplementTwoInterfaceC[], false);
- Eval(17045, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(17046, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(17047, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(17048, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(17049, v is ImplementAllInterfaceC<int>, false);
- Eval(17050, v is ImplementAllInterfaceC<int>[], false);
+// Eval(17045, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(17046, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(17047, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(17048, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(17049, v is ImplementAllInterfaceC<int>, false);
+// Eval(17050, v is ImplementAllInterfaceC<int>[], false);
Eval(17051, v is SealedClass, false);
Eval(17052, v is SealedClass[], false);
}
@@ -14780,26 +14780,26 @@ internal class Program
Eval(17058, v is NotEmptyStruct[], false);
Eval(17059, v is NotEmptyStruct?, false);
Eval(17060, v is NotEmptyStruct?[], false);
- Eval(17061, v is EmptyStructGen<int>, false);
- Eval(17062, v is EmptyStructGen<int>[], false);
- Eval(17063, v is EmptyStructGen<int>?, false);
- Eval(17064, v is EmptyStructGen<int>?[], false);
- Eval(17065, v is NotEmptyStructGen<Guid>, false);
- Eval(17066, v is NotEmptyStructGen<Guid>[], false);
- Eval(17067, v is NotEmptyStructGen<Guid>?, false);
- Eval(17068, v is NotEmptyStructGen<Guid>?[], false);
- Eval(17069, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(17070, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(17071, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(17072, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(17061, v is EmptyStructGen<int>, false);
+// Eval(17062, v is EmptyStructGen<int>[], false);
+// Eval(17063, v is EmptyStructGen<int>?, false);
+// Eval(17064, v is EmptyStructGen<int>?[], false);
+// Eval(17065, v is NotEmptyStructGen<Guid>, false);
+// Eval(17066, v is NotEmptyStructGen<Guid>[], false);
+// Eval(17067, v is NotEmptyStructGen<Guid>?, false);
+// Eval(17068, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(17069, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(17070, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(17071, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(17072, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(17073, v is NestedStruct, false);
Eval(17074, v is NestedStruct[], false);
Eval(17075, v is NestedStruct?, false);
Eval(17076, v is NestedStruct?[], false);
- Eval(17077, v is NestedStructGen<Decimal>, false);
- Eval(17078, v is NestedStructGen<Decimal>[], false);
- Eval(17079, v is NestedStructGen<Decimal>?, false);
- Eval(17080, v is NestedStructGen<Decimal>?[], false);
+// Eval(17077, v is NestedStructGen<Decimal>, false);
+// Eval(17078, v is NestedStructGen<Decimal>[], false);
+// Eval(17079, v is NestedStructGen<Decimal>?, false);
+// Eval(17080, v is NestedStructGen<Decimal>?[], false);
Eval(17081, v is ExplicitFieldOffsetStruct, false);
Eval(17082, v is ExplicitFieldOffsetStruct[], false);
Eval(17083, v is ExplicitFieldOffsetStruct?, false);
@@ -14816,18 +14816,18 @@ internal class Program
Eval(17102, v is ImplementTwoInterface[], false);
Eval(17103, v is ImplementTwoInterface?, false);
Eval(17104, v is ImplementTwoInterface?[], false);
- Eval(17105, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(17106, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(17107, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(17108, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(17109, v is ImplementTwoInterfaceGen<int>, false);
- Eval(17110, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(17111, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(17112, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(17113, v is ImplementAllInterface<int>, false);
- Eval(17114, v is ImplementAllInterface<int>[], false);
- Eval(17115, v is ImplementAllInterface<int>?, false);
- Eval(17116, v is ImplementAllInterface<int>?[], false);
+// Eval(17105, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(17106, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(17107, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(17108, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(17109, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(17110, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(17111, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(17112, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(17113, v is ImplementAllInterface<int>, false);
+// Eval(17114, v is ImplementAllInterface<int>[], false);
+// Eval(17115, v is ImplementAllInterface<int>?, false);
+// Eval(17116, v is ImplementAllInterface<int>?[], false);
Eval(17117, v is IntE, false);
Eval(17118, v is IntE[], false);
Eval(17119, v is IntE?, false);
@@ -14926,38 +14926,38 @@ internal class Program
Eval(17212, v is IEmpty[], false);
Eval(17213, v is INotEmpty, false);
Eval(17214, v is INotEmpty[], false);
- Eval(17215, v is IEmptyGen<int>, false);
- Eval(17216, v is IEmptyGen<int>[], false);
- Eval(17217, v is INotEmptyGen<int>, false);
- Eval(17218, v is INotEmptyGen<int>[], false);
+// Eval(17215, v is IEmptyGen<int>, false);
+// Eval(17216, v is IEmptyGen<int>[], false);
+// Eval(17217, v is INotEmptyGen<int>, false);
+// Eval(17218, v is INotEmptyGen<int>[], false);
Eval(17219, v is SimpleDelegate, false);
Eval(17220, v is SimpleDelegate[], false);
- Eval(17221, v is GenericDelegate<int>, false);
- Eval(17222, v is GenericDelegate<int>[], false);
+// Eval(17221, v is GenericDelegate<int>, false);
+// Eval(17222, v is GenericDelegate<int>[], false);
Eval(17223, v is EmptyClass, false);
Eval(17224, v is EmptyClass[], false);
Eval(17225, v is NotEmptyClass, false);
Eval(17226, v is NotEmptyClass[], false);
- Eval(17227, v is EmptyClassGen<int>, false);
- Eval(17228, v is EmptyClassGen<int>[], false);
- Eval(17229, v is NotEmptyClassGen<Guid>, false);
- Eval(17230, v is NotEmptyClassGen<Guid>[], false);
- Eval(17231, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(17232, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(17227, v is EmptyClassGen<int>, false);
+// Eval(17228, v is EmptyClassGen<int>[], false);
+// Eval(17229, v is NotEmptyClassGen<Guid>, false);
+// Eval(17230, v is NotEmptyClassGen<Guid>[], false);
+// Eval(17231, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(17232, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(17233, v is NestedClass, false);
Eval(17234, v is NestedClass[], false);
- Eval(17235, v is NestedClassGen<Decimal>, false);
- Eval(17236, v is NestedClassGen<Decimal>[], false);
+// Eval(17235, v is NestedClassGen<Decimal>, false);
+// Eval(17236, v is NestedClassGen<Decimal>[], false);
Eval(17237, v is ImplementOneInterfaceC, false);
Eval(17238, v is ImplementOneInterfaceC[], false);
Eval(17239, v is ImplementTwoInterfaceC, false);
Eval(17240, v is ImplementTwoInterfaceC[], false);
- Eval(17241, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(17242, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(17243, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(17244, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(17245, v is ImplementAllInterfaceC<int>, false);
- Eval(17246, v is ImplementAllInterfaceC<int>[], false);
+// Eval(17241, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(17242, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(17243, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(17244, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(17245, v is ImplementAllInterfaceC<int>, false);
+// Eval(17246, v is ImplementAllInterfaceC<int>[], false);
Eval(17247, v is SealedClass, false);
Eval(17248, v is SealedClass[], false);
}
@@ -14971,26 +14971,26 @@ internal class Program
Eval(17254, v is NotEmptyStruct[], false);
Eval(17255, v is NotEmptyStruct?, false);
Eval(17256, v is NotEmptyStruct?[], false);
- Eval(17257, v is EmptyStructGen<int>, false);
- Eval(17258, v is EmptyStructGen<int>[], false);
- Eval(17259, v is EmptyStructGen<int>?, false);
- Eval(17260, v is EmptyStructGen<int>?[], false);
- Eval(17261, v is NotEmptyStructGen<Guid>, false);
- Eval(17262, v is NotEmptyStructGen<Guid>[], false);
- Eval(17263, v is NotEmptyStructGen<Guid>?, false);
- Eval(17264, v is NotEmptyStructGen<Guid>?[], false);
- Eval(17265, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(17266, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(17267, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(17268, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(17257, v is EmptyStructGen<int>, false);
+// Eval(17258, v is EmptyStructGen<int>[], false);
+// Eval(17259, v is EmptyStructGen<int>?, false);
+// Eval(17260, v is EmptyStructGen<int>?[], false);
+// Eval(17261, v is NotEmptyStructGen<Guid>, false);
+// Eval(17262, v is NotEmptyStructGen<Guid>[], false);
+// Eval(17263, v is NotEmptyStructGen<Guid>?, false);
+// Eval(17264, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(17265, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(17266, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(17267, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(17268, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(17269, v is NestedStruct, false);
Eval(17270, v is NestedStruct[], false);
Eval(17271, v is NestedStruct?, false);
Eval(17272, v is NestedStruct?[], false);
- Eval(17273, v is NestedStructGen<Decimal>, false);
- Eval(17274, v is NestedStructGen<Decimal>[], false);
- Eval(17275, v is NestedStructGen<Decimal>?, false);
- Eval(17276, v is NestedStructGen<Decimal>?[], false);
+// Eval(17273, v is NestedStructGen<Decimal>, false);
+// Eval(17274, v is NestedStructGen<Decimal>[], false);
+// Eval(17275, v is NestedStructGen<Decimal>?, false);
+// Eval(17276, v is NestedStructGen<Decimal>?[], false);
Eval(17277, v is ExplicitFieldOffsetStruct, false);
Eval(17278, v is ExplicitFieldOffsetStruct[], false);
Eval(17279, v is ExplicitFieldOffsetStruct?, false);
@@ -15007,18 +15007,18 @@ internal class Program
Eval(17298, v is ImplementTwoInterface[], false);
Eval(17299, v is ImplementTwoInterface?, false);
Eval(17300, v is ImplementTwoInterface?[], false);
- Eval(17301, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(17302, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(17303, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(17304, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(17305, v is ImplementTwoInterfaceGen<int>, false);
- Eval(17306, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(17307, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(17308, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(17309, v is ImplementAllInterface<int>, false);
- Eval(17310, v is ImplementAllInterface<int>[], false);
- Eval(17311, v is ImplementAllInterface<int>?, false);
- Eval(17312, v is ImplementAllInterface<int>?[], false);
+// Eval(17301, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(17302, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(17303, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(17304, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(17305, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(17306, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(17307, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(17308, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(17309, v is ImplementAllInterface<int>, false);
+// Eval(17310, v is ImplementAllInterface<int>[], false);
+// Eval(17311, v is ImplementAllInterface<int>?, false);
+// Eval(17312, v is ImplementAllInterface<int>?[], false);
Eval(17313, v is IntE, false);
Eval(17314, v is IntE[], false);
Eval(17315, v is IntE?, false);
@@ -15117,38 +15117,38 @@ internal class Program
Eval(17408, v is IEmpty[], false);
Eval(17409, v is INotEmpty, false);
Eval(17410, v is INotEmpty[], false);
- Eval(17411, v is IEmptyGen<int>, false);
- Eval(17412, v is IEmptyGen<int>[], false);
- Eval(17413, v is INotEmptyGen<int>, false);
- Eval(17414, v is INotEmptyGen<int>[], false);
+// Eval(17411, v is IEmptyGen<int>, false);
+// Eval(17412, v is IEmptyGen<int>[], false);
+// Eval(17413, v is INotEmptyGen<int>, false);
+// Eval(17414, v is INotEmptyGen<int>[], false);
Eval(17415, v is SimpleDelegate, false);
Eval(17416, v is SimpleDelegate[], false);
- Eval(17417, v is GenericDelegate<int>, false);
- Eval(17418, v is GenericDelegate<int>[], false);
+// Eval(17417, v is GenericDelegate<int>, false);
+// Eval(17418, v is GenericDelegate<int>[], false);
Eval(17419, v is EmptyClass, false);
Eval(17420, v is EmptyClass[], false);
Eval(17421, v is NotEmptyClass, false);
Eval(17422, v is NotEmptyClass[], false);
- Eval(17423, v is EmptyClassGen<int>, false);
- Eval(17424, v is EmptyClassGen<int>[], false);
- Eval(17425, v is NotEmptyClassGen<Guid>, false);
- Eval(17426, v is NotEmptyClassGen<Guid>[], false);
- Eval(17427, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(17428, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(17423, v is EmptyClassGen<int>, false);
+// Eval(17424, v is EmptyClassGen<int>[], false);
+// Eval(17425, v is NotEmptyClassGen<Guid>, false);
+// Eval(17426, v is NotEmptyClassGen<Guid>[], false);
+// Eval(17427, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(17428, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(17429, v is NestedClass, false);
Eval(17430, v is NestedClass[], false);
- Eval(17431, v is NestedClassGen<Decimal>, false);
- Eval(17432, v is NestedClassGen<Decimal>[], false);
+// Eval(17431, v is NestedClassGen<Decimal>, false);
+// Eval(17432, v is NestedClassGen<Decimal>[], false);
Eval(17433, v is ImplementOneInterfaceC, false);
Eval(17434, v is ImplementOneInterfaceC[], false);
Eval(17435, v is ImplementTwoInterfaceC, false);
Eval(17436, v is ImplementTwoInterfaceC[], false);
- Eval(17437, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(17438, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(17439, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(17440, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(17441, v is ImplementAllInterfaceC<int>, false);
- Eval(17442, v is ImplementAllInterfaceC<int>[], false);
+// Eval(17437, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(17438, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(17439, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(17440, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(17441, v is ImplementAllInterfaceC<int>, false);
+// Eval(17442, v is ImplementAllInterfaceC<int>[], false);
Eval(17443, v is SealedClass, false);
Eval(17444, v is SealedClass[], false);
}
@@ -15162,26 +15162,26 @@ internal class Program
Eval(17450, v is NotEmptyStruct[], false);
Eval(17451, v is NotEmptyStruct?, false);
Eval(17452, v is NotEmptyStruct?[], false);
- Eval(17453, v is EmptyStructGen<int>, false);
- Eval(17454, v is EmptyStructGen<int>[], false);
- Eval(17455, v is EmptyStructGen<int>?, false);
- Eval(17456, v is EmptyStructGen<int>?[], false);
- Eval(17457, v is NotEmptyStructGen<Guid>, false);
- Eval(17458, v is NotEmptyStructGen<Guid>[], false);
- Eval(17459, v is NotEmptyStructGen<Guid>?, false);
- Eval(17460, v is NotEmptyStructGen<Guid>?[], false);
- Eval(17461, v is NotEmptyStructConstrainedGen<IntPtr>, false);
- Eval(17462, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
- Eval(17463, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
- Eval(17464, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
+// Eval(17453, v is EmptyStructGen<int>, false);
+// Eval(17454, v is EmptyStructGen<int>[], false);
+// Eval(17455, v is EmptyStructGen<int>?, false);
+// Eval(17456, v is EmptyStructGen<int>?[], false);
+// Eval(17457, v is NotEmptyStructGen<Guid>, false);
+// Eval(17458, v is NotEmptyStructGen<Guid>[], false);
+// Eval(17459, v is NotEmptyStructGen<Guid>?, false);
+// Eval(17460, v is NotEmptyStructGen<Guid>?[], false);
+// Eval(17461, v is NotEmptyStructConstrainedGen<IntPtr>, false);
+// Eval(17462, v is NotEmptyStructConstrainedGen<IntPtr>[], false);
+// Eval(17463, v is NotEmptyStructConstrainedGen<IntPtr>?, false);
+// Eval(17464, v is NotEmptyStructConstrainedGen<IntPtr>?[], false);
Eval(17465, v is NestedStruct, false);
Eval(17466, v is NestedStruct[], false);
Eval(17467, v is NestedStruct?, false);
Eval(17468, v is NestedStruct?[], false);
- Eval(17469, v is NestedStructGen<Decimal>, false);
- Eval(17470, v is NestedStructGen<Decimal>[], false);
- Eval(17471, v is NestedStructGen<Decimal>?, false);
- Eval(17472, v is NestedStructGen<Decimal>?[], false);
+// Eval(17469, v is NestedStructGen<Decimal>, false);
+// Eval(17470, v is NestedStructGen<Decimal>[], false);
+// Eval(17471, v is NestedStructGen<Decimal>?, false);
+// Eval(17472, v is NestedStructGen<Decimal>?[], false);
Eval(17473, v is ExplicitFieldOffsetStruct, false);
Eval(17474, v is ExplicitFieldOffsetStruct[], false);
Eval(17475, v is ExplicitFieldOffsetStruct?, false);
@@ -15198,18 +15198,18 @@ internal class Program
Eval(17494, v is ImplementTwoInterface[], false);
Eval(17495, v is ImplementTwoInterface?, false);
Eval(17496, v is ImplementTwoInterface?[], false);
- Eval(17497, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
- Eval(17498, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
- Eval(17499, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
- Eval(17500, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
- Eval(17501, v is ImplementTwoInterfaceGen<int>, false);
- Eval(17502, v is ImplementTwoInterfaceGen<int>[], false);
- Eval(17503, v is ImplementTwoInterfaceGen<int>?, false);
- Eval(17504, v is ImplementTwoInterfaceGen<int>?[], false);
- Eval(17505, v is ImplementAllInterface<int>, false);
- Eval(17506, v is ImplementAllInterface<int>[], false);
- Eval(17507, v is ImplementAllInterface<int>?, false);
- Eval(17508, v is ImplementAllInterface<int>?[], false);
+// Eval(17497, v is ImplementOneInterfaceGen<EmptyStructGen<int>>, false);
+// Eval(17498, v is ImplementOneInterfaceGen<EmptyStructGen<int>>[], false);
+// Eval(17499, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?, false);
+// Eval(17500, v is ImplementOneInterfaceGen<EmptyStructGen<int>>?[], false);
+// Eval(17501, v is ImplementTwoInterfaceGen<int>, false);
+// Eval(17502, v is ImplementTwoInterfaceGen<int>[], false);
+// Eval(17503, v is ImplementTwoInterfaceGen<int>?, false);
+// Eval(17504, v is ImplementTwoInterfaceGen<int>?[], false);
+// Eval(17505, v is ImplementAllInterface<int>, false);
+// Eval(17506, v is ImplementAllInterface<int>[], false);
+// Eval(17507, v is ImplementAllInterface<int>?, false);
+// Eval(17508, v is ImplementAllInterface<int>?[], false);
Eval(17509, v is IntE, false);
Eval(17510, v is IntE[], false);
Eval(17511, v is IntE?, false);
@@ -15308,38 +15308,38 @@ internal class Program
Eval(17604, v is IEmpty[], false);
Eval(17605, v is INotEmpty, false);
Eval(17606, v is INotEmpty[], false);
- Eval(17607, v is IEmptyGen<int>, false);
- Eval(17608, v is IEmptyGen<int>[], false);
- Eval(17609, v is INotEmptyGen<int>, false);
- Eval(17610, v is INotEmptyGen<int>[], false);
+// Eval(17607, v is IEmptyGen<int>, false);
+// Eval(17608, v is IEmptyGen<int>[], false);
+// Eval(17609, v is INotEmptyGen<int>, false);
+// Eval(17610, v is INotEmptyGen<int>[], false);
Eval(17611, v is SimpleDelegate, false);
Eval(17612, v is SimpleDelegate[], false);
- Eval(17613, v is GenericDelegate<int>, false);
- Eval(17614, v is GenericDelegate<int>[], false);
+// Eval(17613, v is GenericDelegate<int>, false);
+// Eval(17614, v is GenericDelegate<int>[], false);
Eval(17615, v is EmptyClass, false);
Eval(17616, v is EmptyClass[], false);
Eval(17617, v is NotEmptyClass, false);
Eval(17618, v is NotEmptyClass[], false);
- Eval(17619, v is EmptyClassGen<int>, false);
- Eval(17620, v is EmptyClassGen<int>[], false);
- Eval(17621, v is NotEmptyClassGen<Guid>, false);
- Eval(17622, v is NotEmptyClassGen<Guid>[], false);
- Eval(17623, v is NotEmptyClassConstrainedGen<object>, false);
- Eval(17624, v is NotEmptyClassConstrainedGen<object>[], false);
+// Eval(17619, v is EmptyClassGen<int>, false);
+// Eval(17620, v is EmptyClassGen<int>[], false);
+// Eval(17621, v is NotEmptyClassGen<Guid>, false);
+// Eval(17622, v is NotEmptyClassGen<Guid>[], false);
+// Eval(17623, v is NotEmptyClassConstrainedGen<object>, false);
+// Eval(17624, v is NotEmptyClassConstrainedGen<object>[], false);
Eval(17625, v is NestedClass, false);
Eval(17626, v is NestedClass[], false);
- Eval(17627, v is NestedClassGen<Decimal>, false);
- Eval(17628, v is NestedClassGen<Decimal>[], false);
+// Eval(17627, v is NestedClassGen<Decimal>, false);
+// Eval(17628, v is NestedClassGen<Decimal>[], false);
Eval(17629, v is ImplementOneInterfaceC, false);
Eval(17630, v is ImplementOneInterfaceC[], false);
Eval(17631, v is ImplementTwoInterfaceC, false);
Eval(17632, v is ImplementTwoInterfaceC[], false);
- Eval(17633, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
- Eval(17634, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
- Eval(17635, v is ImplementTwoInterfaceGenC<int>, false);
- Eval(17636, v is ImplementTwoInterfaceGenC<int>[], false);
- Eval(17637, v is ImplementAllInterfaceC<int>, false);
- Eval(17638, v is ImplementAllInterfaceC<int>[], false);
+// Eval(17633, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>, false);
+// Eval(17634, v is ImplementOneInterfaceGenC<EmptyStructGen<int>>[], false);
+// Eval(17635, v is ImplementTwoInterfaceGenC<int>, false);
+// Eval(17636, v is ImplementTwoInterfaceGenC<int>[], false);
+// Eval(17637, v is ImplementAllInterfaceC<int>, false);
+// Eval(17638, v is ImplementAllInterfaceC<int>[], false);
Eval(17639, v is SealedClass, false);
Eval(17640, v is SealedClass[], false);
}