7 references to Slot
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\RuntimeTypeSystem_1.cs (7)
1742
int arrayMethodIndex = methodDesc.
Slot
- methodTable.NumVirtuals;
2017
return md.
Slot
;
2061
if (candidate.
Slot
!= methodDesc.
Slot
)
2102
if (md.
Slot
== slot)
2136
if (md.
Slot
== slot)
2232
TargetPointer addrOfSlot = GetAddressOfSlot(typeHandle, md.
Slot
);