2 implementations of GetFramePointer
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2254
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetFramePointer
(nuint pSFIHandle, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1823
public int
GetFramePointer
(nuint pSFIHandle, ulong* pRetVal)
2 references to GetFramePointer
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2279
__retVal = @this.
GetFramePointer
(pSFIHandle, pRetVal);
Dbi\DacDbiImpl.cs (1)
1830
? _legacy.
GetFramePointer
(legacyHandle, pRetVal)