2 implementations of GetApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2922
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetApproxTypeHandle
(nint pTypeData, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
2289
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)
2947
__retVal = @this.
GetApproxTypeHandle
(pTypeData, pRetVal);
Dbi\DacDbiImpl.cs (1)
2290
=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.
GetApproxTypeHandle
(pTypeData, pRetVal) : HResults.E_NOTIMPL;