1 implementation of GetGenericContextLoc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1649public GenericContextLoc GetGenericContextLoc(MethodDescHandle methodDescHandle)
7 references to GetGenericContextLoc
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (2)
105GenericContextLoc ctxLoc = rts.GetGenericContextLoc(methodDesc); 837return rts.GetGenericContextLoc(md);
Contracts\StackWalk\StackWalk_1.cs (1)
1134GenericContextLoc ctxLoc = rts.GetGenericContextLoc(md);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
2154GenericContextLoc genericContextLoc = rts.GetGenericContextLoc(md); 3648GenericContextLoc ctxLoc = rts.GetGenericContextLoc(pRepMethod); 6332switch (rts.GetGenericContextLoc(md)) 6345throw new InvalidOperationException($"Unexpected generic context location: {rts.GetGenericContextLoc(md)}");