2 implementations of GetTypeHandleParams
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3226int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeHandleParams(ulong vmTypeHandle, nint pParams)
Dbi\DacDbiImpl.cs (1)
1521public int GetTypeHandleParams(ulong vmTypeHandle, nint pParams)
2 references to GetTypeHandleParams
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3251__retVal = @this.GetTypeHandleParams(vmTypeHandle, pParams);
Dbi\DacDbiImpl.cs (1)
1522=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.GetTypeHandleParams(vmTypeHandle, pParams) : HResults.E_NOTIMPL;