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