1 implementation of IsString
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
586
public bool
IsString
(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? false : _methodTables[typeHandle.Address].Flags.IsString;
6 references to IsString
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\DacDbiImpl.cs (4)
3784
pLayout->type = (int)(rts.
IsString
(typeHandle) ? CorElementType.String : rts.GetInternalCorElementType(typeHandle));
3826
if (rts.
IsString
(arrayOrStringTypeHandle))
3845
CorElementType componentType = rts.
IsString
(componentTypeHandle) ? CorElementType.String : rts.GetInternalCorElementType(componentTypeHandle);
4577
if (rts.
IsString
(typeHandle))
Dbi\Helpers\HeapWalk.cs (1)
135
else if (_rts.
IsString
(handle))
SOSDacImpl.cs (1)
2822
if (contract.
IsString
(methodTable))