1 implementation of IsCorElementTypeObjRef
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
639
public bool
IsCorElementTypeObjRef
(CorElementType elementType)
5 references to IsCorElementTypeObjRef
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataValue.cs (2)
961
if (fieldType is null && !rts.
IsCorElementTypeObjRef
(fieldElementType))
1025
if (!isDeref && rts.
IsCorElementTypeObjRef
(elementType))
Dbi\DacDbiImpl.cs (2)
5496
bool isReferenceType = rts.
IsCorElementTypeObjRef
(rts.GetInternalCorElementType(typeHandle));
5631
pLayout->boxOffset = rts.
IsCorElementTypeObjRef
(componentType) ? 0u : (uint)_target.PointerSize;
Dbi\TypeDataWalk.cs (1)
204
if (_rts.
IsCorElementTypeObjRef
(elementType))