1 implementation of GetGenericContextLoc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1649
public GenericContextLoc
GetGenericContextLoc
(MethodDescHandle methodDescHandle)
7 references to GetGenericContextLoc
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (2)
151
GenericContextLoc ctxLoc = rts.
GetGenericContextLoc
(methodDesc);
605
return rts.
GetGenericContextLoc
(md);
Contracts\StackWalk\StackWalk_1.cs (1)
1138
GenericContextLoc ctxLoc = rts.
GetGenericContextLoc
(md);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
2238
GenericContextLoc genericContextLoc = rts.
GetGenericContextLoc
(md);
3758
GenericContextLoc ctxLoc = rts.
GetGenericContextLoc
(pRepMethod);
6533
switch (rts.
GetGenericContextLoc
(md))
6546
throw new InvalidOperationException($"Unexpected generic context location: {rts.
GetGenericContextLoc
(md)}");