2 implementations of GetCurrentException
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1625int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetCurrentException(ulong vmThread, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1395public int GetCurrentException(ulong vmThread, ulong* pRetVal)
2 references to GetCurrentException
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1650__retVal = @this.GetCurrentException(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
1419int hrLocal = _legacy.GetCurrentException(vmThread, &retValLocal);