2 instantiations of Graph
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (2)
23_graph = new Graph<EcmaGenericParameter>(); 162_graph = new Graph<EcmaGenericParameter>();
4 references to Graph
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (2)
240public Graph<EcmaGenericParameter> Graph { get { return _graph; } } 482private Graph<EcmaGenericParameter> _graph;
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\ModuleCycleInfo.cs (2)
53Graph<EcmaGenericParameter> graph = gb.Graph; 78Graph<EcmaGenericParameter> graph = gb.Graph;