2 implementations of GetApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2883int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetApproxTypeHandle(global::Microsoft.Diagnostics.DataContractReader.Legacy.TypeInfoList* pTypeData, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
2632public 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)
2661int hrLocal = _legacy.GetApproxTypeHandle(pTypeData, &vmLocal);