2 implementations of TypeHandleToExpandedTypeInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2856
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
TypeHandleToExpandedTypeInfo
(int boxed, ulong vmTypeHandle, nint pData)
Dbi\DacDbiImpl.cs (1)
1423
public int
TypeHandleToExpandedTypeInfo
(int boxed, ulong vmTypeHandle, nint pData)
2 references to TypeHandleToExpandedTypeInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2881
__retVal = @this.
TypeHandleToExpandedTypeInfo
(boxed, vmTypeHandle, pData);
Dbi\DacDbiImpl.cs (1)
1424
=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.
TypeHandleToExpandedTypeInfo
(boxed, vmTypeHandle, pData) : HResults.E_NOTIMPL;