248 references to VerifyValue
Microsoft.CodeAnalysis.CSharp.Emit2.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");
1397
a.
VerifyValue
(0, TypedConstantKind.Enum, (int)System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5);
1401
a.
VerifyValue
(0, TypedConstantKind.Primitive, "");
1405
a.
VerifyValue
(0, TypedConstantKind.Primitive, true);
1409
a.
VerifyValue
(0, TypedConstantKind.Enum, (int)AssemblyNameFlags.Retargetable);
1413
a.
VerifyValue
(0, TypedConstantKind.Primitive, "MyKey.snk");
1417
a.
VerifyValue
(0, TypedConstantKind.Primitive, "Key Name");
1421
a.
VerifyValue
(0, TypedConstantKind.Primitive, "1.2.*");
1425
a.
VerifyValue
(0, TypedConstantKind.Primitive, "4.3.2.100");
1482
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
1568
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, true);
1672
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeof(object));
1678
attrs.First().
VerifyValue
(0, TypedConstantKind.Array, new object[] { typeof(string) });
1683
attrs.First().
VerifyValue
(0, TypedConstantKind.Array, new object[] { 1, "two", typeof(string), 3.1415926 });
1686
attrs.First().
VerifyValue
(0, TypedConstantKind.Array, new object[] { new object[] { typeof(string) } });
3077
attrs[0].
VerifyValue
(0, TypedConstantKind.Enum, (int)FileMode.Open);
3078
attrs[0].
VerifyValue
(1, TypedConstantKind.Enum, (int)(BindingFlags.DeclaredOnly | BindingFlags.Public));
3084
attrs[0].
VerifyValue
(0, TypedConstantKind.Array, new char[] { 'q', 'c' });
3093
attrs[0].
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
3094
attrs[0].
VerifyValue
<long>(1, TypedConstantKind.Primitive, 256);
3095
attrs[0].
VerifyValue
<float>(2, TypedConstantKind.Primitive, 0);
3096
attrs[0].
VerifyValue
<short>(3, TypedConstantKind.Primitive, -1);
3099
attrs[1].
VerifyValue
<object>(0, TypedConstantKind.Type, typeof(Dictionary<string, int>));
3100
attrs[1].
VerifyValue
<long>(1, TypedConstantKind.Primitive, 265);
3101
attrs[1].
VerifyValue
<float>(2, TypedConstantKind.Primitive, -0.0001f);
3102
attrs[1].
VerifyValue
<short>(3, TypedConstantKind.Primitive, 2);
3139
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Array, new object[] { 0, "", null });
3140
attrs.First().
VerifyValue
<byte>(1, TypedConstantKind.Primitive, 255);
3141
attrs.First().
VerifyValue
<sbyte>(2, TypedConstantKind.Primitive, -128);
3148
attrs[0].
VerifyValue
<object>(0, TypedConstantKind.Type, typeof(string[,,]));
3181
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Array, new object[] { 1, null, "Hi" });
3413
attrs.First().
VerifyValue
<char[]>(0, TypedConstantKind.Array, new char[] { ' ' });
3414
attrs.First().
VerifyValue
<string[]>(1, TypedConstantKind.Array, new string[] { "" });
3424
attrs.First().
VerifyValue
<char[]>(0, TypedConstantKind.Array, new char[] { ' ' });
3425
attrs.First().
VerifyValue
<string[]>(1, TypedConstantKind.Array, new string[] { "" });
3493
attr.
VerifyValue
<string>(0, TypedConstantKind.Primitive, "MultipleArgumentsToParamsParameter");
3494
attr.
VerifyValue
<int[]>(1, TypedConstantKind.Array, new int[] { 4, 5, 6 });
3500
attr.
VerifyValue
<string>(0, TypedConstantKind.Primitive, "NoArgumentsToParamsParameter");
3501
attr.
VerifyValue
<int[]>(1, TypedConstantKind.Array, new int[] { });
3507
attr.
VerifyValue
<string>(0, TypedConstantKind.Primitive, "NullArgumentToParamsParameter");
3508
attr.
VerifyValue
<int[]>(1, TypedConstantKind.Array, null);
3550
attrs.First().
VerifyValue
<char[]>(0, TypedConstantKind.Array, new char[] { ' ' });
3551
attrs.First().
VerifyValue
<string[]>(1, TypedConstantKind.Array, new string[] { "whatever" });
3561
attrs.First().
VerifyValue
<char[]>(0, TypedConstantKind.Array, new char[] { ' ' });
3562
attrs.First().
VerifyValue
<string[]>(1, TypedConstantKind.Array, new string[] { "whatever" });
3597
attrs.First().
VerifyValue
(0, TypedConstantKind.Type, typeof(Object));
3642
attrs.First().
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
4044
attr.
VerifyValue
(0, TypedConstantKind.Enum, (int)(AttributeTargets.Field | AttributeTargets.Event));
4098
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, 4);
4099
attrs.First().
VerifyValue
(1, TypedConstantKind.Primitive, 5);
4141
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, 3);
4142
attrs.First().
VerifyValue
(1, TypedConstantKind.Primitive, 4);
4143
attrs.First().
VerifyValue
(2, TypedConstantKind.Primitive, 5);
4187
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, 2);
4188
attrs.First().
VerifyValue
(1, TypedConstantKind.Primitive, 1);
4230
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, 3);
4231
attrs.First().
VerifyValue
(1, TypedConstantKind.Primitive, 4);
4232
attrs.First().
VerifyValue
(2, TypedConstantKind.Primitive, 5);
4276
attr.
VerifyValue
<int>(0, TypedConstantKind.Primitive, 2);
4479
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, 2);
4485
attrs.First().
VerifyValue
(0, TypedConstantKind.Primitive, 2);
4534
attrs.First().
VerifyValue
(0, TypedConstantKind.Type, cClass.AsUnboundGenericType());
4574
attrs.First().
VerifyValue
(0, TypedConstantKind.Type, bClass.AsUnboundGenericType());
4957
attr.
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
4963
attr.
VerifyValue
<int>(0, TypedConstantKind.Primitive, 1);
5018
attr.
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
5022
attr.
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
5030
attr.
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
5034
attr.
VerifyValue
<object>(0, TypedConstantKind.Primitive, null);
5197
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeArg);
5202
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeArg);
5208
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeArg);
5215
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeArg);
5224
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeArg);
5231
attrs.First().
VerifyValue
<object>(0, TypedConstantKind.Type, typeArg);
5320
attributes[0].
VerifyValue
(0, TypedConstantKind.Primitive, value);
9115
attrs1[0].
VerifyValue
(0, TypedConstantKind.Array, value1);
9116
attrs1[1].
VerifyValue
(0, TypedConstantKind.Array, value1);
9117
attrs1[2].
VerifyValue
(0, TypedConstantKind.Array, value1);
9120
attrs2[0].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9121
attrs2[1].
VerifyValue
(0, TypedConstantKind.Primitive, (object)null);
9122
attrs2[2].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9126
attrs3[0].
VerifyValue
(0, TypedConstantKind.Array, value3);
9127
attrs3[1].
VerifyValue
(0, TypedConstantKind.Array, value3);
9128
attrs3[2].
VerifyValue
(0, TypedConstantKind.Array, value3);
9196
attrs1[0].
VerifyValue
(0, TypedConstantKind.Array, value1);
9197
attrs1[1].
VerifyValue
(0, TypedConstantKind.Array, value1);
9198
attrs1[2].
VerifyValue
(0, TypedConstantKind.Array, value1);
9202
attrs2[0].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9203
attrs2[1].
VerifyValue
(0, TypedConstantKind.Primitive, (object)null);
9204
attrs2[2].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9209
attrs3[0].
VerifyValue
(0, TypedConstantKind.Array, value3);
9210
attrs3[1].
VerifyValue
(0, TypedConstantKind.Array, value3);
9211
attrs3[2].
VerifyValue
(0, TypedConstantKind.Array, value3);
9214
attrs4[0].
VerifyValue
(0, TypedConstantKind.Array, new object[] { "A" });
9215
attrs4[1].
VerifyValue
(0, TypedConstantKind.Primitive, "A");
9216
attrs4[2].
VerifyValue
(0, TypedConstantKind.Primitive, "A");
9280
attrs1[0].
VerifyValue
(0, TypedConstantKind.Array, value1);
9281
attrs1[1].
VerifyValue
(0, TypedConstantKind.Array, value1);
9282
attrs1[2].
VerifyValue
(0, TypedConstantKind.Array, value1);
9285
attrs2[0].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9286
attrs2[1].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9287
attrs2[2].
VerifyValue
(0, TypedConstantKind.Array, (string[])null);
9291
attrs3[0].
VerifyValue
(0, TypedConstantKind.Array, value3);
9292
attrs3[1].
VerifyValue
(0, TypedConstantKind.Array, value3);
9296
attrs4[0].
VerifyValue
(0, TypedConstantKind.Array, value4);
9297
attrs4[1].
VerifyValue
(0, TypedConstantKind.Array, value4);
9298
attrs4[2].
VerifyValue
(0, TypedConstantKind.Array, value4);
9353
attrs1[0].
VerifyValue
(0, TypedConstantKind.Array, value1);
9354
attrs1[1].
VerifyValue
(0, TypedConstantKind.Array, value1);
9357
attrs2[0].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9358
attrs2[1].
VerifyValue
(0, TypedConstantKind.Primitive, (object)null);
9359
attrs2[2].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9363
attrs3[0].
VerifyValue
(0, TypedConstantKind.Array, value3);
9364
attrs3[1].
VerifyValue
(0, TypedConstantKind.Array, value3);
9365
attrs3[2].
VerifyValue
(0, TypedConstantKind.Array, value3);
9427
attrs1[0].
VerifyValue
(0, TypedConstantKind.Array, value1);
9428
attrs1[1].
VerifyValue
(0, TypedConstantKind.Array, value1);
9432
attrs2[0].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9433
attrs2[1].
VerifyValue
(0, TypedConstantKind.Primitive, (object)null);
9434
attrs2[2].
VerifyValue
(0, TypedConstantKind.Array, (object[])null);
9439
attrs3[0].
VerifyValue
(0, TypedConstantKind.Array, value3);
9440
attrs3[1].
VerifyValue
(0, TypedConstantKind.Array, value3);
9441
attrs3[2].
VerifyValue
(0, TypedConstantKind.Array, value3);
9444
attrs4[0].
VerifyValue
(0, TypedConstantKind.Array, new object[] { 1 });
9445
attrs4[1].
VerifyValue
(0, TypedConstantKind.Primitive, 1);
9446
attrs4[2].
VerifyValue
(0, TypedConstantKind.Primitive, 1);
9507
attrs1[0].
VerifyValue
(0, TypedConstantKind.Array, value1);
9508
attrs1[1].
VerifyValue
(0, TypedConstantKind.Array, new object[] { value1 });
9509
attrs1[2].
VerifyValue
(0, TypedConstantKind.Array, value1);
9513
attrs2[0].
VerifyValue
(0, TypedConstantKind.Array, value2);
9514
attrs2[1].
VerifyValue
(0, TypedConstantKind.Array, value2);
9518
attrs3[0].
VerifyValue
(0, TypedConstantKind.Array, value3);
9519
attrs3[1].
VerifyValue
(0, TypedConstantKind.Array, value3);
9523
attrs4[0].
VerifyValue
(0, TypedConstantKind.Array, value4);
9524
attrs4[1].
VerifyValue
(0, TypedConstantKind.Array, value4);
9525
attrs4[2].
VerifyValue
(0, TypedConstantKind.Array, value4);
9577
attrs[0].
VerifyValue
(0, TypedConstantKind.Array, nullArray);
9579
attrs[1].
VerifyValue
(0, TypedConstantKind.Array, emptyArray);
9581
attrs[2].
VerifyValue
(0, TypedConstantKind.Array, nullArray);
9584
attrs[3].
VerifyValue
(0, TypedConstantKind.Array, emptyArray);
9587
attrs[4].
VerifyValue
(0, TypedConstantKind.Array, nullArray);
9590
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)
140
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 1);
164
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "ABCDEF5D-2448-447A-B786-64682CBEF123");
167
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)ComInterfaceType.InterfaceIsIUnknown);
170
attrSym.
VerifyValue
(0, TypedConstantKind.Type, typeof(object));
173
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)TypeLibTypeFlags.FAggregatable);
176
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, false);
266
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, false);
269
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)CallingConvention.StdCall);
282
attrSym.
VerifyValue
(0, TypedConstantKind.Type, typeof(object));
285
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "ProgId");
289
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 123);
292
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 1);
306
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, true);
309
attrSym.
VerifyValue
(1, TypedConstantKind.Primitive, "EGoo, InteropAttribute, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null");
317
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)TypeLibVarFlags.FDisplayBind);
321
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "message");
322
attrSym.
VerifyValue
(1, TypedConstantKind.Primitive, false);
416
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 99uL);
424
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "Ref");
435
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 0f);
455
attrSym.
VerifyValue
(2, TypedConstantKind.Primitive, 100);
469
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)LayoutKind.Explicit);
480
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)UnmanagedType.I8);
482
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, 0);
2399
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "unmanaged.dll");
2407
attrSym.
VerifyValue
(0, TypedConstantKind.Primitive, "user32.dll");
5067
attrSym.
VerifyValue
(0, TypedConstantKind.Enum, (int)AttributeTargets.Class);
5073
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.0.30319.18408");
1187
attr1.
VerifyValue
(0, TypedConstantKind.Primitive, "4.0.30319.18408");
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)
151
attribute.
VerifyValue
(0, TypedConstantKind.Type, newMsCorLib_systemType);