2 implementations of GetApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2883
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetApproxTypeHandle
(global::Microsoft.Diagnostics.DataContractReader.Legacy.TypeInfoList* pTypeData, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
2632
public int
GetApproxTypeHandle
(TypeInfoList* pTypeData, ulong* pRetVal)
2 references to GetApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2908
__retVal = @this.
GetApproxTypeHandle
(pTypeData, pRetVal);
Dbi\DacDbiImpl.cs (1)
2661
int hrLocal = _legacy.
GetApproxTypeHandle
(pTypeData, &vmLocal);