6 references to ThisPtr
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GCInfo\GCInfoDecoder.cs (1)
560if (TTraits.IsInterpreter && contextKind == GenericContextLoc.ThisPtr)
Contracts\GCInfo\X86\GCInfo.cs (1)
484if (contextKind != GenericContextLoc.ThisPtr)
Contracts\RuntimeTypeSystem_1.cs (1)
1659return GenericContextLoc.ThisPtr;
Contracts\StackWalk\StackWalk_1.cs (1)
1161return ctxLoc == GenericContextLoc.ThisPtr
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2249data.v.dwExactGenericArgsTokenIndex = genericContextLoc == GenericContextLoc.ThisPtr ? 0u : unchecked((uint)IlNum.TYPECTXT_ILNUM); 6542case GenericContextLoc.ThisPtr: