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