6 references to InstArgMethodDesc
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CallingConvention\CallingConvention_1.cs (2)
106requiresInstArg = ctxLoc is GenericContextLoc.InstArgMethodDesc or GenericContextLoc.InstArgMethodTable; 656GenericContextLoc.InstArgMethodDesc => GCRefMapToken.MethodParam,
Contracts\GCInfo\X86\GCInfo.cs (1)
464if (contextKind is GenericContextLoc.InstArgMethodDesc or GenericContextLoc.InstArgMethodTable)
Contracts\RuntimeTypeSystem_1.cs (1)
1655return GenericContextLoc.InstArgMethodDesc;
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
3657if (ctxLoc == GenericContextLoc.InstArgMethodDesc) 6337case GenericContextLoc.InstArgMethodDesc: