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