2 implementations of HasUnhandledException
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1366
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
HasUnhandledException
(ulong vmThread, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pResult)
Dbi\DacDbiImpl.cs (1)
911
public 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)
928
int hrLocal = _legacy.
HasUnhandledException
(vmThread, &resultLocal);