2 implementations of GetFramePointer
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2254int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetFramePointer(nuint pSFIHandle, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1823public 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)