3 references to ExceptionFlags
Microsoft.Diagnostics.DataContractReader.Contracts (3)
_generated\57\Microsoft_Diagnostics_DataContractReader_Data.ExceptionInfo.g.cs (1)
405
_ =
ExceptionFlags
;
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (1)
226
if ((exceptionInfo.
ExceptionFlags
& (uint)ExceptionFlagsEnum.UnwindHasStarted) == 0)
Contracts\Thread_1.cs (1)
138
uint exceptionFlags = exceptionInfo.
ExceptionFlags
;