7 references to Slot
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\RuntimeTypeSystem_1.cs (7)
1777
int arrayMethodIndex = methodDesc.
Slot
- methodTable.NumVirtuals;
2052
return md.
Slot
;
2096
if (candidate.
Slot
!= methodDesc.
Slot
)
2137
if (md.
Slot
== slot)
2171
if (md.
Slot
== slot)
2267
TargetPointer addrOfSlot = GetAddressOfSlot(typeHandle, md.
Slot
);