1 write to InitialInterfaceDispatchStub
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
51InitialInterfaceDispatchStub = new AddressTakenExternFunctionSymbolNode(new Utf8String("RhpInitialDynamicInterfaceDispatch"u8));
2 references to InitialInterfaceDispatchStub
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (2)
78result.Add(factory.InitialInterfaceDispatchStub, "Initial interface dispatch stub"); 87objData.EmitPointerReloc(factory.InitialInterfaceDispatchStub);