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