2 implementations of GetApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2805
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetApproxTypeHandle
(global::Microsoft.Diagnostics.DataContractReader.Legacy.TypeInfoList* pTypeData, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
2869
public int
GetApproxTypeHandle
(TypeInfoList* pTypeData, ulong* pRetVal)
2 references to GetApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2830
__retVal = @this.
GetApproxTypeHandle
(pTypeData, pRetVal);
Dbi\DacDbiImpl.cs (1)
2898
int hrLocal = _legacy.
GetApproxTypeHandle
(pTypeData, &vmLocal);