1 implementation of GetAssociatedDataNode
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
121public ISymbolNode GetAssociatedDataNode(NodeFactory factory)
2 references to GetAssociatedDataNode
ILCompiler.Compiler (2)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
130ISymbolNode associatedDataNode = nodeWithCodeInfo.GetAssociatedDataNode(_nodeFactory) as ISymbolNode;
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
90ISymbolNode associatedDataNode = nodeWithCodeInfo.GetAssociatedDataNode(_nodeFactory) as ISymbolNode;