2 writes to _gsCookieStackSlot
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoDecoder.cs (2)
381
_gsCookieStackSlot
= TTraits.NO_GS_COOKIE;
445
_gsCookieStackSlot
= _headerFlags.HasFlag(GcInfoHeaderFlags.GC_INFO_HAS_GS_COOKIE) ?
2 references to _gsCookieStackSlot
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoDecoder.cs (2)
518
SpecialSlot? gsCookie =
_gsCookieStackSlot
!= TTraits.NO_GS_COOKIE ? new SpecialSlot(
_gsCookieStackSlot
) : null;