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