2 implementations of HasUnhandledException
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1368int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.HasUnhandledException(ulong vmThread, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pResult)
Dbi\DacDbiImpl.cs (1)
866public 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)
1393__retVal = @this.HasUnhandledException(vmThread, pResult);
Dbi\DacDbiImpl.cs (1)
883int hrLocal = _legacy.HasUnhandledException(vmThread, &resultLocal);