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