2 implementations of GetCurrentException
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1672
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetCurrentException
(ulong vmThread, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
912
public int
GetCurrentException
(ulong vmThread, ulong* pRetVal)
2 references to GetCurrentException
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1697
__retVal = @this.
GetCurrentException
(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
936
int hrLocal = _legacy.
GetCurrentException
(vmThread, &retValLocal);