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