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