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