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