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