10 references to DetectGenericCycles
ILCompiler.ReadyToRun (10)
Compiler\DependencyAnalysis\AllMethodsOnTypeNode.cs (1)
45context.DetectGenericCycles(Type, method);
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (1)
182factory.DetectGenericCycles(method, 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)
258factory.DetectGenericCycles(type, method);
Compiler\ReadyToRunCodegenCompilation.cs (1)
113_nodeFactory.DetectGenericCycles(caller, callee);
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
2546_compilation.NodeFactory.DetectGenericCycles(callerMethod, methodToCall); 2790_compilation.NodeFactory.DetectGenericCycles(MethodBeingCompiled, constrainedType); 2816_compilation.NodeFactory.DetectGenericCycles(MethodBeingCompiled, sharedMethod);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
561_compilation.NodeFactory.DetectGenericCycles(_methodCodeNode.Method, methodNode.Method);