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