9 references to GenericContextLoc
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IRuntimeTypeSystem.cs (1)
203
GenericContextLoc
GetGenericContextLoc(MethodDescHandle methodDescHandle) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\RuntimeTypeSystem_1.cs (4)
1369
public
GenericContextLoc
GetGenericContextLoc(MethodDescHandle methodDescHandle)
1373
return
GenericContextLoc
.None;
1375
return
GenericContextLoc
.InstArg;
1377
return
GenericContextLoc
.ThisPtr;
Contracts\StackWalk\GC\GcScanner.cs (1)
391
requiresInstArg = rts.GetGenericContextLoc(mdh) ==
GenericContextLoc
.InstArg;
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (3)
2507
case
GenericContextLoc
.None:
2510
case
GenericContextLoc
.InstArg:
2513
case
GenericContextLoc
.ThisPtr: