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