2 implementations of UnwindStackWalkFrame
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2032
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
UnwindStackWalkFrame
(nuint pSFIHandle, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pResult)
Dbi\DacDbiImpl.cs (1)
1523
public int
UnwindStackWalkFrame
(nuint pSFIHandle, Interop.BOOL* pResult)
2 references to UnwindStackWalkFrame
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2057
__retVal = @this.
UnwindStackWalkFrame
(pSFIHandle, pResult);
Dbi\DacDbiImpl.cs (1)
1563
int hrLocal = _legacy.
UnwindStackWalkFrame
(legacyHandle, &localResult);