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