1 implementation of IsString
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
637
public bool
IsString
(ITypeHandle typeHandle) => !typeHandle.IsMethodTable() ? false : _methodTables[typeHandle.Address].Flags.IsString;
9 references to IsString
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcScanContext.cs (1)
182
else if (_rts.
IsString
(handle))
Microsoft.Diagnostics.DataContractReader.Legacy (8)
Dbi\DacDbiImpl.cs (6)
4446
if (!rts.
IsString
(th))
4567
if (rts.
IsString
(th))
5627
CorElementType componentType = rts.
IsString
(typeHandle)
5674
if (rts.
IsString
(arrayOrStringTypeHandle))
5693
CorElementType componentType = rts.
IsString
(componentTypeHandle) ? CorElementType.String : rts.GetInternalCorElementType(componentTypeHandle);
6665
if (rts.
IsString
(typeHandle))
Dbi\Helpers\HeapWalk.cs (1)
124
else if (_rts.
IsString
(handle))
SOSDacImpl.cs (1)
2897
if (contract.
IsString
(methodTable))