1 write to _dependencyGraph
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
57
_dependencyGraph
= dependencyGraph;
8 references to _dependencyGraph
ILCompiler.ReadyToRun (8)
Compiler\ReadyToRunCodegenCompilation.cs (8)
63
_dependencyGraph
.ComputeDependencyRoutine += ComputeDependencyNodeDependencies;
64
NodeFactory.AttachToDependencyGraph(
_dependencyGraph
, ilProvider);
67
var rootingService = new RootingServiceProvider(nodeFactory,
_dependencyGraph
.AddRoot);
388
_dependencyGraph
.AddRoot(new Import(NodeFactory.EagerImports, instructionSetSupportSig), "Baseline instruction set support");
400
_dependencyGraph
.ComputeMarkedNodes();
406
var nodes =
_dependencyGraph
.MarkedNodeList;
581
DgmlWriter.WriteDependencyGraphToStream(dgmlOutput,
_dependencyGraph
, _nodeFactory);
777
_nodeFactory.GenerateHotColdMap(
_dependencyGraph
);