1 write to _graph
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
640
_graph
= graph;
2 references to _graph
ILCompiler.Compiler (2)
Compiler\Compilation.cs (2)
634
return
_graph
.MarkedNodeList;
648
DgmlWriter.WriteDependencyGraphToStream(dgmlOutput,
_graph
, _factory);