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