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