2 implementations of GetApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2846int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetApproxTypeHandle(global::Microsoft.Diagnostics.DataContractReader.Legacy.TypeInfoList* pTypeData, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
3464public int GetApproxTypeHandle(TypeInfoList* pTypeData, ulong* pRetVal)
2 references to GetApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2871__retVal = @this.GetApproxTypeHandle(pTypeData, pRetVal);
Dbi\DacDbiImpl.cs (1)
3493int hrLocal = _legacy.GetApproxTypeHandle(pTypeData, &vmLocal);