88 references to String
mscorlib (11)
system\convert.cs (4)
207if (value == null && (typeCode == TypeCode.Empty || typeCode == TypeCode.String || typeCode == TypeCode.Object)) { 248case TypeCode.String: 305if (rtTargetType == ConvertTypes[(int)TypeCode.String]) 376if (rtConversionType==ConvertTypes[(int)TypeCode.String])
system\diagnostics\eventing\eventsource.cs (1)
6753case TypeCode.String:
system\rttype.cs (3)
3624typeCode = TypeCode.String; break; 3638else if (this == Convert.ConvertTypes[(int)TypeCode.String]) 3639typeCode = TypeCode.String;
system\runtime\serialization\formatters\binary\binaryconverter.cs (1)
462codeATemp[(int)TypeCode.String] = InternalPrimitiveTypeE.Invalid;
system\string.cs (1)
3361return TypeCode.String;
system\variant.cs (1)
523case TypeCode.String:
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridLengthConverter.cs (1)
33case TypeCode.String:
src\Framework\System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
48case TypeCode.String:
src\Framework\System\Windows\CornerRadiusConverter.cs (1)
50case TypeCode.String:
src\Framework\System\Windows\FigureLengthConverter.cs (1)
61case TypeCode.String:
src\Framework\System\Windows\GridLengthConverter.cs (1)
64case TypeCode.String:
src\Framework\System\Windows\LengthConverter.cs (1)
57case TypeCode.String:
src\Framework\System\Windows\ThicknessConverter.cs (1)
50case TypeCode.String:
System.AddIn.Contract (5)
System\Addin\Contract\RemoteArgument.cs (5)
258case TypeCode.String: 581this.intrinsicTypeCode = TypeCode.String; 589this.intrinsicTypeCode = TypeCode.String; 1230this.intrinsicTypeCode == TypeCode.String) 1248this.intrinsicTypeCode == TypeCode.String)
System.Core (4)
Microsoft\Scripting\Ast\ParameterExpression.cs (1)
73case TypeCode.String: return new PrimitiveParameterExpression<String>(name);
Microsoft\Scripting\Compiler\ILGen.cs (3)
470case TypeCode.String: 584case TypeCode.String: 1007case TypeCode.String:
System.Data (8)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (1)
252else if (Type.GetTypeCode(value.GetType()) == TypeCode.String)
fx\src\data\System\Data\Common\DataStorage.cs (1)
38String = TypeCode.String, // 18
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
185case TypeCode.String: return Families.STRING;
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
930case TypeCode.String: return _NVarChar;
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (1)
313case TypeCode.String: return NativeDBType.D_VarWChar;
fx\src\data\System\Data\Sql\SqlMetaData.cs (2)
1061case TypeCode.String: value = this.Adjust((String)value); break; 1151case TypeCode.String:
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
383case TypeCode.String: return (inferLen ? PromoteStringType((string)value) : MetaNVarChar);
System.Data.DataSetExtensions (1)
System\Data\DataRowComparer.cs (1)
80case TypeCode.String:
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\Translator.cs (1)
2156case TypeCode.String:
System\Data\Metadata\Edm\Provider\ClrProviderManifest.cs (1)
121case TypeCode.String:
System\Data\Metadata\TypeHelpers.cs (1)
761case TypeCode.String:
System.Data.Linq (8)
parent\DbmlShared\Mapping.cs (2)
495case TypeCode.String: 551case TypeCode.String:
SqlClient\Common\TypeSystem.cs (1)
215case TypeCode.String:
SqlClient\Query\SqlFormatter.cs (1)
1245case TypeCode.String:
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2052case TypeCode.String:
SqlClient\SqlBuilder.cs (1)
272case TypeCode.String:
SqlClient\SqlTypeSystemProvider.cs (2)
1441case TypeCode.String: 1561case TypeCode.String:
System.Data.SqlXml (7)
System\Xml\Xsl\Runtime\XsltLibrary.cs (5)
263return TypeCode.String; 274Debug.Assert(TypeCode.Boolean < TypeCode.Double && TypeCode.Double < TypeCode.String, "Cannot use the smallest TypeCode as a weakest one"); 294if (compType == TypeCode.String) { 304Debug.Assert(compType == TypeCode.Boolean || compType == TypeCode.Double || compType == TypeCode.String); 341return CompareNodeSetAndNodeSet(op, ToNodeSetOrRtf(left), ToNodeSetOrRtf(right), TypeCode.String);
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
456case TypeCode.String : 600if (typeCode == TypeCode.String) {
System.Runtime.Serialization (10)
System\Runtime\Serialization\CodeGenerator.cs (4)
974case TypeCode.String: 1090case TypeCode.String: 1398case TypeCode.String: 1463case TypeCode.String:
System\Runtime\Serialization\DataContract.cs (1)
840case TypeCode.String:
System\Runtime\Serialization\ExtensionDataReader.cs (1)
696case TypeCode.String:
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
257case TypeCode.String: 313case TypeCode.String:
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
324case TypeCode.String: 401case TypeCode.String:
System.ServiceModel (7)
System\ServiceModel\Dispatcher\CodeGenerator.cs (4)
458case TypeCode.String: 986case TypeCode.String: 1024case TypeCode.String: 1061case TypeCode.String:
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
357case TypeCode.String: 838case TypeCode.String: 930case TypeCode.String:
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (1)
71case TypeCode.String:
System\ServiceModel\Dispatcher\QueryStringConverter.cs (2)
112case TypeCode.String: 211case TypeCode.String:
System.Web (3)
UI\WebControls\Parameter.cs (3)
372if (value < TypeCode.Empty || value > TypeCode.String) { 445return TypeCode.String; 512case TypeCode.String:
System.Web.DynamicData (1)
DynamicData\DataSourceUtil.cs (1)
24typeNameToTypeCode[typeof(String)] = TypeCode.String;
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
360case TypeCode.String:
System\Data\WebControls\EntityDataSourceView.cs (1)
1713if (parameter.TypeCode == TypeCode.String && parameter.ConvertEmptyStringToNull && String.IsNullOrEmpty(valueString))
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
1515case TypeCode.String:
System.Xml (7)
System\Xml\Serialization\CodeGenerator.cs (1)
1084case TypeCode.String:
System\Xml\Serialization\Types.cs (1)
510case TypeCode.String: return true;
System\Xml\Serialization\XmlSerializationWriter.cs (3)
181case TypeCode.String: typeName = "string"; break; 229case TypeCode.String: 3063case TypeCode.String:
System\Xml\Serialization\XmlSerializer.cs (2)
740case TypeCode.String: 811case TypeCode.String: