1 implementation of RawContextFlags
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
24public uint RawContextFlags { get => Context.RawContextFlags; set => Context.RawContextFlags = value; }
2 writes to RawContextFlags
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (2)
405context.RawContextFlags = flags; 449context.RawContextFlags = context.FullContextFlags;