4 references to NO_GENERICS_INST_CONTEXT
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GCInfo\GCInfoDecoder.cs (4)
383
_genericsInstContextStackSlot = TTraits.
NO_GENERICS_INST_CONTEXT
;
455
TTraits.
NO_GENERICS_INST_CONTEXT
;
520
SpecialSlot? genericsInstContext = _genericsInstContextStackSlot != TTraits.
NO_GENERICS_INST_CONTEXT
? new SpecialSlot(_genericsInstContextStackSlot) : null;
567
if (_genericsInstContextStackSlot == TTraits.
NO_GENERICS_INST_CONTEXT
)