248 references to VerifyValue
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (177)
Attributes\AttributeTests.cs (147)
491
attrs[0].
VerifyValue
(0, TypedConstantKind.Primitive, "Roslyn.Compilers.UnitTests");
493
attrs[1].
VerifyValue
(0, TypedConstantKind.Primitive, "Roslyn.Compilers.CSharp");
495
attrs[2].
VerifyValue
(0, TypedConstantKind.Primitive, "Roslyn.Compilers.CSharp.UnitTests");
497
attrs[3].
VerifyValue
(0, TypedConstantKind.Primitive, "Roslyn.Compilers.CSharp.Test.Utilities");
499
attrs[4].
VerifyValue
(0, TypedConstantKind.Primitive, "Roslyn.Compilers.VisualBasic");
1435
a.
VerifyValue
(0, TypedConstantKind.Enum, (int)System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5);
1439
a.
VerifyValue
(0, TypedConstantKind.Primitive, "");
1443
a.
VerifyValue
(0, TypedConstantKind.Primitive, true);
1447
a.
VerifyValue
(0, TypedConstantKind.Enum, (int)AssemblyNameFlags.Retargetable);
1451
a.
VerifyValue
(0, TypedConstantKind.Primitive, "MyKey.snk");
1455
a.
VerifyValue
(0, TypedConstantKind.Primitive, "Key Name");
1459
a.
VerifyValue
(0, TypedConstantKind.Primitive, "1.2.*");
1463
a.
VerifyValue
(0, TypedConstantKind.Primitive, "4.3.2.100");
1520
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
1606
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, true);
1710
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeof(object));
1716
attrs.First().
VerifyValue
(0, TypedConstantKind.Array, new object[] { typeof(string) });
1721
attrs.First().
VerifyValue
(0, TypedConstantKind.Array, new object[] { 1, "two", typeof(string), 3.1415926 });
1724
attrs.First().
VerifyValue
(0, TypedConstantKind.Array, new object[] { new object[] { typeof(string) } });
3115
attrs[0].
VerifyValue
(0, TypedConstantKind.Enum, (int)FileMode.Open);
3116
attrs[0].
VerifyValue
(1, TypedConstantKind.Enum, (int)(BindingFlags.DeclaredOnly | BindingFlags.Public));
3122
attrs[0].
VerifyValue
(0, TypedConstantKind.Array, new char[] { 'q', 'c' });
3131
attrs[0].
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
3132
attrs[0].
VerifyValue
<long>(1, TypedConstantKind.Primitive, 256);
3133
attrs[0].
VerifyValue
<float>(2, TypedConstantKind.Primitive, 0);
3134
attrs[0].
VerifyValue
<short>(3, TypedConstantKind.Primitive, -1);
3137
attrs[1].
VerifyValue
<object>(0, TypedConstantKind.Type, typeof(Dictionary<string, int>));
3138
attrs[1].
VerifyValue
<long>(1, TypedConstantKind.Primitive, 265);
3139
attrs[1].
VerifyValue
<float>(2, TypedConstantKind.Primitive, -0.0001f);
3140
attrs[1].
VerifyValue
<short>(3, TypedConstantKind.Primitive, 2);
3177
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Array, new object[] { 0, "", null });
3178
attrs.First().
VerifyValue
<byte>(1, TypedConstantKind.Primitive, 255);
3179
attrs.First().
VerifyValue
<sbyte>(2, TypedConstantKind.Primitive, -128);
3186
attrs[0].
VerifyValue
<object>(0, TypedConstantKind.Type, typeof(string[,,]));
3219
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Array, new object[] { 1, null, "Hi" });
3451
attrs.First().
VerifyValue
<char[]>(0, TypedConstantKind.Array, new char[] { ' ' });
3452
attrs.First().
VerifyValue
<string[]>(1, TypedConstantKind.Array, new string[] { "" });
3464
attrs.First().
VerifyValue
<char[]>(0, TypedConstantKind.Array, new char[] { ' ' });
3465
attrs.First().
VerifyValue
<string[]>(1, TypedConstantKind.Array, new string[] { "" });
3533
attr.
VerifyValue
<string>(0, TypedConstantKind.Primitive, "MultipleArgumentsToParamsParameter");
3534
attr.
VerifyValue
<int[]>(1, TypedConstantKind.Array, new int[] { 4, 5, 6 });
3540
attr.
VerifyValue
<string>(0, TypedConstantKind.Primitive, "NoArgumentsToParamsParameter");
3541
attr.
VerifyValue
<int[]>(1, TypedConstantKind.Array, new int[] { });
3547
attr.
VerifyValue
<string>(0, TypedConstantKind.Primitive, "NullArgumentToParamsParameter");
3548
attr.
VerifyValue
<int[]>(1, TypedConstantKind.Array, null);
3590
attrs.First().
VerifyValue
<char[]>(0, TypedConstantKind.Array, new char[] { ' ' });
3591
attrs.First().
VerifyValue
<string[]>(1, TypedConstantKind.Array, new string[] { "whatever" });
3603
attrs.First().
VerifyValue
<char[]>(0, TypedConstantKind.Array, new char[] { ' ' });
3604
attrs.First().
VerifyValue
<string[]>(1, TypedConstantKind.Array, new string[] { "whatever" });
3639
attrs.First().
VerifyValue
(0, TypedConstantKind.Type, typeof(Object));
3684
attrs.First().
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
4086
attr.
VerifyValue
(0, TypedConstantKind.Enum, (int)(AttributeTargets.Field | AttributeTargets.Event));
4140
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, 4);
4141
attrs.First().
VerifyValue
(1, TypedConstantKind.Primitive, 5);
4183
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, 3);
4184
attrs.First().
VerifyValue
(1, TypedConstantKind.Primitive, 4);
4185
attrs.First().
VerifyValue
(2, TypedConstantKind.Primitive, 5);
4229
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, 2);
4230
attrs.First().
VerifyValue
(1, TypedConstantKind.Primitive, 1);
4272
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, 3);
4273
attrs.First().
VerifyValue
(1, TypedConstantKind.Primitive, 4);
4274
attrs.First().
VerifyValue
(2, TypedConstantKind.Primitive, 5);
4318
attr.
VerifyValue
<int>(0, TypedConstantKind.Primitive, 2);
4521
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, 2);
4527
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, 2);
4576
attrs.First().
VerifyValue
(0, TypedConstantKind.Type, cClass.AsUnboundGenericType());
4616
attrs.First().
VerifyValue
(0, TypedConstantKind.Type, bClass.AsUnboundGenericType());
5255
attr.
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
5261
attr.
VerifyValue
<int>(0, TypedConstantKind.Primitive, 1);
5316
attr.
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
5320
attr.
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
5328
attr.
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
5332
attr.
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
5495
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeArg);
5500
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeArg);
5506
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeArg);
5513
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeArg);
5522
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeArg);
5529
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeArg);
5618
attributes[0].
VerifyValue
(0, TypedConstantKind.Primitive, value);
9415
attrs1[0].
VerifyValue
(0, TypedConstantKind.Array, value1);
9416
attrs1[1].
VerifyValue
(0, TypedConstantKind.Array, value1);
9417
attrs1[2].
VerifyValue
(0, TypedConstantKind.Array, value1);
9420
attrs2[0].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9421
attrs2[1].
VerifyValue
(0, TypedConstantKind.Primitive, (object)null);
9422
attrs2[2].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9426
attrs3[0].
VerifyValue
(0, TypedConstantKind.Array, value3);
9427
attrs3[1].
VerifyValue
(0, TypedConstantKind.Array, value3);
9428
attrs3[2].
VerifyValue
(0, TypedConstantKind.Array, value3);
9496
attrs1[0].
VerifyValue
(0, TypedConstantKind.Array, value1);
9497
attrs1[1].
VerifyValue
(0, TypedConstantKind.Array, value1);
9498
attrs1[2].
VerifyValue
(0, TypedConstantKind.Array, value1);
9502
attrs2[0].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9503
attrs2[1].
VerifyValue
(0, TypedConstantKind.Primitive, (object)null);
9504
attrs2[2].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9509
attrs3[0].
VerifyValue
(0, TypedConstantKind.Array, value3);
9510
attrs3[1].
VerifyValue
(0, TypedConstantKind.Array, value3);
9511
attrs3[2].
VerifyValue
(0, TypedConstantKind.Array, value3);
9514
attrs4[0].
VerifyValue
(0, TypedConstantKind.Array, new object[] { "A" });
9515
attrs4[1].
VerifyValue
(0, TypedConstantKind.Primitive, "A");
9516
attrs4[2].
VerifyValue
(0, TypedConstantKind.Primitive, "A");
9580
attrs1[0].
VerifyValue
(0, TypedConstantKind.Array, value1);
9581
attrs1[1].
VerifyValue
(0, TypedConstantKind.Array, value1);
9582
attrs1[2].
VerifyValue
(0, TypedConstantKind.Array, value1);
9585
attrs2[0].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9586
attrs2[1].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9587
attrs2[2].
VerifyValue
(0, TypedConstantKind.Array, (string[])null);
9591
attrs3[0].
VerifyValue
(0, TypedConstantKind.Array, value3);
9592
attrs3[1].
VerifyValue
(0, TypedConstantKind.Array, value3);
9596
attrs4[0].
VerifyValue
(0, TypedConstantKind.Array, value4);
9597
attrs4[1].
VerifyValue
(0, TypedConstantKind.Array, value4);
9598
attrs4[2].
VerifyValue
(0, TypedConstantKind.Array, value4);
9653
attrs1[0].
VerifyValue
(0, TypedConstantKind.Array, value1);
9654
attrs1[1].
VerifyValue
(0, TypedConstantKind.Array, value1);
9657
attrs2[0].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9658
attrs2[1].
VerifyValue
(0, TypedConstantKind.Primitive, (object)null);
9659
attrs2[2].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9663
attrs3[0].
VerifyValue
(0, TypedConstantKind.Array, value3);
9664
attrs3[1].
VerifyValue
(0, TypedConstantKind.Array, value3);
9665
attrs3[2].
VerifyValue
(0, TypedConstantKind.Array, value3);
9727
attrs1[0].
VerifyValue
(0, TypedConstantKind.Array, value1);
9728
attrs1[1].
VerifyValue
(0, TypedConstantKind.Array, value1);
9732
attrs2[0].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9733
attrs2[1].
VerifyValue
(0, TypedConstantKind.Primitive, (object)null);
9734
attrs2[2].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9739
attrs3[0].
VerifyValue
(0, TypedConstantKind.Array, value3);
9740
attrs3[1].
VerifyValue
(0, TypedConstantKind.Array, value3);
9741
attrs3[2].
VerifyValue
(0, TypedConstantKind.Array, value3);
9744
attrs4[0].
VerifyValue
(0, TypedConstantKind.Array, new object[] { 1 });
9745
attrs4[1].
VerifyValue
(0, TypedConstantKind.Primitive, 1);
9746
attrs4[2].
VerifyValue
(0, TypedConstantKind.Primitive, 1);
9807
attrs1[0].
VerifyValue
(0, TypedConstantKind.Array, value1);
9808
attrs1[1].
VerifyValue
(0, TypedConstantKind.Array, new object[] { value1 });
9809
attrs1[2].
VerifyValue
(0, TypedConstantKind.Array, value1);
9813
attrs2[0].
VerifyValue
(0, TypedConstantKind.Array, value2);
9814
attrs2[1].
VerifyValue
(0, TypedConstantKind.Array, value2);
9818
attrs3[0].
VerifyValue
(0, TypedConstantKind.Array, value3);
9819
attrs3[1].
VerifyValue
(0, TypedConstantKind.Array, value3);
9823
attrs4[0].
VerifyValue
(0, TypedConstantKind.Array, value4);
9824
attrs4[1].
VerifyValue
(0, TypedConstantKind.Array, value4);
9825
attrs4[2].
VerifyValue
(0, TypedConstantKind.Array, value4);
9877
attrs[0].
VerifyValue
(0, TypedConstantKind.Array, nullArray);
9879
attrs[1].
VerifyValue
(0, TypedConstantKind.Array, emptyArray);
9881
attrs[2].
VerifyValue
(0, TypedConstantKind.Array, nullArray);
9884
attrs[3].
VerifyValue
(0, TypedConstantKind.Array, emptyArray);
9887
attrs[4].
VerifyValue
(0, TypedConstantKind.Array, nullArray);
9890
attrs[5].
VerifyValue
(0, TypedConstantKind.Array, emptyArray);
Attributes\AttributeTests_Synthesized.cs (2)
70
attribute.
VerifyValue
(0, TypedConstantKind.Primitive, expectedArgValue);
108
attribute.
VerifyValue
(0, TypedConstantKind.Enum, (int)expectedDebuggingMode);
Attributes\AttributeTests_WellKnownAttributes.cs (28)
141
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 1);
165
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "ABCDEF5D-2448-447A-B786-64682CBEF123");
168
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)ComInterfaceType.InterfaceIsIUnknown);
171
attrSym.
VerifyValue
(0, TypedConstantKind.Type, typeof(object));
174
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)TypeLibTypeFlags.FAggregatable);
177
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, false);
267
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, false);
270
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)CallingConvention.StdCall);
283
attrSym.
VerifyValue
(0, TypedConstantKind.Type, typeof(object));
286
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "ProgId");
290
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 123);
293
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 1);
307
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, true);
310
attrSym.
VerifyValue
(1, TypedConstantKind.Primitive, "EGoo, InteropAttribute, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null");
318
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)TypeLibVarFlags.FDisplayBind);
322
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "message");
323
attrSym.
VerifyValue
(1, TypedConstantKind.Primitive, false);
417
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 99uL);
425
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "Ref");
436
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 0f);
456
attrSym.
VerifyValue
(2, TypedConstantKind.Primitive, 100);
470
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)LayoutKind.Explicit);
481
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)UnmanagedType.I8);
483
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 0);
2480
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "unmanaged.dll");
2488
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "user32.dll");
5156
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)AttributeTargets.Class);
5162
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)AttributeTargets.Class);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (71)
Symbols\Metadata\PE\LoadingAttributes.cs (70)
61
aBoolInst.
VerifyValue
(0, TypedConstantKind.Primitive, true);
64
aByteInst.
VerifyValue
(0, TypedConstantKind.Primitive, Convert.ToByte(1));
67
aCharInst.
VerifyValue
(0, TypedConstantKind.Primitive, 'a');
70
aSingleInst.
VerifyValue
(0, TypedConstantKind.Primitive, 3.14159f);
73
aDoubleInst.
VerifyValue
(0, TypedConstantKind.Primitive, 3.1415926);
76
aInt16Inst.
VerifyValue
(0, TypedConstantKind.Primitive, (Int16)16);
79
aInt32Inst.
VerifyValue
(0, TypedConstantKind.Primitive, 32);
82
aInt64Inst.
VerifyValue
(0, TypedConstantKind.Primitive, 64L);
85
aObjectInst.
VerifyValue
(0, TypedConstantKind.Primitive, "object");
88
aStringInst.
VerifyValue
(0, TypedConstantKind.Primitive, "assembly");
91
aTypeInst.
VerifyValue
(0, TypedConstantKind.Type, typeof(string));
133
aBoolInst.
VerifyValue
(0, TypedConstantKind.Primitive, true);
136
aByteInst.
VerifyValue
(0, TypedConstantKind.Primitive, Convert.ToByte(1));
139
aCharInst.
VerifyValue
(0, TypedConstantKind.Primitive, 'a');
142
aSingleInst.
VerifyValue
(0, TypedConstantKind.Primitive, 3.14159f);
145
aDoubleInst.
VerifyValue
(0, TypedConstantKind.Primitive, 3.1415926);
148
aInt16Inst.
VerifyValue
(0, TypedConstantKind.Primitive, (Int16)16);
151
aInt32Inst.
VerifyValue
(0, TypedConstantKind.Primitive, 32);
154
aInt64Inst.
VerifyValue
(0, TypedConstantKind.Primitive, 64L);
157
aObjectInst.
VerifyValue
(0, TypedConstantKind.Primitive, "object");
160
aStringInst.
VerifyValue
(0, TypedConstantKind.Primitive, "module");
163
aTypeInst.
VerifyValue
(0, TypedConstantKind.Type, typeof(string));
205
c1.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Primitive, "C1");
208
innerC1.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Primitive, "InnerC1");
215
innerC2.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Primitive, "InnerC2");
218
field1.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Primitive, "field1");
221
property1.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Primitive, "Property1");
224
sub1.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Primitive, "Sub1");
227
sub1P1.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Primitive, "p1");
230
function1.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Primitive, "Function1");
385
c1.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Primitive, "C1");
432
l.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Type, "System.Collections.Generic.List<>");
435
l.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Type, "System.Collections.Generic.List<C1>");
438
l.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Type, "System.Collections.Generic.List<System.String>");
441
l.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Type, "System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<C1, System.String>>");
444
l.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Type, "System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String, C1.InnerC1<System.Int32>.InnerC2<System.String, System.String>>>");
477
arg.
VerifyValue
(0, TypedConstantKind.Array, new int[] { 1, 2 });
481
arg.
VerifyValue
(0, TypedConstantKind.Array, new object[] { stringType });
485
arg.
VerifyValue
(0, TypedConstantKind.Array, new object[] { stringType });
489
arg.
VerifyValue
(0, TypedConstantKind.Array, new object[] { stringType });
493
arg.
VerifyValue
(0, TypedConstantKind.Array, new object[] { new object[] { stringType } });
499
arg.
VerifyValue
(0, TypedConstantKind.Array, new object[] { 1, "two", stringType, 3.1415926 });
505
arg.
VerifyValue
(0, TypedConstantKind.Array, new object[] { 1, new object[] { 2, 3, 4 }, 5 });
511
arg.
VerifyValue
(0, TypedConstantKind.Array, new int[] { 1, 2, 3 });
606
a.
VerifyValue
(0, TypedConstantKind.Primitive, "InteropAttributes");
609
a.
VerifyValue
(1, TypedConstantKind.Primitive, 2);
612
a.
VerifyValue
(0, TypedConstantKind.Primitive, "1234C65D-1234-447A-B786-64682CBEF136");
615
a.
VerifyValue
(0, TypedConstantKind.Primitive, false);
619
a.
VerifyValue
(0, TypedConstantKind.Primitive, false);
630
a.
VerifyValue
(2, TypedConstantKind.Primitive, 3);
637
a.
VerifyValue
(0, TypedConstantKind.Primitive, true);
644
a.
VerifyValue
(0, TypedConstantKind.Primitive, 8);
694
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "ABCDEF5D-2448-447A-B786-64682CBEF123");
747
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, false);
797
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "message");
798
attrSym.
VerifyValue
(1, TypedConstantKind.Primitive, false);
854
attrSym.
VerifyValue
(0, TypedConstantKind.Type, cbar);
858
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "MyIndex");
863
mem.GetAttributes().First().
VerifyValue
(0, TypedConstantKind.Primitive, 10);
897
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 1);
968
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 3.1415926);
977
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 'q');
978
attrSym.
VerifyValue
(1, TypedConstantKind.Primitive, Convert.ToByte(2));
990
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "555");
1005
attrSym.
VerifyValue
(0, TypedConstantKind.Array, new sbyte[] { -1, 0, 1 });
1183
attr1.
VerifyValue
(0, TypedConstantKind.Primitive, "4.6.1055.0");
1187
attr1.
VerifyValue
(0, TypedConstantKind.Primitive, "4.6.1055.0");
1243
attr.
VerifyValue
(0, TypedConstantKind.Primitive, "genericUriParserOptions");
1276
attr.
VerifyValue
(0, TypedConstantKind.Primitive, "DataCategory_Mapping");
1279
attr.
VerifyValue
(0, TypedConstantKind.Primitive, "DataAdapter_MissingMappingAction");
Symbols\Retargeting\RetargetCustomAttributes.cs (1)
152
attribute.
VerifyValue
(0, TypedConstantKind.Type, newMsCorLib_systemType);