1 write to ExceptionFlags
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ExceptionInfo.cs (1)
19
ExceptionFlags
= target.ReadField<uint>(address, type, nameof(ExceptionFlags));
3 references to ExceptionFlags
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (1)
169
if ((exceptionInfo.
ExceptionFlags
& (uint)ExceptionFlagsEnum.UnwindHasStarted) == 0)
Contracts\Thread_1.cs (1)
116
uint exceptionFlags = exceptionInfo.
ExceptionFlags
;
Data\ExceptionInfo.cs (1)
19
ExceptionFlags = target.ReadField<uint>(address, type, nameof(
ExceptionFlags
));