660 references to String
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (1)
1167
case TypeCode.
String
:
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
582
case TypeCode.
String
: return true;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (3)
209
case TypeCode.
String
: typeName = "string"; break;
259
case TypeCode.
String
:
3528
case TypeCode.
String
:
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (2)
778
case TypeCode.
String
:
852
case TypeCode.
String
:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (4)
916
case TypeCode.
String
:
1017
case TypeCode.
String
:
1259
case TypeCode.
String
:
1323
case TypeCode.
String
:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
905
case TypeCode.
String
:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\TypeCode.cs (1)
73
return TypeCode.
String
;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (1)
332
case TypeCode.
String
:
FrameworkFork\System.ServiceModel\Extensions\ReflectionExtensions.cs (1)
162
return TypeCode.
String
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
315
case TypeCode.
String
:
795
case TypeCode.
String
:
887
case TypeCode.
String
:
illink (1)
Linker.Steps\LinkAttributesParser.cs (1)
362
typeCode = TypeCode.
String
;
Microsoft.Build (2)
TaskParameter.cs (2)
545
case TypeCode.
String
:
596
case TypeCode.
String
:
Microsoft.Build.Engine.UnitTests (4)
TaskParameter_Tests.cs (4)
57
[InlineData(typeof(string), (int)TypeCode.
String
, "foo")]
92
[InlineData(typeof(string), (int)TypeCode.
String
, "foo;bar")]
176
Assert.Equal(TypeCode.
String
, t.ParameterTypeCode);
183
Assert.Equal(TypeCode.
String
, t2.ParameterTypeCode);
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (1)
74
TypeCode.
String
=> Val.StringVal,
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1604
case TypeCode.
String
:
Microsoft.VisualBasic.Core (575)
Microsoft\VisualBasic\CompilerServices\BooleanType.vb (1)
120
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\ByteType.vb (1)
105
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\CharArrayType.vb (1)
41
If (ValueInterface.GetTypeCode() = TypeCode.
String
) Then
Microsoft\VisualBasic\CompilerServices\CharType.vb (1)
43
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\ConversionResolution.vb (3)
35
Const max As Integer = TypeCode.
String
127
Const Max As Integer = TypeCode.
String
176
Debug.Assert(TypeCode.
String
= 18, "wrong value!")
Microsoft\VisualBasic\CompilerServices\Conversions.vb (19)
160
Case TypeCode.
String
303
Case TypeCode.
String
450
Case TypeCode.
String
593
Case TypeCode.
String
739
Case TypeCode.
String
882
Case TypeCode.
String
1027
Case TypeCode.
String
1173
Case TypeCode.
String
1320
Case TypeCode.
String
1475
Case TypeCode.
String
1719
Case TypeCode.
String
1864
Case TypeCode.
String
2014
Case TypeCode.
String
2086
Case TypeCode.
String
2136
If (ValueInterface.GetTypeCode() = TypeCode.
String
) Then
2303
Case TypeCode.
String
2364
Case TypeCode.
String
2443
TypeCode.
String
2475
Case TypeCode.
String
: Return CStr(Expression)
Microsoft\VisualBasic\CompilerServices\DateType.vb (1)
50
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\DecimalType.vb (1)
95
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\DoubleType.vb (1)
113
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\IntegerType.vb (1)
105
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\LikeOperator.vb (2)
227
tc1 = TypeCode.
String
231
tc2 = TypeCode.
String
Microsoft\VisualBasic\CompilerServices\LongType.vb (1)
108
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\ObjectFlowControl.vb (3)
174
If widestTypeCode = TypeCode.
String
Then
271
If counterTypeCode <> loopFor._widestTypeCode OrElse counterTypeCode = TypeCode.
String
Then
278
If widestTypeCode = TypeCode.
String
Then
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (195)
125
Case TypeCode.
String
175
Case TypeCode.
String
220
Return TypeCode.
String
263
Case TypeCode.
String
337
If ToTypeCode = TypeCode.
String
OrElse ToType Is GetType(Char()) Then
358
If FromTypeCode = TypeCode.
String
Then
388
type1 = TypeCode.
String
400
type2 = TypeCode.
String
415
(((type1 = TypeCode.DBNull) AndAlso (type2 = TypeCode.
String
)) OrElse
416
((type1 = TypeCode.
String
) AndAlso (type2 = TypeCode.DBNull))) Then
435
type1 = TypeCode.
String
478
If tc2 = TypeCode.
String
OrElse tc2 = TypeCode.Empty OrElse ((tc2 = TypeCode.Object) AndAlso (TypeOf o2 Is Char())) Then
482
tc1 = TypeCode.
String
487
If tc1 = TypeCode.
String
OrElse tc1 = TypeCode.Empty Then
490
tc2 = TypeCode.
String
496
Case TypeCode.Empty * TCMAX + TypeCode.
String
499
Case TypeCode.
String
* TCMAX + TypeCode.Empty
582
Case TypeCode.
String
* TCMAX + TypeCode.Byte,
583
TypeCode.
String
* TCMAX + TypeCode.Int16,
584
TypeCode.
String
* TCMAX + TypeCode.Int32,
585
TypeCode.
String
* TCMAX + TypeCode.Int64,
586
TypeCode.
String
* TCMAX + TypeCode.Single,
587
TypeCode.
String
* TCMAX + TypeCode.Double,
588
TypeCode.
String
* TCMAX + TypeCode.Decimal
591
Case TypeCode.Byte * TCMAX + TypeCode.
String
,
592
TypeCode.Int16 * TCMAX + TypeCode.
String
,
593
TypeCode.Int32 * TCMAX + TypeCode.
String
,
594
TypeCode.Int64 * TCMAX + TypeCode.
String
,
595
TypeCode.Single * TCMAX + TypeCode.
String
,
596
TypeCode.Double * TCMAX + TypeCode.
String
,
597
TypeCode.Decimal * TCMAX + TypeCode.
String
607
Case TypeCode.
String
* TCMAX + TypeCode.DateTime
610
Case TypeCode.DateTime * TCMAX + TypeCode.
String
613
Case TypeCode.
String
* TCMAX + TypeCode.
String
616
Case TypeCode.Boolean * TCMAX + TypeCode.
String
619
Case TypeCode.
String
* TCMAX + TypeCode.Boolean
622
Case TypeCode.
String
* TCMAX + TypeCode.Char,
623
TypeCode.Char * TCMAX + TypeCode.
String
828
If tc1 = TypeCode.
String
Then
836
If tc2 = TypeCode.
String
Then
911
Case TypeCode.
String
1053
Case TypeCode.
String
1185
Case TypeCode.
String
1282
TypeCode.
String
1379
TypeCode.
String
1479
TypeCode.
String
1525
If tc2 = TypeCode.
String
OrElse tc2 = TypeCode.Empty OrElse ((tc2 = TypeCode.Object) AndAlso (TypeOf o2 Is Char())) Then
1529
tc1 = TypeCode.
String
1534
If tc1 = TypeCode.
String
OrElse tc1 = TypeCode.Empty Then
1537
tc2 = TypeCode.
String
1544
Case TypeCode.
String
* TCMAX + TypeCode.Empty,
1545
TypeCode.
String
* TCMAX + TypeCode.DBNull
1548
Case TypeCode.Empty * TCMAX + TypeCode.
String
,
1549
TypeCode.DBNull * TCMAX + TypeCode.
String
1552
Case TypeCode.
String
* TCMAX + TypeCode.Byte,
1553
TypeCode.
String
* TCMAX + TypeCode.Int16,
1554
TypeCode.
String
* TCMAX + TypeCode.Int32,
1555
TypeCode.
String
* TCMAX + TypeCode.Int64,
1556
TypeCode.
String
* TCMAX + TypeCode.Single,
1557
TypeCode.
String
* TCMAX + TypeCode.Double,
1558
TypeCode.
String
* TCMAX + TypeCode.Decimal
1561
Case TypeCode.Byte * TCMAX + TypeCode.
String
,
1562
TypeCode.Int16 * TCMAX + TypeCode.
String
,
1563
TypeCode.Int32 * TCMAX + TypeCode.
String
,
1564
TypeCode.Int64 * TCMAX + TypeCode.
String
,
1565
TypeCode.Single * TCMAX + TypeCode.
String
,
1566
TypeCode.Double * TCMAX + TypeCode.
String
,
1567
TypeCode.Decimal * TCMAX + TypeCode.
String
1570
Case TypeCode.
String
* TCMAX + TypeCode.
String
,
1571
TypeCode.
String
* TCMAX + TypeCode.Char,
1572
TypeCode.
String
* TCMAX + TypeCode.DateTime,
1573
TypeCode.Char * TCMAX + TypeCode.
String
,
1576
TypeCode.DateTime * TCMAX + TypeCode.
String
1579
Case TypeCode.Boolean * TCMAX + TypeCode.
String
,
1580
TypeCode.
String
* TCMAX + TypeCode.Boolean
1722
If tc1 = TypeCode.
String
Then
1730
If tc2 = TypeCode.
String
Then
1858
Case TypeCode.Empty * TCMAX + TypeCode.
String
1861
Case TypeCode.
String
* TCMAX + TypeCode.Empty
1901
Case TypeCode.
String
* TCMAX + TypeCode.Byte,
1902
TypeCode.
String
* TCMAX + TypeCode.Int16,
1903
TypeCode.
String
* TCMAX + TypeCode.Int32,
1904
TypeCode.
String
* TCMAX + TypeCode.Int64,
1905
TypeCode.
String
* TCMAX + TypeCode.Single,
1906
TypeCode.
String
* TCMAX + TypeCode.Double,
1907
TypeCode.
String
* TCMAX + TypeCode.Decimal,
1908
TypeCode.Byte * TCMAX + TypeCode.
String
,
1909
TypeCode.Int16 * TCMAX + TypeCode.
String
,
1910
TypeCode.Int32 * TCMAX + TypeCode.
String
,
1911
TypeCode.Int64 * TCMAX + TypeCode.
String
,
1912
TypeCode.Single * TCMAX + TypeCode.
String
,
1913
TypeCode.Double * TCMAX + TypeCode.
String
,
1914
TypeCode.Decimal * TCMAX + TypeCode.
String
,
1915
TypeCode.Boolean * TCMAX + TypeCode.
String
,
1916
TypeCode.
String
* TCMAX + TypeCode.Boolean
1920
Case TypeCode.
String
* TCMAX + TypeCode.
String
2021
If tc1 = TypeCode.
String
Then
2029
If tc2 = TypeCode.
String
Then
2152
Case TypeCode.Empty * TCMAX + TypeCode.
String
,
2153
TypeCode.
String
* TCMAX + TypeCode.Empty
2204
Case TypeCode.
String
* TCMAX + TypeCode.Byte,
2205
TypeCode.
String
* TCMAX + TypeCode.Int16,
2206
TypeCode.
String
* TCMAX + TypeCode.Int32,
2207
TypeCode.
String
* TCMAX + TypeCode.Int64,
2208
TypeCode.
String
* TCMAX + TypeCode.Single,
2209
TypeCode.
String
* TCMAX + TypeCode.Double,
2210
TypeCode.
String
* TCMAX + TypeCode.Decimal,
2211
TypeCode.Byte * TCMAX + TypeCode.
String
,
2212
TypeCode.Int16 * TCMAX + TypeCode.
String
,
2213
TypeCode.Int32 * TCMAX + TypeCode.
String
,
2214
TypeCode.Int64 * TCMAX + TypeCode.
String
,
2215
TypeCode.Single * TCMAX + TypeCode.
String
,
2216
TypeCode.Double * TCMAX + TypeCode.
String
,
2217
TypeCode.Decimal * TCMAX + TypeCode.
String
,
2218
TypeCode.Boolean * TCMAX + TypeCode.
String
,
2219
TypeCode.
String
* TCMAX + TypeCode.Boolean
2222
Case TypeCode.
String
* TCMAX + TypeCode.
String
2323
If tc1 = TypeCode.
String
Then
2331
If tc2 = TypeCode.
String
Then
2458
Case TypeCode.Empty * TCMAX + TypeCode.
String
2461
Case TypeCode.
String
* TCMAX + TypeCode.Empty
2464
Case TypeCode.
String
* TCMAX + TypeCode.Boolean
2467
Case TypeCode.Boolean * TCMAX + TypeCode.
String
2470
Case TypeCode.
String
* TCMAX + TypeCode.Byte,
2471
TypeCode.
String
* TCMAX + TypeCode.Int16,
2472
TypeCode.
String
* TCMAX + TypeCode.Int32,
2473
TypeCode.
String
* TCMAX + TypeCode.Int64,
2474
TypeCode.
String
* TCMAX + TypeCode.Single,
2475
TypeCode.
String
* TCMAX + TypeCode.Double,
2476
TypeCode.
String
* TCMAX + TypeCode.Decimal
2479
Case TypeCode.Byte * TCMAX + TypeCode.
String
,
2480
TypeCode.Int16 * TCMAX + TypeCode.
String
,
2481
TypeCode.Int32 * TCMAX + TypeCode.
String
,
2482
TypeCode.Int64 * TCMAX + TypeCode.
String
,
2483
TypeCode.Single * TCMAX + TypeCode.
String
,
2484
TypeCode.Double * TCMAX + TypeCode.
String
,
2485
TypeCode.Decimal * TCMAX + TypeCode.
String
2488
Case TypeCode.
String
* TCMAX + TypeCode.
String
2617
If tc1 = TypeCode.
String
Then
2625
If tc2 = TypeCode.
String
Then
2704
TypeCode.
String
2752
Case TypeCode.Empty * TCMAX + TypeCode.
String
2755
Case TypeCode.
String
* TCMAX + TypeCode.Empty
2758
Case TypeCode.
String
* TCMAX + TypeCode.Byte,
2759
TypeCode.
String
* TCMAX + TypeCode.Int16,
2760
TypeCode.
String
* TCMAX + TypeCode.Int32,
2761
TypeCode.
String
* TCMAX + TypeCode.Int64,
2762
TypeCode.
String
* TCMAX + TypeCode.Single,
2763
TypeCode.
String
* TCMAX + TypeCode.Double,
2764
TypeCode.
String
* TCMAX + TypeCode.Decimal
2767
Case TypeCode.Byte * TCMAX + TypeCode.
String
,
2768
TypeCode.Int16 * TCMAX + TypeCode.
String
,
2769
TypeCode.Int32 * TCMAX + TypeCode.
String
,
2770
TypeCode.Int64 * TCMAX + TypeCode.
String
,
2771
TypeCode.Single * TCMAX + TypeCode.
String
,
2772
TypeCode.Double * TCMAX + TypeCode.
String
,
2773
TypeCode.Decimal * TCMAX + TypeCode.
String
2776
Case TypeCode.
String
* TCMAX + TypeCode.
String
2779
Case TypeCode.Boolean * TCMAX + TypeCode.
String
2782
Case TypeCode.
String
* TCMAX + TypeCode.Boolean
2968
If tc1 = TypeCode.
String
Then
2976
If tc2 = TypeCode.
String
Then
3098
Case TypeCode.Empty * TCMAX + TypeCode.
String
3101
Case TypeCode.
String
* TCMAX + TypeCode.Empty
3104
Case TypeCode.Byte * TCMAX + TypeCode.
String
,
3105
TypeCode.Int16 * TCMAX + TypeCode.
String
,
3106
TypeCode.Int32 * TCMAX + TypeCode.
String
,
3107
TypeCode.Int64 * TCMAX + TypeCode.
String
,
3108
TypeCode.Single * TCMAX + TypeCode.
String
,
3109
TypeCode.Double * TCMAX + TypeCode.
String
,
3110
TypeCode.Decimal * TCMAX + TypeCode.
String
3113
Case TypeCode.
String
* TCMAX + TypeCode.
String
3116
Case TypeCode.
String
* TCMAX + TypeCode.Boolean
3119
Case TypeCode.
String
* TCMAX + TypeCode.Byte,
3120
TypeCode.
String
* TCMAX + TypeCode.Int16,
3121
TypeCode.
String
* TCMAX + TypeCode.Int32,
3122
TypeCode.
String
* TCMAX + TypeCode.Int64,
3123
TypeCode.
String
* TCMAX + TypeCode.Single,
3124
TypeCode.
String
* TCMAX + TypeCode.Double,
3125
TypeCode.
String
* TCMAX + TypeCode.Decimal
3187
Case TypeCode.Boolean * TCMAX + TypeCode.
String
3273
If tc1 = TypeCode.
String
Then
3289
If tc2 = TypeCode.
String
Then
3369
Case TypeCode.
String
3406
Case TypeCode.
String
3429
TypeCode.
String
3498
Case TypeCode.
String
3640
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\Operators.vb (308)
36
Private Const s_TCMAX As Integer = TypeCode.
String
+ 1
374
If tc2 = TypeCode.
String
OrElse tc2 = TypeCode.Empty OrElse ((tc2 = TypeCode.Object) AndAlso (TypeOf right Is Char())) Then
377
tc1 = TypeCode.
String
386
If tc1 = TypeCode.
String
OrElse tc1 = TypeCode.Empty Then
388
tc2 = TypeCode.
String
440
Case TypeCode.Empty * s_TCMAX + TypeCode.
String
474
Case TypeCode.Boolean * s_TCMAX + TypeCode.
String
608
Case TypeCode.SByte * s_TCMAX + TypeCode.
String
,
609
TypeCode.Byte * s_TCMAX + TypeCode.
String
,
610
TypeCode.Int16 * s_TCMAX + TypeCode.
String
,
611
TypeCode.UInt16 * s_TCMAX + TypeCode.
String
,
612
TypeCode.Int32 * s_TCMAX + TypeCode.
String
,
613
TypeCode.UInt32 * s_TCMAX + TypeCode.
String
,
614
TypeCode.Int64 * s_TCMAX + TypeCode.
String
,
615
TypeCode.UInt64 * s_TCMAX + TypeCode.
String
,
616
TypeCode.Decimal * s_TCMAX + TypeCode.
String
,
617
TypeCode.Single * s_TCMAX + TypeCode.
String
,
618
TypeCode.Double * s_TCMAX + TypeCode.
String
716
Case TypeCode.DateTime * s_TCMAX + TypeCode.
String
725
Case TypeCode.Char * s_TCMAX + TypeCode.
String
,
726
TypeCode.
String
* s_TCMAX + TypeCode.Char,
727
TypeCode.
String
* s_TCMAX + TypeCode.
String
730
Case TypeCode.
String
* s_TCMAX + TypeCode.Empty
733
Case TypeCode.
String
* s_TCMAX + TypeCode.Boolean
736
Case TypeCode.
String
* s_TCMAX + TypeCode.SByte,
737
TypeCode.
String
* s_TCMAX + TypeCode.Byte,
738
TypeCode.
String
* s_TCMAX + TypeCode.Int16,
739
TypeCode.
String
* s_TCMAX + TypeCode.UInt16,
740
TypeCode.
String
* s_TCMAX + TypeCode.Int32,
741
TypeCode.
String
* s_TCMAX + TypeCode.UInt32,
742
TypeCode.
String
* s_TCMAX + TypeCode.Int64,
743
TypeCode.
String
* s_TCMAX + TypeCode.UInt64,
744
TypeCode.
String
* s_TCMAX + TypeCode.Decimal,
745
TypeCode.
String
* s_TCMAX + TypeCode.Single,
746
TypeCode.
String
* s_TCMAX + TypeCode.Double
750
Case TypeCode.
String
* s_TCMAX + TypeCode.DateTime
928
Case TypeCode.
String
1042
Case TypeCode.
String
1175
Case TypeCode.
String
1325
Case TypeCode.Empty * s_TCMAX + TypeCode.
String
1352
Case TypeCode.Boolean * s_TCMAX + TypeCode.
String
1471
Case TypeCode.SByte * s_TCMAX + TypeCode.
String
,
1472
TypeCode.Byte * s_TCMAX + TypeCode.
String
,
1473
TypeCode.Int16 * s_TCMAX + TypeCode.
String
,
1474
TypeCode.UInt16 * s_TCMAX + TypeCode.
String
,
1475
TypeCode.Int32 * s_TCMAX + TypeCode.
String
,
1476
TypeCode.UInt32 * s_TCMAX + TypeCode.
String
,
1477
TypeCode.Int64 * s_TCMAX + TypeCode.
String
,
1478
TypeCode.UInt64 * s_TCMAX + TypeCode.
String
,
1479
TypeCode.Decimal * s_TCMAX + TypeCode.
String
,
1480
TypeCode.Single * s_TCMAX + TypeCode.
String
,
1481
TypeCode.Double * s_TCMAX + TypeCode.
String
1556
Case TypeCode.
String
* s_TCMAX + TypeCode.Empty
1559
Case TypeCode.
String
* s_TCMAX + TypeCode.Boolean
1562
Case TypeCode.
String
* s_TCMAX + TypeCode.SByte,
1563
TypeCode.
String
* s_TCMAX + TypeCode.Byte,
1564
TypeCode.
String
* s_TCMAX + TypeCode.Int16,
1565
TypeCode.
String
* s_TCMAX + TypeCode.UInt16,
1566
TypeCode.
String
* s_TCMAX + TypeCode.Int32,
1567
TypeCode.
String
* s_TCMAX + TypeCode.UInt32,
1568
TypeCode.
String
* s_TCMAX + TypeCode.Int64,
1569
TypeCode.
String
* s_TCMAX + TypeCode.UInt64,
1570
TypeCode.
String
* s_TCMAX + TypeCode.Decimal,
1571
TypeCode.
String
* s_TCMAX + TypeCode.Single,
1572
TypeCode.
String
* s_TCMAX + TypeCode.Double
1576
Case TypeCode.
String
* s_TCMAX + TypeCode.
String
1682
Case TypeCode.Empty * s_TCMAX + TypeCode.
String
1712
Case TypeCode.Boolean * s_TCMAX + TypeCode.
String
1842
Case TypeCode.SByte * s_TCMAX + TypeCode.
String
,
1843
TypeCode.Byte * s_TCMAX + TypeCode.
String
,
1844
TypeCode.Int16 * s_TCMAX + TypeCode.
String
,
1845
TypeCode.UInt16 * s_TCMAX + TypeCode.
String
,
1846
TypeCode.Int32 * s_TCMAX + TypeCode.
String
,
1847
TypeCode.UInt32 * s_TCMAX + TypeCode.
String
,
1848
TypeCode.Int64 * s_TCMAX + TypeCode.
String
,
1849
TypeCode.UInt64 * s_TCMAX + TypeCode.
String
,
1850
TypeCode.Decimal * s_TCMAX + TypeCode.
String
,
1851
TypeCode.Single * s_TCMAX + TypeCode.
String
,
1852
TypeCode.Double * s_TCMAX + TypeCode.
String
1928
Case TypeCode.
String
* s_TCMAX + TypeCode.Empty
1931
Case TypeCode.
String
* s_TCMAX + TypeCode.Boolean
1934
Case TypeCode.
String
* s_TCMAX + TypeCode.SByte,
1935
TypeCode.
String
* s_TCMAX + TypeCode.Byte,
1936
TypeCode.
String
* s_TCMAX + TypeCode.Int16,
1937
TypeCode.
String
* s_TCMAX + TypeCode.UInt16,
1938
TypeCode.
String
* s_TCMAX + TypeCode.Int32,
1939
TypeCode.
String
* s_TCMAX + TypeCode.UInt32,
1940
TypeCode.
String
* s_TCMAX + TypeCode.Int64,
1941
TypeCode.
String
* s_TCMAX + TypeCode.UInt64,
1942
TypeCode.
String
* s_TCMAX + TypeCode.Decimal,
1943
TypeCode.
String
* s_TCMAX + TypeCode.Single,
1944
TypeCode.
String
* s_TCMAX + TypeCode.Double
1948
Case TypeCode.
String
* s_TCMAX + TypeCode.
String
2067
Case TypeCode.Empty * s_TCMAX + TypeCode.
String
2097
Case TypeCode.Boolean * s_TCMAX + TypeCode.
String
2219
Case TypeCode.SByte * s_TCMAX + TypeCode.
String
,
2220
TypeCode.Byte * s_TCMAX + TypeCode.
String
,
2221
TypeCode.Int16 * s_TCMAX + TypeCode.
String
,
2222
TypeCode.UInt16 * s_TCMAX + TypeCode.
String
,
2223
TypeCode.Int32 * s_TCMAX + TypeCode.
String
,
2224
TypeCode.UInt32 * s_TCMAX + TypeCode.
String
,
2225
TypeCode.Int64 * s_TCMAX + TypeCode.
String
,
2226
TypeCode.UInt64 * s_TCMAX + TypeCode.
String
,
2227
TypeCode.Decimal * s_TCMAX + TypeCode.
String
,
2228
TypeCode.Single * s_TCMAX + TypeCode.
String
,
2229
TypeCode.Double * s_TCMAX + TypeCode.
String
2321
Case TypeCode.
String
* s_TCMAX + TypeCode.Empty
2324
Case TypeCode.
String
* s_TCMAX + TypeCode.Boolean
2327
Case TypeCode.
String
* s_TCMAX + TypeCode.SByte,
2328
TypeCode.
String
* s_TCMAX + TypeCode.Byte,
2329
TypeCode.
String
* s_TCMAX + TypeCode.Int16,
2330
TypeCode.
String
* s_TCMAX + TypeCode.UInt16,
2331
TypeCode.
String
* s_TCMAX + TypeCode.Int32,
2332
TypeCode.
String
* s_TCMAX + TypeCode.UInt32,
2333
TypeCode.
String
* s_TCMAX + TypeCode.Int64,
2334
TypeCode.
String
* s_TCMAX + TypeCode.UInt64,
2335
TypeCode.
String
* s_TCMAX + TypeCode.Decimal,
2336
TypeCode.
String
* s_TCMAX + TypeCode.Single,
2337
TypeCode.
String
* s_TCMAX + TypeCode.Double
2341
Case TypeCode.
String
* s_TCMAX + TypeCode.
String
2429
If tc2 = TypeCode.
String
OrElse tc2 = TypeCode.Empty OrElse ((tc2 = TypeCode.Object) AndAlso (TypeOf Right Is Char())) Then
2432
tc1 = TypeCode.
String
2441
If tc1 = TypeCode.
String
OrElse tc1 = TypeCode.Empty Then
2443
tc2 = TypeCode.
String
2484
TypeCode.Empty * s_TCMAX + TypeCode.
String
,
2485
TypeCode.DBNull * s_TCMAX + TypeCode.
String
2526
Case TypeCode.Boolean * s_TCMAX + TypeCode.
String
2661
Case TypeCode.SByte * s_TCMAX + TypeCode.
String
,
2662
TypeCode.Byte * s_TCMAX + TypeCode.
String
,
2663
TypeCode.Int16 * s_TCMAX + TypeCode.
String
,
2664
TypeCode.UInt16 * s_TCMAX + TypeCode.
String
,
2665
TypeCode.Int32 * s_TCMAX + TypeCode.
String
,
2666
TypeCode.UInt32 * s_TCMAX + TypeCode.
String
,
2667
TypeCode.Int64 * s_TCMAX + TypeCode.
String
,
2668
TypeCode.UInt64 * s_TCMAX + TypeCode.
String
,
2669
TypeCode.Decimal * s_TCMAX + TypeCode.
String
,
2670
TypeCode.Single * s_TCMAX + TypeCode.
String
,
2671
TypeCode.Double * s_TCMAX + TypeCode.
String
2747
TypeCode.
String
* s_TCMAX + TypeCode.Empty,
2748
TypeCode.
String
* s_TCMAX + TypeCode.DBNull
2767
Case TypeCode.DateTime * s_TCMAX + TypeCode.
String
2775
TypeCode.Char * s_TCMAX + TypeCode.
String
,
2776
TypeCode.
String
* s_TCMAX + TypeCode.Char
2780
Case TypeCode.
String
* s_TCMAX + TypeCode.Boolean
2783
Case TypeCode.
String
* s_TCMAX + TypeCode.SByte,
2784
TypeCode.
String
* s_TCMAX + TypeCode.Byte,
2785
TypeCode.
String
* s_TCMAX + TypeCode.Int16,
2786
TypeCode.
String
* s_TCMAX + TypeCode.UInt16,
2787
TypeCode.
String
* s_TCMAX + TypeCode.Int32,
2788
TypeCode.
String
* s_TCMAX + TypeCode.UInt32,
2789
TypeCode.
String
* s_TCMAX + TypeCode.Int64,
2790
TypeCode.
String
* s_TCMAX + TypeCode.UInt64,
2791
TypeCode.
String
* s_TCMAX + TypeCode.Decimal,
2792
TypeCode.
String
* s_TCMAX + TypeCode.Single,
2793
TypeCode.
String
* s_TCMAX + TypeCode.Double
2797
Case TypeCode.
String
* s_TCMAX + TypeCode.DateTime
2800
Case TypeCode.
String
* s_TCMAX + TypeCode.
String
2981
Case TypeCode.Empty * s_TCMAX + TypeCode.
String
3015
Case TypeCode.Boolean * s_TCMAX + TypeCode.
String
3150
Case TypeCode.SByte * s_TCMAX + TypeCode.
String
,
3151
TypeCode.Byte * s_TCMAX + TypeCode.
String
,
3152
TypeCode.Int16 * s_TCMAX + TypeCode.
String
,
3153
TypeCode.UInt16 * s_TCMAX + TypeCode.
String
,
3154
TypeCode.Int32 * s_TCMAX + TypeCode.
String
,
3155
TypeCode.UInt32 * s_TCMAX + TypeCode.
String
,
3156
TypeCode.Int64 * s_TCMAX + TypeCode.
String
,
3157
TypeCode.UInt64 * s_TCMAX + TypeCode.
String
,
3158
TypeCode.Decimal * s_TCMAX + TypeCode.
String
,
3159
TypeCode.Single * s_TCMAX + TypeCode.
String
,
3160
TypeCode.Double * s_TCMAX + TypeCode.
String
3243
Case TypeCode.
String
* s_TCMAX + TypeCode.Empty
3246
Case TypeCode.
String
* s_TCMAX + TypeCode.Boolean
3249
Case TypeCode.
String
* s_TCMAX + TypeCode.SByte,
3250
TypeCode.
String
* s_TCMAX + TypeCode.Byte,
3251
TypeCode.
String
* s_TCMAX + TypeCode.Int16,
3252
TypeCode.
String
* s_TCMAX + TypeCode.UInt16,
3253
TypeCode.
String
* s_TCMAX + TypeCode.Int32,
3254
TypeCode.
String
* s_TCMAX + TypeCode.UInt32,
3255
TypeCode.
String
* s_TCMAX + TypeCode.Int64,
3256
TypeCode.
String
* s_TCMAX + TypeCode.UInt64,
3257
TypeCode.
String
* s_TCMAX + TypeCode.Decimal,
3258
TypeCode.
String
* s_TCMAX + TypeCode.Single,
3259
TypeCode.
String
* s_TCMAX + TypeCode.Double
3263
Case TypeCode.
String
* s_TCMAX + TypeCode.
String
3454
Case TypeCode.Empty * s_TCMAX + TypeCode.
String
3486
Case TypeCode.Boolean * s_TCMAX + TypeCode.
String
3617
Case TypeCode.SByte * s_TCMAX + TypeCode.
String
,
3618
TypeCode.Byte * s_TCMAX + TypeCode.
String
,
3619
TypeCode.Int16 * s_TCMAX + TypeCode.
String
,
3620
TypeCode.UInt16 * s_TCMAX + TypeCode.
String
,
3621
TypeCode.Int32 * s_TCMAX + TypeCode.
String
,
3622
TypeCode.UInt32 * s_TCMAX + TypeCode.
String
,
3623
TypeCode.Int64 * s_TCMAX + TypeCode.
String
,
3624
TypeCode.UInt64 * s_TCMAX + TypeCode.
String
,
3625
TypeCode.Decimal * s_TCMAX + TypeCode.
String
,
3626
TypeCode.Single * s_TCMAX + TypeCode.
String
,
3627
TypeCode.Double * s_TCMAX + TypeCode.
String
3683
Case TypeCode.
String
* s_TCMAX + TypeCode.Empty
3686
Case TypeCode.
String
* s_TCMAX + TypeCode.Boolean
3689
Case TypeCode.
String
* s_TCMAX + TypeCode.SByte,
3690
TypeCode.
String
* s_TCMAX + TypeCode.Byte,
3691
TypeCode.
String
* s_TCMAX + TypeCode.Int16,
3692
TypeCode.
String
* s_TCMAX + TypeCode.UInt16,
3693
TypeCode.
String
* s_TCMAX + TypeCode.Int32,
3694
TypeCode.
String
* s_TCMAX + TypeCode.UInt32,
3695
TypeCode.
String
* s_TCMAX + TypeCode.Int64,
3696
TypeCode.
String
* s_TCMAX + TypeCode.UInt64,
3697
TypeCode.
String
* s_TCMAX + TypeCode.Decimal,
3698
TypeCode.
String
* s_TCMAX + TypeCode.Single,
3699
TypeCode.
String
* s_TCMAX + TypeCode.Double
3703
Case TypeCode.
String
* s_TCMAX + TypeCode.
String
3885
Case TypeCode.Empty * s_TCMAX + TypeCode.
String
3912
Case TypeCode.Boolean * s_TCMAX + TypeCode.
String
4065
Case TypeCode.SByte * s_TCMAX + TypeCode.
String
,
4066
TypeCode.Byte * s_TCMAX + TypeCode.
String
,
4067
TypeCode.Int16 * s_TCMAX + TypeCode.
String
,
4068
TypeCode.UInt16 * s_TCMAX + TypeCode.
String
,
4069
TypeCode.Int32 * s_TCMAX + TypeCode.
String
,
4070
TypeCode.UInt32 * s_TCMAX + TypeCode.
String
,
4071
TypeCode.Int64 * s_TCMAX + TypeCode.
String
,
4072
TypeCode.UInt64 * s_TCMAX + TypeCode.
String
,
4073
TypeCode.Decimal * s_TCMAX + TypeCode.
String
,
4074
TypeCode.Single * s_TCMAX + TypeCode.
String
,
4075
TypeCode.Double * s_TCMAX + TypeCode.
String
4093
Case TypeCode.
String
* s_TCMAX + TypeCode.Empty
4096
Case TypeCode.
String
* s_TCMAX + TypeCode.Boolean
4099
Case TypeCode.
String
* s_TCMAX + TypeCode.SByte,
4100
TypeCode.
String
* s_TCMAX + TypeCode.Byte,
4101
TypeCode.
String
* s_TCMAX + TypeCode.Int16,
4102
TypeCode.
String
* s_TCMAX + TypeCode.UInt16,
4103
TypeCode.
String
* s_TCMAX + TypeCode.Int32,
4104
TypeCode.
String
* s_TCMAX + TypeCode.UInt32,
4105
TypeCode.
String
* s_TCMAX + TypeCode.Int64,
4106
TypeCode.
String
* s_TCMAX + TypeCode.UInt64,
4107
TypeCode.
String
* s_TCMAX + TypeCode.Decimal,
4108
TypeCode.
String
* s_TCMAX + TypeCode.Single,
4109
TypeCode.
String
* s_TCMAX + TypeCode.Double
4112
Case TypeCode.
String
* s_TCMAX + TypeCode.
String
4191
Case TypeCode.
String
4223
Case TypeCode.
String
4290
Case TypeCode.Empty * s_TCMAX + TypeCode.
String
4325
Case TypeCode.Boolean * s_TCMAX + TypeCode.
String
4460
Case TypeCode.SByte * s_TCMAX + TypeCode.
String
,
4461
TypeCode.Byte * s_TCMAX + TypeCode.
String
,
4462
TypeCode.Int16 * s_TCMAX + TypeCode.
String
,
4463
TypeCode.UInt16 * s_TCMAX + TypeCode.
String
,
4464
TypeCode.Int32 * s_TCMAX + TypeCode.
String
,
4465
TypeCode.UInt32 * s_TCMAX + TypeCode.
String
,
4466
TypeCode.Int64 * s_TCMAX + TypeCode.
String
,
4467
TypeCode.UInt64 * s_TCMAX + TypeCode.
String
,
4468
TypeCode.Decimal * s_TCMAX + TypeCode.
String
,
4469
TypeCode.Single * s_TCMAX + TypeCode.
String
,
4470
TypeCode.Double * s_TCMAX + TypeCode.
String
4560
Case TypeCode.
String
* s_TCMAX + TypeCode.Empty
4563
Case TypeCode.
String
* s_TCMAX + TypeCode.Boolean
4566
Case TypeCode.
String
* s_TCMAX + TypeCode.SByte,
4567
TypeCode.
String
* s_TCMAX + TypeCode.Byte,
4568
TypeCode.
String
* s_TCMAX + TypeCode.Int16,
4569
TypeCode.
String
* s_TCMAX + TypeCode.UInt16,
4570
TypeCode.
String
* s_TCMAX + TypeCode.Int32,
4571
TypeCode.
String
* s_TCMAX + TypeCode.UInt32,
4572
TypeCode.
String
* s_TCMAX + TypeCode.Int64,
4573
TypeCode.
String
* s_TCMAX + TypeCode.UInt64,
4574
TypeCode.
String
* s_TCMAX + TypeCode.Decimal,
4575
TypeCode.
String
* s_TCMAX + TypeCode.Single,
4576
TypeCode.
String
* s_TCMAX + TypeCode.Double
4580
Case TypeCode.
String
* s_TCMAX + TypeCode.
String
4699
Case TypeCode.Empty * s_TCMAX + TypeCode.
String
4729
Case TypeCode.Boolean * s_TCMAX + TypeCode.
String
4855
Case TypeCode.SByte * s_TCMAX + TypeCode.
String
,
4856
TypeCode.Byte * s_TCMAX + TypeCode.
String
,
4857
TypeCode.Int16 * s_TCMAX + TypeCode.
String
,
4858
TypeCode.UInt16 * s_TCMAX + TypeCode.
String
,
4859
TypeCode.Int32 * s_TCMAX + TypeCode.
String
,
4860
TypeCode.UInt32 * s_TCMAX + TypeCode.
String
,
4861
TypeCode.Int64 * s_TCMAX + TypeCode.
String
,
4862
TypeCode.UInt64 * s_TCMAX + TypeCode.
String
,
4863
TypeCode.Decimal * s_TCMAX + TypeCode.
String
,
4864
TypeCode.Single * s_TCMAX + TypeCode.
String
,
4865
TypeCode.Double * s_TCMAX + TypeCode.
String
4947
Case TypeCode.
String
* s_TCMAX + TypeCode.Empty
4950
Case TypeCode.
String
* s_TCMAX + TypeCode.Boolean
4953
Case TypeCode.
String
* s_TCMAX + TypeCode.SByte,
4954
TypeCode.
String
* s_TCMAX + TypeCode.Byte,
4955
TypeCode.
String
* s_TCMAX + TypeCode.Int16,
4956
TypeCode.
String
* s_TCMAX + TypeCode.UInt16,
4957
TypeCode.
String
* s_TCMAX + TypeCode.Int32,
4958
TypeCode.
String
* s_TCMAX + TypeCode.UInt32,
4959
TypeCode.
String
* s_TCMAX + TypeCode.Int64,
4960
TypeCode.
String
* s_TCMAX + TypeCode.UInt64,
4961
TypeCode.
String
* s_TCMAX + TypeCode.Decimal,
4962
TypeCode.
String
* s_TCMAX + TypeCode.Single,
4963
TypeCode.
String
* s_TCMAX + TypeCode.Double
4967
Case TypeCode.
String
* s_TCMAX + TypeCode.
String
5062
Case TypeCode.
String
5107
Case TypeCode.
String
5147
tc1 = TypeCode.
String
5151
tc2 = TypeCode.
String
Microsoft\VisualBasic\CompilerServices\ShortType.vb (1)
105
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\SingleType.vb (1)
119
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\StringType.vb (1)
138
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\StructUtils.vb (1)
183
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\Symbols.vb (4)
223
Case TypeCode.
String
: Return GetType(String)
284
TypeCode.
String
314
TypeCode.
String
342
TypeCode.
String
Microsoft\VisualBasic\CompilerServices\Utils.LateBinder.vb (1)
386
Case TypeCode.
String
: result = "String"
Microsoft\VisualBasic\CompilerServices\VB6File.vb (5)
152
Case TypeCode.
String
267
Case TypeCode.
String
902
Case TypeCode.
String
2172
Case TypeCode.
String
2265
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (2)
209
Case TypeCode.
String
457
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (8)
662
TypeCode.
String
675
Case TypeCode.
String
683
Case TypeCode.
String
694
TypeCode.
String
,
709
Case TypeCode.
String
720
Case TypeCode.
String
872
TypeCode.
String
883
Case TypeCode.
String
Microsoft\VisualBasic\CompilerServices\Versioned.vb (1)
75
TypeCode.
String
Microsoft\VisualBasic\Conversion.vb (5)
155
Case TypeCode.
String
230
Case TypeCode.
String
325
Case TypeCode.
String
436
Case TypeCode.
String
516
If ValueTypeCode = TypeCode.
String
Then
Microsoft\VisualBasic\Information.vb (3)
287
Case TypeCode.
String
366
If (valueTypeCode = TypeCode.
String
) OrElse (valueTypeCode = TypeCode.Char) Then
460
Case TypeCode.
String
: Result = "String"
Microsoft\VisualBasic\Strings.vb (3)
640
Case TypeCode.
String
1275
If tc <> TypeCode.
String
AndAlso tc <> TypeCode.Boolean Then
1330
Case TypeCode.
String
MSBuild (2)
TaskParameter.cs (2)
545
case TypeCode.
String
:
596
case TypeCode.
String
:
MSBuildTaskHost (2)
TaskParameter.cs (2)
545
case TypeCode.
String
:
596
case TypeCode.
String
:
PresentationFramework (8)
System\Windows\Controls\DataGridLengthConverter.cs (1)
27
case TypeCode.
String
:
System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
38
case TypeCode.
String
:
System\Windows\CornerRadiusConverter.cs (1)
33
case TypeCode.
String
:
System\Windows\FigureLengthConverter.cs (1)
51
case TypeCode.
String
:
System\Windows\GridLengthConverter.cs (1)
54
case TypeCode.
String
:
System\Windows\LengthConverter.cs (1)
48
case TypeCode.
String
:
System\Windows\ThemeModeConverter.cs (1)
33
return Type.GetTypeCode(sourceType) == TypeCode.
String
;
System\Windows\ThicknessConverter.cs (1)
41
case TypeCode.
String
:
System.Data.Common (3)
System\Data\Common\DataStorage.cs (1)
34
String = TypeCode.
String
, // 18
System\Data\Common\ObjectStorage.cs (1)
211
case TypeCode.
String
: return Families.STRING;
System\Data\DataRowComparer.cs (1)
77
case TypeCode.
String
:
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
929
case TypeCode.
String
: return _NVarChar;
System.Linq.Expressions (9)
System\Linq\Expressions\Compiler\ILGen.cs (3)
394
case TypeCode.
String
:
540
case TypeCode.
String
:
1085
case TypeCode.
String
:
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (3)
69
case TypeCode.
String
: return FastCreate<String>(target, pi);
113
case TypeCode.
String
: return FastCreate<T0, String>(target, pi);
155
case TypeCode.
String
: return new FuncCallInstruction<T0, T1, String>(target);
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
1582
if (switchType == TypeCode.
String
)
System\Linq\Expressions\Interpreter\TypeOperations.cs (1)
370
TypeCode.
String
=> s_String ??= new CastInstructionT<string>(),
System\Linq\Expressions\ParameterExpression.cs (1)
60
case TypeCode.
String
: return new PrimitiveParameterExpression<string>(name);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (2)
131
if (value == null && (typeCode == TypeCode.Empty || typeCode == TypeCode.
String
|| typeCode == TypeCode.Object))
160
TypeCode.
String
=> v.ToString(provider),
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (1)
1284
String = 1 << TypeCode.
String
,
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
6071
case TypeCode.
String
:
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
540
return TypeCode.
String
;
System.Private.DataContractSerialization (10)
System\Runtime\Serialization\CodeGenerator.cs (4)
760
TypeCode.
String
=> OpCodes.Ldind_Ref, // TypeCode.String:
844
case TypeCode.
String
:
978
TypeCode.
String
=> OpCodes.Ldelem_Ref, // TypeCode.String:
1018
TypeCode.
String
=> OpCodes.Stelem_Ref, // TypeCode.String:
System\Runtime\Serialization\DataContract.cs (1)
708
case TypeCode.
String
:
System\Runtime\Serialization\ExtensionDataReader.cs (1)
695
case TypeCode.
String
:
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
248
case TypeCode.
String
:
304
case TypeCode.
String
:
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
317
case TypeCode.
String
:
394
case TypeCode.
String
:
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Support\TypeExtensions.cs (1)
30
TypeCode.
String
=> PrimitiveType.String,
System.Private.Xml (12)
System\Xml\Serialization\CodeGenerator.cs (1)
814
case TypeCode.
String
:
System\Xml\Serialization\Types.cs (1)
555
case TypeCode.
String
: return true;
System\Xml\Serialization\XmlSerializationWriter.cs (2)
209
case TypeCode.
String
: typeName = "string"; break;
271
case TypeCode.
String
:
System\Xml\Serialization\XmlSerializer.cs (2)
862
case TypeCode.
String
:
944
case TypeCode.
String
:
System\Xml\Xsl\Runtime\XsltLibrary.cs (5)
345
return TypeCode.
String
;
361
Debug.Assert(TypeCode.Boolean < TypeCode.Double && TypeCode.Double < TypeCode.
String
, "Cannot use the smallest TypeCode as a weakest one");
385
if (compType == TypeCode.
String
)
399
Debug.Assert(compType == TypeCode.Boolean || compType == TypeCode.Double || compType == TypeCode.
String
);
448
return CompareNodeSetAndNodeSet(op, ToNodeSetOrRtf(left), ToNodeSetOrRtf(right), TypeCode.
String
);
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
548
case TypeCode.
String
:
System.Reflection.Emit (1)
System\Reflection\Emit\CustomAttributeWrapper.cs (1)
125
case TypeCode.
String
:
System.Reflection.MetadataLoadContext (2)
System\Reflection\DefaultBinder.CanConvert.cs (1)
40
String = 1 << (int)TypeCode.
String
,
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
212
return TypeCode.
String
;
System.Text.Json (1)
System\Text\Json\Nodes\JsonValueOfT.cs (1)
121
TypeCode.
String
=> JsonValueKind.String,
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (1)
50
case TypeCode.
String
: