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