2 implementations of GetApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3004
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetApproxTypeHandle
(nint pTypeData, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1473
public int
GetApproxTypeHandle
(nint pTypeData, ulong* pRetVal)
2 references to GetApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3029
__retVal = @this.
GetApproxTypeHandle
(pTypeData, pRetVal);
Dbi\DacDbiImpl.cs (1)
1474
=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.
GetApproxTypeHandle
(pTypeData, pRetVal) : HResults.E_NOTIMPL;