4 instantiations of SpecialSlot
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GCInfo\GCInfoDecoder.cs (3)
518
SpecialSlot? gsCookie = _gsCookieStackSlot != TTraits.NO_GS_COOKIE ? new
SpecialSlot
(_gsCookieStackSlot) : null;
519
SpecialSlot? pspSym = _pspSymStackSlot != TTraits.NO_PSP_SYM ? new
SpecialSlot
(_pspSymStackSlot) : null;
520
SpecialSlot? 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)
33
SpecialSlot
? GSCookie,
36
SpecialSlot
? PSPSym,
37
SpecialSlot
? GenericsInstContext,
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GCInfo\GCInfoDecoder.cs (3)
518
SpecialSlot
? gsCookie = _gsCookieStackSlot != TTraits.NO_GS_COOKIE ? new SpecialSlot(_gsCookieStackSlot) : null;
519
SpecialSlot
? pspSym = _pspSymStackSlot != TTraits.NO_PSP_SYM ? new SpecialSlot(_pspSymStackSlot) : null;
520
SpecialSlot
? genericsInstContext = _genericsInstContextStackSlot != TTraits.NO_GENERICS_INST_CONTEXT ? new SpecialSlot(_genericsInstContextStackSlot) : null;
Contracts\GCInfo\X86\GCInfo.cs (1)
1007
SpecialSlot
? gsCookie = Header.GsCookieOffset != 0