2 implementations of GetTypedByRefInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3448int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypedByRefInfo(ulong pTypedByRef, nint pObjectData)
Dbi\DacDbiImpl.cs (1)
1605public int GetTypedByRefInfo(ulong pTypedByRef, nint pObjectData)
2 references to GetTypedByRefInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3473__retVal = @this.GetTypedByRefInfo(pTypedByRef, pObjectData);
Dbi\DacDbiImpl.cs (1)
1606=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.GetTypedByRefInfo(pTypedByRef, pObjectData) : HResults.E_NOTIMPL;