2 references to IsInterrupted
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2023
isInterrupted = handle.
IsInterrupted
;
2203
data.v.jitFuncData.justAfterILThrow = (handle.
IsInterrupted
&& !handle.HasFaulted && nativeOffset != 0) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;