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)
482if (contextKind != GenericContextLoc.ThisPtr)
Contracts\RuntimeTypeSystem_1.cs (1)
1659return GenericContextLoc.ThisPtr;
Contracts\StackWalk\StackWalk_1.cs (1)
1157return ctxLoc == GenericContextLoc.ThisPtr
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2165data.v.dwExactGenericArgsTokenIndex = genericContextLoc == GenericContextLoc.ThisPtr ? 0u : unchecked((uint)IlNum.TYPECTXT_ILNUM); 6341case GenericContextLoc.ThisPtr: