5 references to InstArgMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (2)
106requiresInstArg = ctxLoc is GenericContextLoc.InstArgMethodDesc or GenericContextLoc.InstArgMethodTable; 632GenericContextLoc.InstArgMethodTable => GCRefMapToken.TypeParam,
Contracts\RuntimeTypeSystem_1.cs (1)
1564return GenericContextLoc.InstArgMethodTable;
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2915else if (ctxLoc == GenericContextLoc.InstArgMethodTable) 5560case GenericContextLoc.InstArgMethodTable: