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