1 implementation of GetGenericContextLoc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1369
public GenericContextLoc
GetGenericContextLoc
(MethodDescHandle methodDescHandle)
3 references to GetGenericContextLoc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcScanner.cs (1)
391
requiresInstArg = rts.
GetGenericContextLoc
(mdh) == GenericContextLoc.InstArg;
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2505
switch (rts.
GetGenericContextLoc
(md))
2517
throw new InvalidOperationException($"Unexpected generic context location: {rts.
GetGenericContextLoc
(md)}");