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