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