1 implementation of GetClassPointer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
555
public TargetPointer
GetClassPointer
(TypeHandle typeHandle)
2 references to GetClassPointer
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
3504
TargetPointer cls = rts.
GetClassPointer
(th);
3506
TargetPointer canonCls = rts.
GetClassPointer
(canonTh);