2 overrides of IsSlotUsed
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\VTableSliceNode.cs (2)
123
public override bool
IsSlotUsed
(MethodDesc slot)
176
public override bool
IsSlotUsed
(MethodDesc slot)
5 references to IsSlotUsed
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
985
if (!declVTable.
IsSlotUsed
(declMethod))
Compiler\DependencyAnalysis\InterfaceDispatchMapNode.cs (1)
177
if (!interfaceVTable.
IsSlotUsed
(declMethod))
Compiler\DependencyAnalysis\SealedVTableNode.cs (2)
126
if (!declTypeVTable.
IsSlotUsed
(virtualSlots[i]))
167
if (!interfaceVTable.
IsSlotUsed
(declMethod))
Compiler\ILScanner.cs (1)
310
if (vtableSliceNode.
IsSlotUsed
(slot))