1 instantiation of AddressTakenExternFunctionSymbolNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
51
InitialInterfaceDispatchStub = new
AddressTakenExternFunctionSymbolNode
(new Utf8String("RhpInitialDynamicInterfaceDispatch"u8));
1 reference to AddressTakenExternFunctionSymbolNode
ILCompiler.Compiler (1)
Compiler\ObjectWriter\ObjectWriter.Aot.cs (1)
143
if (relocTarget is IMethodNode or AssemblyStubNode or
AddressTakenExternFunctionSymbolNode
)