1 implementation of GetGenericContextLoc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1556public GenericContextLoc GetGenericContextLoc(MethodDescHandle methodDescHandle)
5 references to GetGenericContextLoc
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CallingConvention_1.cs (2)
105GenericContextLoc ctxLoc = rts.GetGenericContextLoc(methodDesc); 814return rts.GetGenericContextLoc(md);
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (3)
2899GenericContextLoc ctxLoc = rts.GetGenericContextLoc(pRepMethod); 5554switch (rts.GetGenericContextLoc(md)) 5567throw new InvalidOperationException($"Unexpected generic context location: {rts.GetGenericContextLoc(md)}");