1 implementation of IsPointer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1220
public bool
IsPointer
(TypeHandle typeHandle)
1 reference to IsPointer
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
1108
if (rtsContract.IsFunctionPointer(foundTypeHandle, out _, out _) || rtsContract.
IsPointer
(foundTypeHandle))