1 implementation of IsPointer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1495
public bool
IsPointer
(ITypeHandle typeHandle)
2 references to IsPointer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\CdacTypeHandle.cs (1)
57
|| (_typeHandle is not null && Rts.
IsPointer
(_typeHandle));
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
1087
else if (rtsContract.IsFunctionPointer(foundTypeHandle, out _, out _) || rtsContract.
IsPointer
(foundTypeHandle))