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