2 implementations of GetExactTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3041
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetExactTypeHandle
(nint pTypeData, nint pArgInfo, ulong* pVmTypeHandle)
Dbi\DacDbiImpl.cs (1)
1476
public int
GetExactTypeHandle
(nint pTypeData, nint pArgInfo, ulong* pVmTypeHandle)
2 references to GetExactTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3066
__retVal = @this.
GetExactTypeHandle
(pTypeData, pArgInfo, pVmTypeHandle);
Dbi\DacDbiImpl.cs (1)
1477
=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.
GetExactTypeHandle
(pTypeData, pArgInfo, pVmTypeHandle) : HResults.E_NOTIMPL;