2 implementations of SetStackWalkCurrentContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (1)
1951
public int
SetStackWalkCurrentContext
(ulong vmThread, nuint pSFIHandle, int flag, byte* pContext)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1995
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
SetStackWalkCurrentContext
(ulong vmThread, nuint pSFIHandle, int flag, byte* pContext)
2 references to SetStackWalkCurrentContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (1)
1977
int hrLocal = _legacy.
SetStackWalkCurrentContext
(vmThread, legacyHandle, flag, pContext);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2020
__retVal = @this.
SetStackWalkCurrentContext
(vmThread, pSFIHandle, flag, pContext);