4 references to InstArgMethodDesc
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\RuntimeTypeSystem_1.cs (1)
1386return GenericContextLoc.InstArgMethodDesc;
Contracts\StackWalk\GC\GcScanner.cs (1)
391requiresInstArg = rts.GetGenericContextLoc(mdh) is GenericContextLoc.InstArgMethodDesc or GenericContextLoc.InstArgMethodTable;
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2493if (ctxLoc == GenericContextLoc.InstArgMethodDesc) 4450case GenericContextLoc.InstArgMethodDesc: