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)
151GenericContextLoc ctxLoc = rts.GetGenericContextLoc(methodDesc); 605return rts.GetGenericContextLoc(md);
Contracts\StackWalk\StackWalk_1.cs (1)
1138GenericContextLoc ctxLoc = rts.GetGenericContextLoc(md);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
2238GenericContextLoc genericContextLoc = rts.GetGenericContextLoc(md); 3758GenericContextLoc ctxLoc = rts.GetGenericContextLoc(pRepMethod); 6533switch (rts.GetGenericContextLoc(md)) 6546throw new InvalidOperationException($"Unexpected generic context location: {rts.GetGenericContextLoc(md)}");