2 implementations of UnwindStackWalkFrame
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (1)
1983
public int
UnwindStackWalkFrame
(nuint pSFIHandle, Interop.BOOL* pResult)
Generated\361d1da7f942c932\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)
2 references to UnwindStackWalkFrame
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (1)
2024
int hrLocal = _legacy.
UnwindStackWalkFrame
(legacyHandle, &localResult);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2057
__retVal = @this.
UnwindStackWalkFrame
(pSFIHandle, pResult);