4 instantiations of SpecialSlot
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GCInfo\GCInfoDecoder.cs (3)
518SpecialSlot? gsCookie = _gsCookieStackSlot != TTraits.NO_GS_COOKIE ? new SpecialSlot(_gsCookieStackSlot) : null; 519SpecialSlot? pspSym = _pspSymStackSlot != TTraits.NO_PSP_SYM ? new SpecialSlot(_pspSymStackSlot) : null; 520SpecialSlot? genericsInstContext = _genericsInstContextStackSlot != TTraits.NO_GENERICS_INST_CONTEXT ? new SpecialSlot(_genericsInstContextStackSlot) : null;
Contracts\GCInfo\X86\GCInfo.cs (1)
1008? new SpecialSlot((int)Header.GsCookieOffset)
7 references to SpecialSlot
Microsoft.Diagnostics.DataContractReader.Abstractions (3)
Contracts\IGCInfo.cs (3)
33SpecialSlot? GSCookie, 36SpecialSlot? PSPSym, 37SpecialSlot? GenericsInstContext,
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GCInfo\GCInfoDecoder.cs (3)
518SpecialSlot? gsCookie = _gsCookieStackSlot != TTraits.NO_GS_COOKIE ? new SpecialSlot(_gsCookieStackSlot) : null; 519SpecialSlot? pspSym = _pspSymStackSlot != TTraits.NO_PSP_SYM ? new SpecialSlot(_pspSymStackSlot) : null; 520SpecialSlot? genericsInstContext = _genericsInstContextStackSlot != TTraits.NO_GENERICS_INST_CONTEXT ? new SpecialSlot(_genericsInstContextStackSlot) : null;
Contracts\GCInfo\X86\GCInfo.cs (1)
1007SpecialSlot? gsCookie = Header.GsCookieOffset != 0