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)
4323
if (!rts.
IsString
(th))
4443
if (rts.
IsString
(th))
5476
CorElementType componentType = rts.
IsString
(typeHandle)
5522
if (rts.
IsString
(arrayOrStringTypeHandle))
5541
CorElementType componentType = rts.
IsString
(componentTypeHandle) ? CorElementType.String : rts.GetInternalCorElementType(componentTypeHandle);
6464
if (rts.
IsString
(typeHandle))
Dbi\Helpers\HeapWalk.cs (1)
124
else if (_rts.
IsString
(handle))
SOSDacImpl.cs (1)
2812
if (contract.
IsString
(methodTable))