16 references to GenericContextLoc
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IRuntimeTypeSystem.cs (1)
215
GenericContextLoc
GetGenericContextLoc(MethodDescHandle methodDescHandle) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\RuntimeTypeSystem_1.cs (5)
1380
public
GenericContextLoc
GetGenericContextLoc(MethodDescHandle methodDescHandle)
1384
return
GenericContextLoc
.None;
1386
return
GenericContextLoc
.InstArgMethodDesc;
1388
return
GenericContextLoc
.InstArgMethodTable;
1390
return
GenericContextLoc
.ThisPtr;
Contracts\StackWalk\GC\GcScanner.cs (2)
391
requiresInstArg = rts.GetGenericContextLoc(mdh) is
GenericContextLoc
.InstArgMethodDesc or
GenericContextLoc
.InstArgMethodTable;
Microsoft.Diagnostics.DataContractReader.Legacy (8)
Dbi\DacDbiImpl.cs (8)
2484
GenericContextLoc
ctxLoc = rts.GetGenericContextLoc(pRepMethod);
2485
if (ctxLoc ==
GenericContextLoc
.None)
2493
if (ctxLoc ==
GenericContextLoc
.InstArgMethodDesc)
2500
else if (ctxLoc ==
GenericContextLoc
.InstArgMethodTable)
4447
case
GenericContextLoc
.None:
4450
case
GenericContextLoc
.InstArgMethodDesc:
4451
case
GenericContextLoc
.InstArgMethodTable:
4454
case
GenericContextLoc
.ThisPtr: