2 implementations of SlotIsVtableSlot
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\RuntimeTypeSystem_1.cs (1)
1960public bool SlotIsVtableSlot(TargetPointer methodTablePointer, uint slot)
RuntimeTypeSystemHelpers\MethodValidation.cs (1)
26public bool SlotIsVtableSlot(TargetPointer methodTablePointer, uint slot) => throw new NotImplementedException();
1 reference to SlotIsVtableSlot
Microsoft.Diagnostics.DataContractReader.Contracts (1)
RuntimeTypeSystemHelpers\MethodValidation.cs (1)
190if (!umd.HasNonVtableSlot && !_methodTableQueries.SlotIsVtableSlot(methodTablePointer, umd.Slot))