2 references to ExceptionFlags
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\Thread_1.cs (2)
117
hasUnhandledException = (exceptionFlags & (uint)
ExceptionFlags
.IsUnhandled) != 0
118
&& (exceptionFlags & (uint)
ExceptionFlags
.DebuggerInterceptInfo) == 0;