Base:
method
GetStaticDependencies
ILCompiler.DependencyAnalysisFramework.DependencyNodeCore<DependencyContextType>.GetStaticDependencies(DependencyContextType)
1 override of GetStaticDependencies
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
680
public override IEnumerable<DependencyListEntry>
GetStaticDependencies
(NodeFactory context)
1 reference to GetStaticDependencies
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
682
DependencyList dependencies = (DependencyList)base.
GetStaticDependencies
(context);