6 references to InstArgMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CallingConvention\CallingConvention_1.cs (2)
106
requiresInstArg = ctxLoc is GenericContextLoc.InstArgMethodDesc or GenericContextLoc.
InstArgMethodTable
;
657
GenericContextLoc.
InstArgMethodTable
=> GCRefMapToken.TypeParam,
Contracts\GCInfo\X86\GCInfo.cs (1)
464
if (contextKind is GenericContextLoc.InstArgMethodDesc or GenericContextLoc.
InstArgMethodTable
)
Contracts\RuntimeTypeSystem_1.cs (1)
1657
return GenericContextLoc.
InstArgMethodTable
;
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
3664
else if (ctxLoc == GenericContextLoc.
InstArgMethodTable
)
6338
case GenericContextLoc.
InstArgMethodTable
: