1 implementation of RawContextFlags
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
25public uint RawContextFlags { get => Context.RawContextFlags; set => Context.RawContextFlags = value; }
3 writes to RawContextFlags
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (2)
478context.RawContextFlags = flags; 522context.RawContextFlags = context.FullContextFlags;
Contracts\StackWalk\StackWalk_1.cs (1)
970context.RawContextFlags = context.FullContextFlags;
1 reference to RawContextFlags
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
1266if ((ctx.RawContextFlags & ctx.ContextControlFlags) != 0)