2 implementations of GetTypedByRefInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3249
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetTypedByRefInfo
(ulong pTypedByRef, ulong* pObjRef, global::Microsoft.Diagnostics.DataContractReader.Legacy.DebuggerIPCE_BasicTypeData* pTypedByRefType)
Dbi\DacDbiImpl.cs (1)
3710
public int
GetTypedByRefInfo
(ulong pTypedByRef, ulong* pObjRef, DebuggerIPCE_BasicTypeData* pTypedByRefType)
2 references to GetTypedByRefInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3274
__retVal = @this.
GetTypedByRefInfo
(pTypedByRef, pObjRef, pTypedByRefType);
Dbi\DacDbiImpl.cs (1)
3733
int hrLocal = _legacy.
GetTypedByRefInfo
(pTypedByRef, &objRefLocal, &typeLocal);