2 writes to _genericsInstContextStackSlot
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoDecoder.cs (2)
383
_genericsInstContextStackSlot
= TTraits.NO_GENERICS_INST_CONTEXT;
453
_genericsInstContextStackSlot
= (_headerFlags & GcInfoHeaderFlags.GC_INFO_HAS_GENERICS_INST_CONTEXT_MASK) != GcInfoHeaderFlags.GC_INFO_HAS_GENERICS_INST_CONTEXT_NONE ?
6 references to _genericsInstContextStackSlot
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\GCInfo\GCInfoDecoder.cs (6)
520
SpecialSlot? genericsInstContext =
_genericsInstContextStackSlot
!= TTraits.NO_GENERICS_INST_CONTEXT ? new SpecialSlot(
_genericsInstContextStackSlot
) : null;
567
if (
_genericsInstContextStackSlot
== TTraits.NO_GENERICS_INST_CONTEXT)
578
_genericsInstContextStackSlot
);
585
_genericsInstContextStackSlot
);
592
_genericsInstContextStackSlot
);