2 implementations of GetFramePointer
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2256int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetFramePointer(nuint pSFIHandle, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1498public int GetFramePointer(nuint pSFIHandle, ulong* pRetVal)
2 references to GetFramePointer
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2281__retVal = @this.GetFramePointer(pSFIHandle, pRetVal);
Dbi\DacDbiImpl.cs (1)
1499=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.GetFramePointer(pSFIHandle, pRetVal) : HResults.E_NOTIMPL;