1 implementation of IsString
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
563
public bool
IsString
(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? false : _methodTables[typeHandle.Address].Flags.IsString;
4 references to IsString
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (3)
2047
pLayout->type = (int)(rts.
IsString
(typeHandle) ? CorElementType.String : rts.GetInternalCorElementType(typeHandle));
2089
if (rts.
IsString
(arrayOrStringTypeHandle))
2108
CorElementType componentType = rts.
IsString
(componentTypeHandle) ? CorElementType.String : rts.GetInternalCorElementType(componentTypeHandle);
SOSDacImpl.cs (1)
2822
if (contract.
IsString
(methodTable))