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)
105
GenericContextLoc ctxLoc = rts.
GetGenericContextLoc
(methodDesc);
837
return rts.
GetGenericContextLoc
(md);
Contracts\StackWalk\StackWalk_1.cs (1)
1134
GenericContextLoc ctxLoc = rts.
GetGenericContextLoc
(md);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
2154
GenericContextLoc genericContextLoc = rts.
GetGenericContextLoc
(md);
3648
GenericContextLoc ctxLoc = rts.
GetGenericContextLoc
(pRepMethod);
6332
switch (rts.
GetGenericContextLoc
(md))
6345
throw new InvalidOperationException($"Unexpected generic context location: {rts.
GetGenericContextLoc
(md)}");