2 implementations of GetCurrentException
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1672int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetCurrentException(ulong vmThread, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
912public 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)
936int hrLocal = _legacy.GetCurrentException(vmThread, &retValLocal);