Base:
method
ComputeNonRelocationBasedDependencies
ILCompiler.DependencyAnalysis.ObjectNode.ComputeNonRelocationBasedDependencies(ILCompiler.DependencyAnalysis.NodeFactory)
5 overrides of ComputeNonRelocationBasedDependencies
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\CanonicalDefinitionEETypeNode.cs (1)
21
protected override DependencyList
ComputeNonRelocationBasedDependencies
(NodeFactory factory) => null;
Compiler\DependencyAnalysis\ConstructedEETypeNode.cs (1)
27
protected override DependencyList
ComputeNonRelocationBasedDependencies
(NodeFactory factory)
Compiler\DependencyAnalysis\GenericDefinitionEETypeNode.cs (2)
75
protected override DependencyList
ComputeNonRelocationBasedDependencies
(NodeFactory factory)
101
protected override DependencyList
ComputeNonRelocationBasedDependencies
(NodeFactory factory)
Compiler\DependencyAnalysis\MetadataEETypeNode.cs (1)
31
protected override DependencyList
ComputeNonRelocationBasedDependencies
(NodeFactory factory)
2 references to ComputeNonRelocationBasedDependencies
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\ConstructedEETypeNode.cs (1)
29
DependencyList dependencyList = base.
ComputeNonRelocationBasedDependencies
(factory);
Compiler\DependencyAnalysis\MetadataEETypeNode.cs (1)
33
DependencyList dependencyList = base.
ComputeNonRelocationBasedDependencies
(factory);