12 references to String
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (1)
643
case CorElementType.
String
:
Contracts\ManagedTypeSource_1.cs (1)
365
CorElementType.
String
Contracts\RuntimeTypeSystem_1.cs (1)
591
or CorElementType.
String
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataFrame.cs (1)
620
CorElementType.
String
or CorElementType.Object or CorElementType.Class
Dbi\DacDbiImpl.cs (4)
3701
WriteLittleEndian(ref pObjTypeData->elementType, (int)CorElementType.
String
);
4714
? CorElementType.
String
4778
CorElementType componentType = rts.IsString(componentTypeHandle) ? CorElementType.
String
: rts.GetInternalCorElementType(componentTypeHandle);
5687
return CorElementType.
String
;
MetaDataImportImpl.cs (2)
645
*pcchValue = (uint)constant.TypeCode == (uint)CorElementType.
String
? (uint)valueReader.Length / sizeof(char) : (uint)valueReader.Length;
1585
*pcchValue = (uint)constant.TypeCode == (uint)CorElementType.
String
? (uint)valueReader.Length / sizeof(char) : (uint)valueReader.Length;
SigFormat.cs (2)
126
case CorElementType.
String
: stringBuilder.Append("System.String"); return;
342
case CorElementType.
String
: stringBuilder.Append("System.String"); return;