2 implementations of GetObjectExpandedTypeInfoFromID
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2930int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetObjectExpandedTypeInfoFromID(int boxed, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID id, nint pTypeInfo)
Dbi\DacDbiImpl.cs (1)
1429public int GetObjectExpandedTypeInfoFromID(int boxed, COR_TYPEID id, nint pTypeInfo)
2 references to GetObjectExpandedTypeInfoFromID
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2955__retVal = @this.GetObjectExpandedTypeInfoFromID(boxed, id, pTypeInfo);
Dbi\DacDbiImpl.cs (1)
1430=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.GetObjectExpandedTypeInfoFromID(boxed, id, pTypeInfo) : HResults.E_NOTIMPL;