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)
520SpecialSlot? genericsInstContext = _genericsInstContextStackSlot != TTraits.NO_GENERICS_INST_CONTEXT ? new SpecialSlot(_genericsInstContextStackSlot) : null; 567if (_genericsInstContextStackSlot == TTraits.NO_GENERICS_INST_CONTEXT) 578_genericsInstContextStackSlot); 585_genericsInstContextStackSlot); 592_genericsInstContextStackSlot);