2 implementations of HasUnhandledException
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1413int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.HasUnhandledException(ulong vmThread, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pResult)
Dbi\DacDbiImpl.cs (1)
749public int HasUnhandledException(ulong vmThread, Interop.BOOL* pResult)
2 references to HasUnhandledException
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1438__retVal = @this.HasUnhandledException(vmThread, pResult);
Dbi\DacDbiImpl.cs (1)
766int hrLocal = _legacy.HasUnhandledException(vmThread, &resultLocal);