1 implementation of GetGenericContextLoc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1380public GenericContextLoc GetGenericContextLoc(MethodDescHandle methodDescHandle)
4 references to GetGenericContextLoc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcScanner.cs (1)
391requiresInstArg = rts.GetGenericContextLoc(mdh) is GenericContextLoc.InstArgMethodDesc or GenericContextLoc.InstArgMethodTable;
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (3)
2484GenericContextLoc ctxLoc = rts.GetGenericContextLoc(pRepMethod); 4445switch (rts.GetGenericContextLoc(md)) 4458throw new InvalidOperationException($"Unexpected generic context location: {rts.GetGenericContextLoc(md)}");