1 write to _factory
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\InterfaceDispatchCellSectionNode.cs (1)
111
_factory
= factory;
2 references to _factory
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\InterfaceDispatchCellSectionNode.cs (2)
120
int slotX = VirtualMethodSlotHelper.GetVirtualMethodSlot(
_factory
, methodX, methodX.OwningType);
121
int slotY = VirtualMethodSlotHelper.GetVirtualMethodSlot(
_factory
, methodY, methodY.OwningType);