10 references to DetectGenericCycles
ILCompiler.ReadyToRun (10)
Compiler\DependencyAnalysis\AllMethodsOnTypeNode.cs (1)
45context.DetectGenericCycles(Type, method);
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadHelperMethodImport.cs (1)
54factory.DetectGenericCycles(_method.Method, canonMethod);
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
68factory.DetectGenericCycles(_method.Method, canonMethod);
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
273factory.DetectGenericCycles(type, method);
Compiler\ReadyToRunCodegenCompilation.cs (1)
113_nodeFactory.DetectGenericCycles(caller, callee);
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
2538_compilation.NodeFactory.DetectGenericCycles(callerMethod, methodToCall); 2779_compilation.NodeFactory.DetectGenericCycles(MethodBeingCompiled, constrainedType); 2805_compilation.NodeFactory.DetectGenericCycles(MethodBeingCompiled, sharedMethod);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
270factory.DetectGenericCycles(method, method);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
559_compilation.NodeFactory.DetectGenericCycles(_methodCodeNode.Method, methodNode.Method);